Your message dated Fri, 25 Mar 2005 17:02:27 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#277665: fixed in mutt 1.5.8-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 21 Oct 2004 16:04:28 +0000
>From [EMAIL PROTECTED] Thu Oct 21 09:04:28 2004
Return-path: <[EMAIL PROTECTED]>
Received: from mail-in-02.arcor-online.net (mail-in-01.arcor-online.net) 
[151.189.21.42] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CKfQR-00069A-00; Thu, 21 Oct 2004 09:04:28 -0700
Received: from pot.ath.cx (dsl-213-023-059-182.arcor-ip.net [213.23.59.182])
        by mail-in-01.arcor-online.net (Postfix) with ESMTP
        id 1413F718DC; Thu, 21 Oct 2004 18:04:24 +0200 (CEST)
Received: from morgenda (morgenda.thoregon.int [192.168.88.2])
        by pot.ath.cx (Postfix) with ESMTP id 95945F30F;
        Thu, 21 Oct 2004 18:04:23 +0200 (CEST)
Received: by morgenda (Postfix, from userid 1000)
        id 9A06D2407D; Thu, 21 Oct 2004 18:04:22 +0200 (CEST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Markus Hubig <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: mutt: Courier and trailing delimiter
X-Mailer: reportbug 2.64
Date: Thu, 21 Oct 2004 18:04:21 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        RCVD_IN_DSBL autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: mutt
Version: 1.5.6-20040907+1
Severity: normal
Tags: patch

When using mutt with the courier IMAP server I get an error when trying to
switch to my INBOX with 'c ='.

| Mailbox does not exist, or must be subscribed to.

This error occurs because of an tailing mailbox delimiter after INBOX

| INBOX/ or INBOX.

Now I've found a small patch to fix this behavior:

| --- a/imap/util.c~      2003-11-05 10:41:36.000000000 +0100
| +++ a/imap/util.c       2004-10-21 16:31:39.000000000 +0200
| @@ -269,6 +269,7 @@ void imap_free_idata (IMAP_DATA** idata)
|   * in IMAP.  Additionally, the filesystem converts multiple hierarchy
|   * delimiters into a single one, ie "///" is equal to "/".  IMAP servers
|   * are not required to do this.
| + * Moreover, IMAP servers may dislike the path ending with the delimiter.
|   */
|  char *imap_fix_path (IMAP_DATA *idata, char *mailbox, char *path,
|      size_t plen)
| @@ -295,6 +296,8 @@ char *imap_fix_path (IMAP_DATA *idata, c
|      }
|      x++;
|    }
| +  if (path[x - 1] == idata->delim)
| +  x--;
|    path[x] = '\0';
|    return path;
|  }

This patch was postet from TAKAHASHI Tamotsu at the mutt-dev ML[1].
Maybe this patch will be included into mutt-cvs but today it is not.
So please include it in the next deb-release. I just copyed it into
debian/patches and 'debian/rules binary' succeeded.

    HTH, Markus

[1] http://marc.theaimsgroup.com/?l=mutt-dev&m=109401339722925&w=2


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.5
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]

Versions of packages mutt depends on:
ii  libc6                       2.3.2.ds1-16 GNU C Library: Shared libraries an
ii  libdb4.2                    4.2.52-17    Berkeley v4.2 Database Libraries [
ii  libgnutls10                 1.0.4-7      GNU TLS library - runtime library
ii  libidn11                    0.5.2-3      GNU libidn library, implementation
ii  libncursesw5                5.4-4        Shared libraries for terminal hand
ii  libsasl2                    2.1.19-1.1   Authentication abstraction library
ii  postfix [mail-transport-age 2.1.4-5      A high-performance mail transport 

-- no debconf information

---------------------------------------
Received: (at 277665-close) by bugs.debian.org; 25 Mar 2005 22:09:13 +0000
>From [EMAIL PROTECTED] Fri Mar 25 14:09:13 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DEwzR-0003eW-00; Fri, 25 Mar 2005 14:09:13 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DEwst-0000ul-00; Fri, 25 Mar 2005 17:02:27 -0500
From: =?utf-8?q?Adeodato_Sim=C3=B3?= <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#277665: fixed in mutt 1.5.8-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 25 Mar 2005 17:02:27 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00,DRASTIC_REDUCED,
        FROM_ENDS_IN_NUMS,HAS_BUG_NUMBER autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: mutt
Source-Version: 1.5.8-1

We believe that the bug you reported is fixed in the latest version of
mutt, which is due to be installed in the Debian FTP archive:

mutt_1.5.8-1.diff.gz
  to pool/main/m/mutt/mutt_1.5.8-1.diff.gz
mutt_1.5.8-1.dsc
  to pool/main/m/mutt/mutt_1.5.8-1.dsc
mutt_1.5.8-1_i386.deb
  to pool/main/m/mutt/mutt_1.5.8-1_i386.deb
mutt_1.5.8.orig.tar.gz
  to pool/main/m/mutt/mutt_1.5.8.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adeodato Simó <[EMAIL PROTECTED]> (supplier of updated mutt package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 25 Mar 2005 21:55:52 +0100
Source: mutt
Binary: mutt
Architecture: source i386
Version: 1.5.8-1
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Adeodato Simó <[EMAIL PROTECTED]>
Description: 
 mutt       - Text-based mailreader supporting MIME, GPG, PGP and threading
Closes: 269699 275060 277665 285574 287744 295528 299060 300516
Changes: 
 mutt (1.5.8-1) unstable; urgency=low
 .
   * New upstream release, with a CVS pull to get all the translation updates
     that happen right after a release. New features worth mentioning:
     + the PGP auto decode patch by Derek Martin has been accepted upstream,
       so inline PGP messages are automatically verified/decrypted now if
       $pgp_auto_decode is set. (Closes: #269699)
     + IDN decoding can be disabled by unseting $use_idn (set by default).
     + new hook 'send2-hook', which gets executed each time there is a change
       in a message being composed. This permits, for example, to match against
       recipients added manually after writing the mail, which wasn't possible
       with 'send-hook' alone.
 .
   * This version also includes the following fixes:
     + message flags are not lost after editing a message. (Closes: #275060)
     + IMAP folder paths ending with the delimiter are trimmed so that they
       don't fail to open with some servers, e.g. Courier. (Closes: #277665)
     + the correct charset is used when signing a forwarded message.
       (Closes: #295528)
     + correctly forget the S/MIME passphrase. (Closes: #300516)
 .
   * Explicitly pass --enable-inodesort to ./configure, since upstream has
     disabled it by default in this version.
 .
   * Updated the compressed folders patch to version 1.5.8.
 .
   * Dropped the adjust_line patch from extra-patches/mutt-ja-compat,
     incorporated upstream. Renamed mutt-ja-compat to assumed-charset, since
     that's the only patch that remains.
 .
   * Lots of patches in the Debian package have been applied upstream, drop
     them (16 in total). Worth mentioning is the gnutls patch. The
     maildir_inode_sort patch has been adopted too, with the static functions
     no longer being nested, which closes: #287744 (FTBFS with gcc-4.0).
 .
   * Implemented a conf.d style directory for mutt: other packages or local
     admins may now drop configuration snippets in /etc/Muttrc.d/*.rc and have
     them sourced at the end of the default Muttrc. (Closes: #285574)
 .
   * Updated the header cache patch to version 28. The size of this patch has
     been drastically reduced, since the generic code and the IMAP support has
     been incorporated upstream.
 .
   * Updated the compressed folders patch to version 1.5.7.
 .
   * Dropped the adjust_edited_file patch from extra-patches/mutt-ja-compat,
     incorporated upstream.
 .
   * Use mixmaster-filter by default. (Closes: #299060)
Files: 
 05b4c20d6a6581d548f00d7a12a41706 758 mail standard mutt_1.5.8-1.dsc
 f9de305639cbd9030fa7637d8d1fb438 3007530 mail standard mutt_1.5.8.orig.tar.gz
 d085f8667120a8a9954987e3527fd0b5 144241 mail standard mutt_1.5.8-1.diff.gz
 e78df94e8d94d1b181145bd722d8eb91 1408792 mail standard mutt_1.5.8-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCRH0HFGfw2OHuP7ERAlw0AJ0Vb/tLPvFCNoTxwZvgHMhr5ClaOwCfVbj9
RF12iEdZZ6dzu+0sdI/8MoA=
=JLQv
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to