Package: maildir-utils
Version: 0.6~beta1-1
Severity: normal
Tags: patch

Although stated in the manpage the new version does not use ~/Maildir if
it exis but asks for the maildir instead. Looking at the code I
saw that one check was inverted. The following patch fixes this.

--- src/mu-util.c.orig  2010-01-21 21:28:38.000000000 +0100
+++ src/mu-util.c       2010-01-21 21:28:50.000000000 +0100
@@ -91,7 +91,7 @@
 
        /* then, try ~/Maildir */
        dir = mu_util_dir_expand ("~/Maildir");
-       if (!mu_util_check_dir (dir, TRUE, FALSE))
+       if (mu_util_check_dir (dir, TRUE, FALSE))
                return dir;
 
        /* nope; nothing found */


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.33-rc4
Locale: LANG=C, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages maildir-utils depends on:
ii  libc6                   2.10.2-5         Embedded GNU C Library: Shared lib
ii  libgcc1                 1:4.4.2-9        GCC support library
ii  libglib2.0-0            2.22.4-1         The GLib library of C routines
ii  libgmime-2.4-2          2.4.11-1         MIME message parser and creator li
ii  libstdc++6              4.4.2-9          The GNU Standard C++ Library v3
ii  libxapian15             1.0.17-1         Search engine library
ii  zlib1g                  1:1.2.3.4.dfsg-3 compression library - runtime

maildir-utils recommends no packages.

maildir-utils suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to