Fix decoding of non-ASCII email attachments
* lisp/mail/rfc2231.el (rfc2231-parse-string): Fix logic when a non-ASCII file name is split between two filename*N* parts. (Bug#74624)
This commit is contained in:
parent
bd8a6f70fb
commit
4c67f636c0
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ must never cause a Lisp error."
|
|||
(push (list attribute value encoded) cparams))
|
||||
;; Repetition of a part; do nothing.
|
||||
((and elem
|
||||
(null number))
|
||||
(null part))
|
||||
)
|
||||
;; Concatenate continuation parts.
|
||||
(t
|
||||
|
|
Loading…
Add table
Reference in a new issue