]> git.eshelyaron.com Git - emacs.git/commit
Fix decoding of non-ASCII email attachments
authorVisuwesh <visuweshm@gmail.com>
Sun, 1 Dec 2024 06:24:11 +0000 (11:54 +0530)
committerEshel Yaron <me@eshelyaron.com>
Wed, 4 Dec 2024 17:01:50 +0000 (18:01 +0100)
commit9e43c9e6e483381b1a7cd28d2e1d4f12f63f51c4
tree641ea734c12ee52c67483fa251b3aedf856150b1
parent164b9736052fe349be8bb9a0264ac72e9c8c279e
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)

(cherry picked from commit 4c67f636c08b6190bb5ab8953d1956b3862a9fb1)
lisp/mail/rfc2231.el