manual (Closes: 566076)
* debian/extra/lib/mailto-mutt: replaced by a wrapper, added the reason to
NEWS.Debian (Closes: 576313)
+ * debian/extra/rc/compressed-folders.rc: added support for xz-compressed
+ folders (Closes: 578099)
-- Antonio Radici <antonio@dyne.org> Sat, 01 Jan 2011 18:24:16 +0000
open-hook \\.bz2$ "bzip2 -cd '%f' > '%t'"
close-hook \\.bz2$ "bzip2 -c '%t' > '%f'"
append-hook \\.bz2$ "bzip2 -c '%t' >> '%f'"
-
+open-hook \\.xz$ "xz -cd %f > %t"
+close-hook \\.xz$ "xz -c %t > %f"
+append-hook \\.xz$ "xz -c %t >> %f"