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:
Visuwesh 2024-12-01 11:54:11 +05:30 committed by Eli Zaretskii
parent bd8a6f70fb
commit 4c67f636c0

View file

@ -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