]> git.eshelyaron.com Git - emacs.git/commit
Fix infloop when folding difficult headers in Message
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 20 Sep 2020 22:26:54 +0000 (00:26 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 20 Sep 2020 22:26:54 +0000 (00:26 +0200)
commitec6254e5527b2b0aa6d93d6c83873aa400c20db3
treebc22b585e64ecc3c6e9d503da774315c1cda9bec
parentf4d186b3b80c513338d6c7ddaef75f5aaa5c1dcb
Fix infloop when folding difficult headers in Message

* lisp/mail/rfc2047.el (rfc2047-fold-field): Return the end point.
* lisp/gnus/message.el (message--fold-long-headers): Use that to
reliably achieve progress.
lisp/gnus/message.el
lisp/mail/rfc2047.el