]> git.eshelyaron.com Git - emacs.git/commit
Fix breaking of rfc2047 headers with long words
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 12 Jul 2019 13:59:27 +0000 (15:59 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 12 Jul 2019 13:59:27 +0000 (15:59 +0200)
commit4c4ff9d90aa040ef3e1e474b3aa6a29f54c88e2e
tree7e6582f588f85620bc579be4a3e001d56996f208
parent4438459eaa6cccdac2cfcc8f7d5f248bfe8d1edf
Fix breaking of rfc2047 headers with long words

* lisp/mail/rfc2047.el (rfc2047-fold-region): Don't break lines
right after the Header: field, but wait until the next
whitespace.  (This only makes a difference for words that are very
long (i.e., longer than, say, 60 characters, depending on the
header name length.)
lisp/mail/rfc2047.el
test/lisp/mail/rfc2047-tests.el