From f289cdee9ed38f0b8dec8e90825aa6c1116a60bf Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Fri, 31 Jan 2025 01:01:54 +0900 Subject: modified share/mutt-wizard.muttrc --- share/mutt-wizard.muttrc | 9 +++++---- 1 file 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 % %Z %?X?A& ? %D %-15.15F %s (%-4.4c)" +set date_format = "%y/%m/%d %I:%M%p" +set index_format = "%2C % %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 -- cgit v1.2.3