aboutsummaryrefslogtreecommitdiffhomepage
path: root/mutt
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-12-05 12:19:02 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-12-05 12:22:37 +0800
commit31b853a7bebad5db3f84af9609ff41f72fa9ad7b (patch)
tree4cd4ede087258403afa406e348f27b0049dc9d25 /mutt
parent2ef7db0d4cc14267db389ac209f8d3753d14fe99 (diff)
Update
Diffstat (limited to 'mutt')
-rw-r--r--mutt/mailcap3
-rw-r--r--mutt/muttrc.topo2
2 files changed, 2 insertions, 3 deletions
diff --git a/mutt/mailcap b/mutt/mailcap
index 23eadba..2899a40 100644
--- a/mutt/mailcap
+++ b/mutt/mailcap
@@ -1,5 +1,4 @@
1text/html; surf '%s'; test=test -n "$DISPLAY"; copiousoutput; 1text/html; w3m -I %{charset} -T text/html; copiousoutput;
2# text/html; w3m -I %{charset} -T text/html; copiousoutput;
3text/plain; surf '%s'; test=test -n "$DISPLAY"; needsterminal; 2text/plain; surf '%s'; test=test -n "$DISPLAY"; needsterminal;
4application/json; jq . %s | less -N; copiousoutput; 3application/json; jq . %s | less -N; copiousoutput;
5application/pdf; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; 4application/pdf; firefox '%s'; test=test -n "$DISPLAY"; needsterminal;
diff --git a/mutt/muttrc.topo b/mutt/muttrc.topo
index 48e2b10..3d2a779 100644
--- a/mutt/muttrc.topo
+++ b/mutt/muttrc.topo
@@ -27,7 +27,7 @@ set move = yes
27set record = "+Sent" 27set record = "+Sent"
28set trash = "+Trash" 28set trash = "+Trash"
29set postponed = "+Drafts" 29set postponed = "+Drafts"
30set mask="!(tmp|new|cur|dovecot.*|\\..*)" 30set mask="!(tmp|new|cur|dovecot.*|\\..*|maildirfolder)"
31 31
32# Sidebar 32# Sidebar
33mailboxes -label '📭 [i]' + \ 33mailboxes -label '📭 [i]' + \