[gnus git] branch master updated: m0-1-19-g9a274e2 =1= (mm-archive-decoders): Add tgz support.
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 9a274e2717761b1e96dfd82c66a0133fe31c3315 (commit)
from 7b492ea6a87dc5ff2590d6bd132d32c3ab408286 (commit)
- Log -----------------------------------------------------------------
commit 9a274e2717761b1e96dfd82c66a0133fe31c3315
Author: Lars Ingebrigtsen <[email protected]>
Date: Wed Feb 1 02:10:45 2012 +0100
(mm-archive-decoders): Add tgz support.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 929d8cb..1f550af 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,7 @@
2012-02-01 Lars Ingebrigtsen <[email protected]>
* 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.
diff --git a/lisp/mm-archive.el b/lisp/mm-archive.el
index 974c31c..c141fdb 100644
--- a/lisp/mm-archive.el
+++ b/lisp/mm-archive.el
@@ -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)
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 1 +
lisp/mm-archive.el | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project