1
0
Fork 0
mirror of https://git.sr.ht/~sircmpwn/useplaintext.email synced 2024-05-04 06:46:06 +02:00

mu4e: improve format=flowed settings, bottom posting

This commit is contained in:
Viktor Sonesten 2020-12-10 16:35:54 +00:00 committed by Drew DeVault
parent 99a26d7a80
commit 1f642667ae

View File

@ -394,13 +394,20 @@
</p>
<pre>(add-hook 'message-mode-hook 'auto-fill-mode)</pre>
<p>
You may configure the default column to wrap at by changing the value of
<code>fill-column</code> (the default, 70, is suitable). You may also
configure it to use format=flowed:
Enable format=flowed and bottom posting:
</p>
<pre>(setq mu4e-compose-format-flowed t)
;; optional:
(setq visual-line-fringe-indicators '(left-curly-arrow right-curly-arrow))</pre>
<pre>
(setq mu4e-compose-format-flowed t)
(setq message-cite-reply-position 'below)
</pre>
<p>
With just the above settings sent emails do not wrap correctly in
mu4e:view. You may also want to set
</p>
<pre>
(setq-default fill-column 72)
(setq fill-flowed-encode-column fill-column)
</pre>
<h3 id="nine">Nine</h3>
<div class="breakdown">
<span class="green">Compose in plaintext</span>