]> git.llucax.com Git - software/mutt-debian.git/commitdiff
Update: features/compressed-folders: Remove redundant comment in /etc/Muttrc. (Closes...
authorChristoph Berg <myon@debian.org>
Sun, 30 May 2010 22:57:23 +0000 (00:57 +0200)
committerChristoph Berg <myon@debian.org>
Sun, 30 May 2010 22:57:23 +0000 (00:57 +0200)
debian/changelog
debian/patches/features/compressed-folders

index 926b73f8d5275b59c71788c73ab79a833be20622..40d8eba872add7da8cbd403b04a3d95bf8cc2a3b 100644 (file)
@@ -17,6 +17,8 @@ mutt (1.5.20-8~unrel) unreleased; urgency=low
       appended to IMAP mailboxes (Closes: #573823)
     + Add upstream/542344-dont_fold_From_: Do not wrap From_ header
       (Closes: #542344)
+    + Update: features/compressed-folders: Remove redundant comment in
+      /etc/Muttrc. (Closes: #578096)
 
  -- Christoph Berg <myon@debian.org>  Sun, 30 May 2010 23:20:21 +0200
 
index 16baf3cfd2356084dc08ff9e7ae5d14aca72066b..274aec212d0a54c8e05c73646fa3b3024107bd19 100644 (file)
@@ -16,6 +16,8 @@ The home page for this patch is:
                      status.c:103: add sizeof (tmp) to mutt_pretty_mailbox
   - 2009-09-15 scotton: removed doc/Muttrc for mutt-1.5.19 (only patch doc/Muttrc.head)
   - 2009-09-11 antonio: removed DefaultMagic, see 541360
+  - 2010-05-31 myon: remove commented paragraph "Use folders..." in
+                     doc/Muttrc.head, see #578096
 
 == END PATCH
 --- /dev/null
@@ -783,20 +785,6 @@ The home page for this patch is:
  <chapter id="mimesupport">
  <title>Mutt's MIME Support</title>
  
---- a/doc/Muttrc.head
-+++ b/doc/Muttrc.head
-@@ -29,6 +29,11 @@
- macro index,pager y "<change-folder>?<toggle-mailboxes>" "show incoming mailboxes list"
- bind browser y exit
-+# Use folders which match on \\.gz$ as gzipped folders:
-+# open-hook \\.gz$ "gzip -cd %f > %t"
-+# close-hook \\.gz$ "gzip -c %t > %f"
-+# append-hook \\.gz$ "gzip -c %t >> %f"
-+
- # If Mutt is unable to determine your site's domain name correctly, you can
- # set the default here.
- #
 --- a/doc/muttrc.man.head
 +++ b/doc/muttrc.man.head
 @@ -345,6 +345,24 @@