emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 62e27eb: Fix last change of dd80ee6 (was: mm-uu.el:


From: Katsumi Yamaoka
Subject: [Emacs-diffs] master 62e27eb: Fix last change of dd80ee6 (was: mm-uu.el: Don't dissect patch part)
Date: Fri, 13 Jan 2017 07:42:45 +0000 (UTC)

branch: master
commit 62e27ebd54336d30a90ae71e5bdcb910e954c061
Author: Katsumi Yamaoka <address@hidden>
Commit: Katsumi Yamaoka <address@hidden>

    Fix last change of dd80ee6 (was: mm-uu.el: Don't dissect patch part)
---
 lisp/gnus/mm-uu.el |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/gnus/mm-uu.el b/lisp/gnus/mm-uu.el
index 3455cc4..10cdeed 100644
--- a/lisp/gnus/mm-uu.el
+++ b/lisp/gnus/mm-uu.el
@@ -711,8 +711,7 @@ 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)
-                   (not
-                    (string-match "\\`text/x-\\(?:diff\\|patch\\)\\'" type))
+                   (not (string-match "/x-\\(?:diff\\|patch\\)\\'" type))
                     (equal (car (mm-handle-disposition handle))
                            "inline")
                    (setq



reply via email to

[Prev in Thread] Current Thread [Next in Thread]