~ubuntu-branches/ubuntu/precise/mutt/precise

« back to all changes in this revision

Viewing changes to debian/patches/upstream/533209-mutt_perror.patch

  • Committer: Bazaar Package Importer
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2009-06-27 23:52:24 UTC
  • mfrom: (2.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090627235224-z52j0hm6cpknxrk1
Tags: 1.5.20-2ubuntu1
Merge from debian unstable (LP: #392997), remaining changes:
debian/control: Recommend default-mta instead of exim4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
mutt is calling mutt_perror twice, so the error messages are
 
2
sometimes confused, see upstream #3268
 
3
 
 
4
--- a/mx.c
 
5
+++ b/mx.c
 
6
@@ -415,7 +415,6 @@
 
7
   {
 
8
     dprint (1, (debugfile, "mx_get_magic(): unable to open file %s for reading.\n",
 
9
                path));
 
10
-    mutt_perror (path);
 
11
     return (-1);
 
12
   }
 
13