diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-31 01:01:54 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-31 01:01:54 +0900 |
| commit | f289cdee9ed38f0b8dec8e90825aa6c1116a60bf (patch) | |
| tree | f7c523b694a964ffdf3b0c8f91b585110acfa573 | |
| parent | e05b1e51921016a8a83afa4bff06f97ab830033d (diff) | |
modified share/mutt-wizard.muttrc
| -rw-r--r-- | share/mutt-wizard.muttrc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc index bdbff7a..48f0e0e 100644 --- a/share/mutt-wizard.muttrc +++ b/share/mutt-wizard.muttrc @@ -3,16 +3,16 @@ # mutt-wizard will have this file sourced from your muttrc. # In the interest of seamless updating, do not edit this file. # If you want to override any settings, set those in your muttrc. -set send_charset="us-ascii:utf-8" +set send_charset = "us-ascii:utf-8" set mailcap_path = $HOME/.config/mutt/mailcap:/usr/local/share/mutt-wizard/mailcap:$mailcap_path set mime_type_query_command = "file --mime-type -b %s" -set date_format="%y/%m/%d %I:%M%p" -set index_format="%2C %<H?[%H]> %Z %?X?A& ? %D %-15.15F %s (%-4.4c)" +set date_format = "%y/%m/%d %I:%M%p" +set index_format = "%2C %<H?[%H]> %Z %?X?A& ? %D %-15.15F %s (%-4.4c)" set sort = 'reverse-date' set smtp_authenticators = 'gssapi:login' set query_command = "abook --datafile ~/.config/abook/addressbook --mutt-query '%s'" set rfc2047_parameters = yes -set sleep_time = 0 # Pause 0 seconds for informational messages +set sleep_time = 0 # Pause 0 seconds for informational messages set markers = no # Disables the `+` displayed at line wraps set mark_old = no # Unread mail stay unread until read set mime_forward = no # mail body is forwarded as text @@ -34,6 +34,7 @@ alternative_order text/plain text/enriched text/html # spam spam "X-Spam-Status: Yes" "90+/SA" spam "X-Spam-Score: ([0-9\\.]+).*" "SA: %1" +set spam_separator = ", " set pager_format = "%C/%m %Z %[%H:%M] %.20v, %s%* %?H? [%H] ? (%P)" bind index,pager i noop |
