* mh-mime.el (mh-decode-message-subject): Fix case of Subject.
This commit is contained in:
parent
61243acea6
commit
2338bb0509
1 changed files with 1 additions and 1 deletions
|
@ -511,7 +511,7 @@ decoding the same message multiple times."
|
|||
(when mh-decode-mime-flag
|
||||
(save-excursion
|
||||
(let ((buffer-read-only nil))
|
||||
(rfc2047-decode-region (progn (mh-goto-header-field "subject:") (point))
|
||||
(rfc2047-decode-region (progn (mh-goto-header-field "Subject:") (point))
|
||||
(progn (mh-header-field-end) (point)))))))
|
||||
|
||||
;;;###mh-autoload
|
||||
|
|
Loading…
Add table
Reference in a new issue