diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2023-05-11 10:28:48 -0400 | 
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2023-05-11 10:28:48 -0400 | 
| commit | 52d3eb549d63a52849e17f8ebd433339c22e33a1 (patch) | |
| tree | 9b2a3454e67a654ef4566112da4afe0ecb0f8f07 /share | |
| parent | 6c13d3213a22ef74e71941aba44507e072078e1e (diff) | |
| parent | 1c5085d3f203fbd4eef8813e0915fd6e3c899570 (diff) | |
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
Diffstat (limited to 'share')
| -rw-r--r-- | share/mutt-wizard.muttrc | 8 | 
1 files changed, 7 insertions, 1 deletions
| diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc index 2acaca1..316a572 100644 --- a/share/mutt-wizard.muttrc +++ b/share/mutt-wizard.muttrc @@ -15,7 +15,8 @@ set rfc2047_parameters = yes  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 = yes		# attachments are forwarded with mail +set mime_forward = no	# mail body is forwarded as text +set forward_attachments = yes	# attachments are forwarded with mail  set wait_key = no		# mutt won't ask "press key to continue"  set fast_reply			# skip to compose when replying  set fcc_attach			# save attachments with the body @@ -133,6 +134,11 @@ color index brightyellow blue "~T"  color index_author brightred blue "~T"  color index_subject brightcyan blue "~T" +# Flagged mail is highlighted: +color index brightgreen default "~F" +color index_subject brightgreen default "~F" +color index_author brightgreen default "~F" +  # Other colors and aesthetic settings:  mono bold bold  mono underline underline | 
