]> git.llucax.com Git - software/mutt-debian.git/commitdiff
incorporating fixes of http://bugs.mutt.org/3308 into the existing patch
authorAntonio Radici <antonio@dyne.org>
Sun, 13 Sep 2009 17:43:41 +0000 (18:43 +0100)
committerAntonio Radici <antonio@dyne.org>
Sun, 13 Sep 2009 17:43:41 +0000 (18:43 +0100)
debian/patches/upstream/538128-mh-folder-access.patch

index 4c07d037612add771817e1ad01d0ec0259f5a060..05927bf233f1add6063756f05e3e6942df6e376e 100644 (file)
@@ -63,3 +63,12 @@ bug 538128
  }
  
  static inline mode_t mh_umask (CONTEXT* ctx)
  }
  
  static inline mode_t mh_umask (CONTEXT* ctx)
+@@ -1155,7 +1145,7 @@
+   if (ctx->magic == M_MH)
+   {
+-    if (mh_read_sequences (&mhs, ctx->path) >= 0)
++    if (mh_read_sequences (&mhs, ctx->path) < 0)
+       return -1;
+     mh_update_maildir (md, &mhs);
+     mhs_free_sequences (&mhs);