[gnus git] branch master updated: n0-13-125-g1fffc6f =1= mm-uu: only dissect handle that are inline
Julien Danjou <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 1fffc6fafc4029ba2e8a9f0f3c63e610276019fe (commit)
from 3e984244f87246ee02285a2249c0426bef16b502 (commit)
- Log -----------------------------------------------------------------
commit 1fffc6fafc4029ba2e8a9f0f3c63e610276019fe
Author: Julien Danjou <[email protected]>
Date: Wed Mar 16 16:32:30 2011 +0100
mm-uu: only dissect handle that are inline
Signed-off-by: Julien Danjou <[email protected]>
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8bdd2b1..56e0152 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2011-03-16 Julien Danjou <[email protected]>
+ * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
+ inline.
+
* gnus-art.el (article-hide-list-identifiers): Use
gnus-group-get-list-identifiers.
diff --git a/lisp/mm-uu.el b/lisp/mm-uu.el
index 96dce48..4f7b5ed 100644
--- a/lisp/mm-uu.el
+++ b/lisp/mm-uu.el
@@ -705,6 +705,8 @@ Assume text has been decoded if DECODED is non-nil."
;; Mutt still uses application/pgp even though
;; it has already been withdrawn.
(string-match "\\`text/\\|\\`application/pgp\\'" type)
+ (equal (car (mm-handle-disposition handle))
+ "inline")
(setq
children
(with-current-buffer buffer
-----------------------------------------------------------------------
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 | 3 +++
lisp/mm-uu.el | 2 ++
2 files changed, 5 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