From 62e27ebd54336d30a90ae71e5bdcb910e954c061 Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Fri, 13 Jan 2017 07:42:35 +0000 Subject: [PATCH] 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 3455cc423d9..10cdeed3fbb 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 -- 2.11.4.GIT