Your message dated Fri, 16 Feb 2007 01:47:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#400831: fixed in mutt 1.5.13+cvs20070215-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)
--- Begin Message ---Package: mutt Version: 1.5.13-1 Severity: normal Hi, recently I came across the following bit of code in the source file mutt-1.5.13/account.c (near the end of the file): void mutt_account_unsetpass (ACCOUNT* account) { account->flags &= !M_ACCT_PASS; } Since the flags field is used as a collection of separate bit, this is a bug in the program. Since M_ACCT_PASS equals 8, !M_ACCT_PASS equals 0 and the 'mutt_account_unsetpass' function erroneously clears all flags instead of only M_ACCT_PASS. This bug can be fixed by using bitwise negation instead of logical negation: account->flags &= ~M_ACCT_PASS; I hope this helps, Jochen -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18.3 Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8) Versions of packages mutt depends on: ii exim4 4.63-10 metapackage to ease exim MTA (v4) ii exim4-daemon-light [mail- 4.63-10 lightweight exim MTA (v4) daemon ii libc6 2.3.6.ds1-8 GNU C Library: Shared libraries ii libdb4.4 4.4.20-8 Berkeley v4.4 Database Libraries [ ii libgnutls13 1.4.4-3 the GNU TLS library - runtime libr ii libidn11 0.6.5-1 GNU libidn library, implementation ii libncursesw5 5.5-5 Shared libraries for terminal hand ii libsasl2 2.1.22.dfsg1-4 Authentication abstraction library Versions of packages mutt recommends: ii locales 2.3.6.ds1-8 GNU C Library: National Language ( ii mime-support 3.37-1 MIME files 'mime.types' & 'mailcap -- no debconf information
--- End Message ---
--- Begin Message ---Source: mutt Source-Version: 1.5.13+cvs20070215-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.13+cvs20070215-1.diff.gz to pool/main/m/mutt/mutt_1.5.13+cvs20070215-1.diff.gz mutt_1.5.13+cvs20070215-1.dsc to pool/main/m/mutt/mutt_1.5.13+cvs20070215-1.dsc mutt_1.5.13+cvs20070215-1_amd64.deb to pool/main/m/mutt/mutt_1.5.13+cvs20070215-1_amd64.deb mutt_1.5.13+cvs20070215.orig.tar.gz to pool/main/m/mutt/mutt_1.5.13+cvs20070215.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. Christoph Berg <[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, 16 Feb 2007 02:04:35 +0100 Source: mutt Binary: mutt Architecture: source amd64 Version: 1.5.13+cvs20070215-1 Distribution: experimental Urgency: low Maintainer: Adeodato Simó <[EMAIL PROTECTED]> Changed-By: Christoph Berg <[EMAIL PROTECTED]> Description: mutt - text-based mailreader supporting MIME, GPG, PGP and threading Closes: 47284 263204 391961 397858 400831 404916 410678 Changes: mutt (1.5.13+cvs20070215-1) experimental; urgency=low . * Update to a CVS snapshot: Closes: #47284: newlines/spaces are removed from custom multiple header lines Closes: #397858: /usr/bin/mutt_dotlock: off-by-one error in mutt_dotlock.c Closes: #400831: logic error in mutt-1.5.13/account.c Closes: #404916: sort-mailbox by spam tag score sorting strangeness Closes: #410678: crash when IMAP server skips messages during a FETCH without a cast. . * Patches: + Reshuffle patches to move autotools-needing/updating to front. + compressed-folders: refreshed. + autotools-update: updated. + tempfile-race, thread_pattern_in_UPDATING: removed, included upstream. . New patches: + ifdef: test for presence of features, patch by Cedric Duval. + trash-folder, purge-message: trash folder support, also by Cedric Duval (Closes: #263204). . Patches shipped but not applied by default: + chdir: change working directory. + indexcolor: color index colums. + w3mface: display X-Face headers using w3mimgdisplay. . * Create /etc/Muttrc.d/ (Closes: #391961). * Make sure reldate.h is found while building the docs. Files: c00ece723a4df34e57729a163c86a2af 810 mail standard mutt_1.5.13+cvs20070215-1.dsc 27434df511157ffcfc02f5c7a70925d6 3443216 mail standard mutt_1.5.13+cvs20070215.orig.tar.gz 814a0c530f8152a709ee93339948680d 67010 mail standard mutt_1.5.13+cvs20070215-1.diff.gz 65037ed371a091cdb247a44532753cda 1866408 mail standard mutt_1.5.13+cvs20070215-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFF1Qodxa93SlhRC1oRAvw/AJ9e07kROHseJT0BZCZ48LPTcMZHCgCg9/0g iK24suvK6SgzLeUwlJRthNA= =jDnq -----END PGP SIGNATURE-----
--- End Message ---

