aboutsummaryrefslogtreecommitdiffhomepage
path: root/mutt/default
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-12-24 14:59:12 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-12-24 14:59:12 +0800
commite940ab3a8b2c0a9109ed0e36f4afad784eef846c (patch)
tree89d4f6531aad7549420d56cd97be0ec415b924e3 /mutt/default
parent4eb4cd12a1279de9f1cd65f6a92a606c01593a1f (diff)
Update
Diffstat (limited to 'mutt/default')
-rw-r--r--mutt/default7
1 files changed, 5 insertions, 2 deletions
diff --git a/mutt/default b/mutt/default
index 9c0f7e0..d255e70 100644
--- a/mutt/default
+++ b/mutt/default
@@ -54,7 +54,6 @@ macro index q '<change-folder>?'
54bind index o sort-reverse 54bind index o sort-reverse
55bind index O sort-mailbox 55bind index O sort-mailbox
56bind index E edit-type 56bind index E edit-type
57bind index,pager N search-opposite
58bind index,pager <Return> sync-mailbox 57bind index,pager <Return> sync-mailbox
59bind index y edit-label 58bind index y edit-label
60bind index x tag-entry 59bind index x tag-entry
@@ -70,7 +69,8 @@ bind index,pager,browser,attach \cf next-page
70bind index,pager,browser,attach \cb previous-page 69bind index,pager,browser,attach \cb previous-page
71bind index,pager,browser,attach \cd half-down 70bind index,pager,browser,attach \cd half-down
72bind index,pager,browser,attach \cu half-up 71bind index,pager,browser,attach \cu half-up
73bind index,pager <Tab> previous-new-then-unread 72bind index,pager <BackTab> previous-new-then-unread
73bind index,pager <Tab> next-new-then-unread
74bind index } bottom-page 74bind index } bottom-page
75bind index p parent-message 75bind index p parent-message
76bind index P print-message 76bind index P print-message
@@ -105,6 +105,9 @@ macro pager U "\
105|less\n\ 105|less\n\
106:set pipe_decode=\$my_tmp_pipe_decode\n\ 106:set pipe_decode=\$my_tmp_pipe_decode\n\
107:unset my_tmp_pipe_decode\n" 107:unset my_tmp_pipe_decode\n"
108macro index A \
109 "<tag-pattern>~N<enter><tag-prefix><clear-flag>N<untag-pattern>.<enter>" \
110 "mark all new as read"
108#macro pager U "<pipe-message>less<enter>" "CHECK" 111#macro pager U "<pipe-message>less<enter>" "CHECK"
109# Quick jump to other mailboxes 112# Quick jump to other mailboxes
110bind index,pager g noop 113bind index,pager g noop