Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37910094
en ru br
ALT Linux repositórios
S:2.1.1.0.3.g6c0f75cca-alt1
5.0: 1.4.2.3-alt3
4.1: 1.4.2.3-alt1
4.0: 1.4.2.3-alt1
3.0: 1.4.2.1i-alt4

Group :: Rede/E-Mail
RPM: mutt

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: mutt-1.3.22.1-alt-compressed-hooks.patch
Download


--- mutt-1.3.22.1/Muttrc.head.in~	Thu Sep 27 17:28:12 2001
+++ mutt-1.3.22.1/Muttrc.head.in	Thu Sep 27 17:32:48 2001
@@ -22,6 +22,21 @@
 macro pager   <f1> "!less @docdir@/manual.txt\n" "Show Mutt documentation"
 macro pager   "[11~" "!less @docdir@/manual.txt\n" "Show Mutt documentation"
 
+# Treat folders that match \\.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"
+
+# Treat folders that match \\.bz2$ as bzipped folders:
+open-hook \\.bz2$ "bzip2 -cd %f > %t"
+close-hook \\.bz2$ "bzip2 -c %t > %f"
+append-hook \\.bz2$ "bzip2 -c %t >> %f"
+
+# Treat folders that match \\.xz$ as xzipped folders:
+open-hook \\.xz$ "xz -cd %f > %t"
+close-hook \\.xz$ "xz -c %t > %f"
+append-hook \\.xz$ "xz -c %t >> %f"
+
 # If Mutt is unable to determine your site's domain name correctly, you can
 # set the default here.
 #
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009