From 8f3136a2d46e389e573ff36caef01bceeffa3506 Mon Sep 17 00:00:00 2001 From: Antonio Radici Date: Tue, 16 Jun 2009 23:23:17 +0100 Subject: [PATCH] * debian/patches/series: + upstream/533209-mutt_perror.patch: better error reporting if a mailbox cannot be opened (Closes: 533209) --- debian/changelog | 8 ++++++++ debian/patches/series | 1 + debian/patches/upstream/533209-mutt_perror.patch | 13 +++++++++++++ 3 files changed, 22 insertions(+) create mode 100644 debian/patches/upstream/533209-mutt_perror.patch diff --git a/debian/changelog b/debian/changelog index c0b2ea9..3431833 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +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 Tue, 16 Jun 2009 23:20:32 +0100 + mutt (1.5.20-1) unstable; urgency=low * New upstream release, includes the following features: diff --git a/debian/patches/series b/debian/patches/series index 33ecf6e..60123f7 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -40,6 +40,7 @@ misc/smime.rc #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 diff --git a/debian/patches/upstream/533209-mutt_perror.patch b/debian/patches/upstream/533209-mutt_perror.patch new file mode 100644 index 0000000..9d7abcf --- /dev/null +++ b/debian/patches/upstream/533209-mutt_perror.patch @@ -0,0 +1,13 @@ +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); + } + -- 2.43.0