Fix last change of dd80ee6
(was: mm-uu.el: Don't dissect patch part)
This commit is contained in:
parent
dd80ee695c
commit
62e27ebd54
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue