(mm-archive-decoders): Add tgz support.
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 1 Feb 2012 01:10:45 +0000 (02:10 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 1 Feb 2012 01:10:45 +0000 (02:10 +0100)
lisp/ChangeLog
lisp/mm-archive.el

index 929d8cb..1f550af 100644 (file)
@@ -1,6 +1,7 @@
 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
 
        * mm-archive.el (mm-archive-list-files): Inline text and image parts.
+       (mm-archive-decoders): Add tgz support.
 
        * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
        Otherwise inserting text into the Gnus buffer can look odd.
index 974c31c..c141fdb 100644 (file)
@@ -24,6 +24,7 @@
 
 (defvar mm-archive-decoders
   '(("application/ms-tnef" "tnef" "-f" "-" "-C")
+    ("application/x-gtar-compressed" "tar" "xzf" "-" "-C")
     ("application/x-tar" "tar" "xf" "-" "-C")))
 
 (defun mm-dissect-archive (handle)