commit 828c4de5dcd6ee76dc2988cdf5a6ac89dc11b41c
parent a314788ee7e94bbdf93eea928e1a4df3dc324234
Author: awy <awy@awy.one>
Date: Tue, 21 Oct 2025 19:30:34 +0300
named mailboxes and fix for html mail
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/share/mutt-temp b/share/mutt-temp
@@ -16,3 +16,4 @@ set trash = "+Trash"
set record = "+Sent"
$extra
macro index o "<shell-escape>mailsync $fulladdr<enter>" "sync $fulladdr"
+named-mailboxes " inbox" +INBOX " junk" +Junk " sent" +Sent " drafts" +Drafts " trash" +Trash
diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc
@@ -28,7 +28,7 @@ set mail_check=60 # to avoid lags using IMAP with some email providers (yahoo fo
auto_view text/html # automatically show html (mailcap uses lynx)
auto_view application/pgp-encrypted
#set display_filter = "tac | sed '/\\\[-- Autoview/,+1d' | tac" # Suppress autoview messages.
-alternative_order text/plain text/enriched text/html
+alternative_order text/html text/plain text/enriched
bind index,pager i noop
bind index,pager g noop