diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/gnus/mm-uu.el | 3 |
1 files changed, 1 insertions, 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." | |||
| 711 | ;; Mutt still uses application/pgp even though | 711 | ;; Mutt still uses application/pgp even though |
| 712 | ;; it has already been withdrawn. | 712 | ;; it has already been withdrawn. |
| 713 | (string-match "\\`text/\\|\\`application/pgp\\'" type) | 713 | (string-match "\\`text/\\|\\`application/pgp\\'" type) |
| 714 | (not | 714 | (not (string-match "/x-\\(?:diff\\|patch\\)\\'" type)) |
| 715 | (string-match "\\`text/x-\\(?:diff\\|patch\\)\\'" type)) | ||
| 716 | (equal (car (mm-handle-disposition handle)) | 715 | (equal (car (mm-handle-disposition handle)) |
| 717 | "inline") | 716 | "inline") |
| 718 | (setq | 717 | (setq |