+ upstream/533209-mutt_perror.patch: better error reporting if a mailbox
cannot be opened (Closes: 533209)
+mutt (1.5.20-2) unstable; urgency=low
+
+ * debian/patches/series:
+ + upstream/533209-mutt_perror.patch: better error reporting if a mailbox
+ cannot be opened (Closes: 533209)
+
+ -- Antonio Radici <antonio@dyne.org> Tue, 16 Jun 2009 23:20:32 +0100
+
mutt (1.5.20-1) unstable; urgency=low
* New upstream release, includes the following features:
#upstream/502628-attach_charset-doc.patch
#upstream/504530-stunnel-account_hook-doc.patch
#upstream/530887-dovecot-imap.patch
+upstream/533209-mutt_perror.patch
misc/hyphen-as-minus.patch
#misc/manpage-typos.patch
--- /dev/null
+mutt is calling mutt_perror twice, so the error messages are
+sometimes confused, see upstream #3268
+
+--- a/mx.c
++++ b/mx.c
+@@ -411,7 +411,6 @@
+ {
+ dprint (1, (debugfile, "mx_get_magic(): unable to open file %s for reading.\n",
+ path));
+- mutt_perror (path);
+ return (-1);
+ }
+