]> git.pld-linux.org Git - packages/mutt.git/commitdiff
- bzip2 exampels added. mutt-1_3_99i-2
authormkochano <mkochano@pld-linux.org>
Wed, 22 May 2002 17:52:57 +0000 (17:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mutt-rr.compressed.patch -> 1.4

mutt-rr.compressed.patch

index ed02a8797fb503beb352cedbcd94316651fd30dd..b4fedac1952589053e665f5d0071fe2010f96a6a 100644 (file)
@@ -55,7 +55,7 @@ diff -Nur mutt-1.3.27.orig/Makefile.in mutt-1.3.27/Makefile.in
 diff -Nur mutt-1.3.27.orig/Muttrc mutt-1.3.27/Muttrc
 --- mutt-1.3.27.orig/Muttrc    Tue Jan  1 21:18:05 2002
 +++ mutt-1.3.27/Muttrc Fri Feb  1 22:51:32 2002
-@@ -19,6 +19,11 @@
+@@ -19,6 +19,15 @@
  macro index   <f1> "!less /usr/local/doc/mutt/manual.txt\n" "Show Mutt documentation"
  macro pager   <f1> "!less /usr/local/doc/mutt/manual.txt\n" "Show Mutt documentation"
  
@@ -63,6 +63,10 @@ diff -Nur mutt-1.3.27.orig/Muttrc mutt-1.3.27/Muttrc
 +# open-hook \\.gz$ "gzip -cd %f > %t"
 +# close-hook \\.gz$ "gzip -c %t > %f"
 +# append-hook \\.gz$ "gzip -c %t >> %f"
++
++# open-hook \\.bz2$ "bzip2 -cd %f > %t"
++# close-hook \\.bz2$ "bzip2 -c %t > %f"
++# append-hook \\.bz2$ "bzip2 -c %t >> %f"
 +
  # If Mutt is unable to determine your site's domain name correctly, you can
  # set the default here.
@@ -70,7 +74,7 @@ diff -Nur mutt-1.3.27.orig/Muttrc mutt-1.3.27/Muttrc
 diff -Nur mutt-1.3.27.orig/Muttrc.head mutt-1.3.27/Muttrc.head
 --- mutt-1.3.27.orig/Muttrc.head       Tue Jan  1 21:18:02 2002
 +++ mutt-1.3.27/Muttrc.head    Fri Feb  1 22:51:32 2002
-@@ -19,6 +19,11 @@
+@@ -19,6 +19,15 @@
  macro index   <f1> "!less /usr/local/doc/mutt/manual.txt\n" "Show Mutt documentation"
  macro pager   <f1> "!less /usr/local/doc/mutt/manual.txt\n" "Show Mutt documentation"
  
@@ -78,6 +82,10 @@ diff -Nur mutt-1.3.27.orig/Muttrc.head mutt-1.3.27/Muttrc.head
 +# open-hook \\.gz$ "gzip -cd %f > %t"
 +# close-hook \\.gz$ "gzip -c %t > %f"
 +# append-hook \\.gz$ "gzip -c %t >> %f"
++
++# open-hook \\.bz2$ "bzip2 -cd %f > %t"
++# close-hook \\.bz2$ "bzip2 -c %t > %f"
++# append-hook \\.bz2$ "bzip2 -c %t >> %f"
 +
  # If Mutt is unable to determine your site's domain name correctly, you can
  # set the default here.
@@ -85,7 +93,7 @@ diff -Nur mutt-1.3.27.orig/Muttrc.head mutt-1.3.27/Muttrc.head
 diff -Nur mutt-1.3.27.orig/Muttrc.head.in mutt-1.3.27/Muttrc.head.in
 --- mutt-1.3.27.orig/Muttrc.head.in    Mon Mar 20 11:25:49 2000
 +++ mutt-1.3.27/Muttrc.head.in Fri Feb  1 22:51:32 2002
-@@ -19,6 +19,11 @@
+@@ -19,6 +19,15 @@
  macro index   <f1> "!less @docdir@/manual.txt\n" "Show Mutt documentation"
  macro pager   <f1> "!less @docdir@/manual.txt\n" "Show Mutt documentation"
  
@@ -93,6 +101,10 @@ diff -Nur mutt-1.3.27.orig/Muttrc.head.in mutt-1.3.27/Muttrc.head.in
 +# open-hook \\.gz$ "gzip -cd %f > %t"
 +# close-hook \\.gz$ "gzip -c %t > %f"
 +# append-hook \\.gz$ "gzip -c %t >> %f"
++
++# open-hook \\.bz2$ "bzip2 -cd %f > %t"
++# close-hook \\.bz2$ "bzip2 -c %t > %f"
++# append-hook \\.bz2$ "bzip2 -c %t >> %f"
 +
  # If Mutt is unable to determine your site's domain name correctly, you can
  # set the default here.
This page took 0.069634 seconds and 4 git commands to generate.