diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2024-12-24 14:59:12 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2024-12-24 14:59:12 +0800 |
| commit | e940ab3a8b2c0a9109ed0e36f4afad784eef846c (patch) | |
| tree | 89d4f6531aad7549420d56cd97be0ec415b924e3 /mutt/default | |
| parent | 4eb4cd12a1279de9f1cd65f6a92a606c01593a1f (diff) | |
Update
Diffstat (limited to 'mutt/default')
| -rw-r--r-- | mutt/default | 7 |
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>?' | |||
| 54 | bind index o sort-reverse | 54 | bind index o sort-reverse |
| 55 | bind index O sort-mailbox | 55 | bind index O sort-mailbox |
| 56 | bind index E edit-type | 56 | bind index E edit-type |
| 57 | bind index,pager N search-opposite | ||
| 58 | bind index,pager <Return> sync-mailbox | 57 | bind index,pager <Return> sync-mailbox |
| 59 | bind index y edit-label | 58 | bind index y edit-label |
| 60 | bind index x tag-entry | 59 | bind index x tag-entry |
| @@ -70,7 +69,8 @@ bind index,pager,browser,attach \cf next-page | |||
| 70 | bind index,pager,browser,attach \cb previous-page | 69 | bind index,pager,browser,attach \cb previous-page |
| 71 | bind index,pager,browser,attach \cd half-down | 70 | bind index,pager,browser,attach \cd half-down |
| 72 | bind index,pager,browser,attach \cu half-up | 71 | bind index,pager,browser,attach \cu half-up |
| 73 | bind index,pager <Tab> previous-new-then-unread | 72 | bind index,pager <BackTab> previous-new-then-unread |
| 73 | bind index,pager <Tab> next-new-then-unread | ||
| 74 | bind index } bottom-page | 74 | bind index } bottom-page |
| 75 | bind index p parent-message | 75 | bind index p parent-message |
| 76 | bind index P print-message | 76 | bind 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" |
| 108 | macro 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 |
| 110 | bind index,pager g noop | 113 | bind index,pager g noop |