diff options
author | Luke Smith <luke@lukesmith.xyz> | 2022-03-29 09:24:28 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2022-03-29 09:24:28 -0400 |
commit | e0f34910f34c2464d2fd57125d2a0542b4b75e63 (patch) | |
tree | 0718349c4447a1bdcc09f94449cdde99327555ba | |
parent | 7739a95994c997e7428a4f81d49456c87f6c7484 (diff) |
Revert "Wrap text when reading emails at 80 chars"
This reverts commit 67b704808d64850461ecb11d9f6086086dbc1db6.
-rw-r--r-- | share/mutt-wizard.muttrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc index 3537aa8..f99d74d 100644 --- a/share/mutt-wizard.muttrc +++ b/share/mutt-wizard.muttrc @@ -27,7 +27,6 @@ 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 |