diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2025-01-15 17:03:54 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2025-01-15 17:05:20 +0800 |
commit | ce5ff8bf5e2acce9623d8db5ec5ae3571364ead5 (patch) | |
tree | 4ab2ffe61d5ded91dd7280b75fc1370bb2ecf5b0 /mutt | |
parent | 1a4cda747970e8239b6a27f5d4eb03b63ab4bf9b (diff) |
Update
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/default | 4 | ||||
-rw-r--r-- | mutt/muttrc.topo | 12 |
2 files changed, 7 insertions, 9 deletions
diff --git a/mutt/default b/mutt/default index c46f9ec..c254e5f 100644 --- a/mutt/default +++ b/mutt/default | |||
@@ -53,10 +53,9 @@ macro index,pager c '<change-folder>=' | |||
53 | macro index q '<change-folder>?' | 53 | 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 | ||
57 | bind index,pager <Return> sync-mailbox | 56 | bind index,pager <Return> sync-mailbox |
58 | bind index y edit-label | ||
59 | bind index x tag-entry | 57 | bind index x tag-entry |
58 | bind index y edit-label | ||
60 | bind index t edit-label | 59 | bind index t edit-label |
61 | bind index,browser l select-entry | 60 | bind index,browser l select-entry |
62 | bind index \\ limit | 61 | bind index \\ limit |
@@ -191,6 +190,7 @@ color index blue green "~N~v~(~F~N)" # | |||
191 | color index blue green "~N~v~(~F)" # collapsed thread with unread parent, no unread inside, but some flagged | 190 | color index blue green "~N~v~(~F)" # collapsed thread with unread parent, no unread inside, but some flagged |
192 | color index yellow red "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial) | 191 | color index yellow red "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial) |
193 | color index magenta black "~h Stay" # marked as Stay | 192 | color index magenta black "~h Stay" # marked as Stay |
193 | color index lightblack black "~h Done" # marked as Done | ||
194 | 194 | ||
195 | # color header | 195 | # color header |
196 | color header green black "^(From)" | 196 | color header green black "^(From)" |
diff --git a/mutt/muttrc.topo b/mutt/muttrc.topo index b198741..7490aef 100644 --- a/mutt/muttrc.topo +++ b/mutt/muttrc.topo | |||
@@ -27,14 +27,13 @@ mailboxes -label 'INBOX' -poll + \ | |||
27 | -poll +do \ | 27 | -poll +do \ |
28 | -poll +on \ | 28 | -poll +on \ |
29 | -poll +box \ | 29 | -poll +box \ |
30 | -poll +riverbien \ | 30 | -poll -label '[r]' +river \ |
31 | "+-- Permanent ---" \ | 31 | "+-- Permanent ---" \ |
32 | -poll -label 'de[v]' +DEV \ | 32 | -poll -label 'de[v]' +DEV \ |
33 | -label '[t]alk 🍺' +talk \ | 33 | -poll -label '[t]alk 🍺' +talk \ |
34 | -label '[n]ews 📰' +news \ | 34 | -poll -label '[n]ews 📰' +news \ |
35 | -poll -label '[p]ay 💲' +pay \ | ||
35 | -poll -label '[l]ogin' +login \ | 36 | -poll -label '[l]ogin' +login \ |
36 | -poll -label '[J]OB' +JOB \ | ||
37 | -poll -label '[p]ay 💲' +pay \ | ||
38 | -poll -label '[u]pdate' +update \ | 37 | -poll -label '[u]pdate' +update \ |
39 | 38 | ||
40 | # Keybinding | 39 | # Keybinding |
@@ -64,7 +63,6 @@ macro index,pager gP "<change-folder>+MISC/promote<Return>" | |||
64 | macro index,pager gT "<change-folder>+Trash<Return>" | 63 | macro index,pager gT "<change-folder>+Trash<Return>" |
65 | macro index,pager gl "<change-folder>+login<Return>" | 64 | macro index,pager gl "<change-folder>+login<Return>" |
66 | macro index,pager gf "<change-folder>+feedback<Return>" | 65 | macro index,pager gf "<change-folder>+feedback<Return>" |
67 | macro index,pager gj "<change-folder>+JOB<Return>" | 66 | macro index,pager gr "<change-folder>+river<Return>" |
68 | macro index,pager gr "<change-folder>+riverbien<Return>" | ||
69 | macro index,pager gv "<change-folder>+DEV<Return>" | 67 | macro index,pager gv "<change-folder>+DEV<Return>" |
70 | macro index,pager gu "<change-folder>+update<Return>" | 68 | macro index,pager gu "<change-folder>+update<Return>" |