diff options
author | Matthew Lemon <y@yulqen.org> | 2023-11-07 05:07:19 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-11-07 05:07:19 +0000 |
commit | 07f95c7f9903c5e576f25144c2117c73b09bff51 (patch) | |
tree | 2343f852db38900b891e4aac254d2916d5a805db | |
parent | 8c5da03fc3db81ebd6eb2bea6e6e34eb8b85d53a (diff) |
Adds wrapping config
Diffstat (limited to '')
-rw-r--r-- | aerc/aerc.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/aerc/aerc.conf b/aerc/aerc.conf index 30453f1..b8c9827 100644 --- a/aerc/aerc.conf +++ b/aerc/aerc.conf @@ -518,7 +518,8 @@ address-book-cmd=khard email --parsable --remove-first-line %s # against (non-case-sensitive) and a comma, e.g. subject,text will match a # subject which contains "text". Use header,~regex to match against a regex. # -text/plain=colorize +#text/plain=colorize +text/plain=wrap -w 80 | colorize text/calendar=calendar message/delivery-status=colorize message/rfc822=colorize |