diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2022-11-14 21:37:47 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2022-11-14 21:37:47 +0800 |
commit | 43d6e4883de3de06b94a940b5f82b36fffab8dde (patch) | |
tree | a66b0e71f97922d8993309180cfd941e6d69c20e /mutt | |
parent | 22c5bcec5c0229945fb6d5b095b5fd88eabb295b (diff) |
Update
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/default | 2 | ||||
-rw-r--r-- | mutt/muttrc.topo | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/mutt/default b/mutt/default index 05ade40..8670503 100644 --- a/mutt/default +++ b/mutt/default | |||
@@ -56,7 +56,7 @@ bind index o sort-reverse | |||
56 | bind index O sort-mailbox | 56 | bind index O sort-mailbox |
57 | bind index E edit-type | 57 | bind index E edit-type |
58 | bind index,pager N search-opposite | 58 | bind index,pager N search-opposite |
59 | bind index <Return> sync-mailbox | 59 | bind index,pager <Return> sync-mailbox |
60 | bind index y edit-label | 60 | bind index y edit-label |
61 | bind index x tag-entry | 61 | bind index x tag-entry |
62 | bind index t edit-label | 62 | bind index t edit-label |
diff --git a/mutt/muttrc.topo b/mutt/muttrc.topo index 5c2a9b9..4e84ef3 100644 --- a/mutt/muttrc.topo +++ b/mutt/muttrc.topo | |||
@@ -28,7 +28,7 @@ set move = yes | |||
28 | set record = "+Sent" | 28 | set record = "+Sent" |
29 | set trash = "+Trash" | 29 | set trash = "+Trash" |
30 | set postponed = "+Drafts" | 30 | set postponed = "+Drafts" |
31 | set mask="!(INBOX|mbox|Sent|Trash|Drafts|DeltaChat|hometeach|osm|arch-general|mutt-users|bash|STOCK|pay|keep|login|test|spam)" | 31 | set mask="!(INBOX|mbox|Sent|Trash|Drafts|DeltaChat|hometeach|osm|arch-general|mutt-users|bash|STOCK|pay|keep|login|update|test|spam)" |
32 | 32 | ||
33 | # Sidebar | 33 | # Sidebar |
34 | mailboxes +INBOX \ | 34 | mailboxes +INBOX \ |
@@ -45,6 +45,7 @@ mailboxes +INBOX \ | |||
45 | +pay \ | 45 | +pay \ |
46 | +keep \ | 46 | +keep \ |
47 | +login \ | 47 | +login \ |
48 | +update \ | ||
48 | +Sent \ | 49 | +Sent \ |
49 | +Drafts \ | 50 | +Drafts \ |
50 | -poll +Trash \ | 51 | -poll +Trash \ |