bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#53412: 27.1; sendmail does not wrap overlong lines


From: Lars Ingebrigtsen
Subject: bug#53412: 27.1; sendmail does not wrap overlong lines
Date: Sun, 20 Feb 2022 13:42:19 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Francesco Potortì <pot@gnu.org> writes:

> However I tried to set it, mm-use-ultra-safe-encoding is ignored, I have
> not understood how it should be set.  I worked around it by
>
> (add-hook 'mail-send-hook
>         (lambda () (and (mm-long-lines-p 1000)
>                         (mml-to-mime)))) ; break overlong lines
>
> but breaking overlong lines should be the normal behaviour, not a user
> option to be explicitly activated.

I've now done something similar in `mail-send' in Emacs 29.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]