mutt-wizard

fork of Luke Smiths mutt-wizard
git clone git://git.jakekoroman.com/mutt-wizard
Log | Files | Refs | README | LICENSE

commit fe733fc0fb683b7c89fcad982c7bc597d9713d78
parent 209b007d6b2b41e5e4bbfc9d396c1ae7618eab09
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Tue, 29 Mar 2022 03:29:36 +0000

Merge pull request #824 from slinlee/sl/width

Wrap text when reading emails at 80 chars
Diffstat:
Mshare/mutt-wizard.muttrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc @@ -27,6 +27,7 @@ auto_view text/html # automatically show html (mailcap uses lynx) auto_view application/pgp-encrypted #set display_filter = "tac | sed '/\\\[-- Autoview/,+1d' | tac" # Suppress autoview messages. alternative_order text/plain text/enriched text/html +set width = 80 # wordwrap when reading emails bind index,pager i noop bind index,pager g noop