diff options
author | Raul Benencia <id@rbenencia.name> | 2022-08-04 07:26:08 -0700 |
---|---|---|
committer | Raul Benencia <id@rbenencia.name> | 2022-08-04 07:26:08 -0700 |
commit | e69aab905ae41bcd623e895be1d98d634c06a561 (patch) | |
tree | 11a3d14817e9662545e9cc9164f21faa0de6fbad /.mutt/muttrc | |
parent | 12f901918176be62fbe8565f0d5690ee315a5c08 (diff) |
mutt: t-prot max lines
Diffstat (limited to '.mutt/muttrc')
-rw-r--r-- | .mutt/muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.mutt/muttrc b/.mutt/muttrc index cc69691..ed13c85 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -51,7 +51,7 @@ set smime_keys="~/.smime/keys" set smime_self_encrypt="yes" # Sanitize messages with t-prot -set display_filter='t-prot -cmekatlS --max-lines=250 --bigq --pgp-short --pgp-move --pgp-move-vrf -Mmutt -L/etc/t-prot/footers -A/etc/t-prot/ads' +set display_filter='t-prot -cmekatlS --max-lines=2000 --bigq --pgp-short --pgp-move --pgp-move-vrf -Mmutt -L/etc/t-prot/footers -A/etc/t-prot/ads' # Date format set date_format="!%a, %b %d, %Y at %I:%M:%S%p %Z" |