aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mutt/default2
-rw-r--r--mutt/muttrc.topo3
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
56bind index O sort-mailbox 56bind index O sort-mailbox
57bind index E edit-type 57bind index E edit-type
58bind index,pager N search-opposite 58bind index,pager N search-opposite
59bind index <Return> sync-mailbox 59bind index,pager <Return> sync-mailbox
60bind index y edit-label 60bind index y edit-label
61bind index x tag-entry 61bind index x tag-entry
62bind index t edit-label 62bind 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
28set record = "+Sent" 28set record = "+Sent"
29set trash = "+Trash" 29set trash = "+Trash"
30set postponed = "+Drafts" 30set postponed = "+Drafts"
31set mask="!(INBOX|mbox|Sent|Trash|Drafts|DeltaChat|hometeach|osm|arch-general|mutt-users|bash|STOCK|pay|keep|login|test|spam)" 31set 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
34mailboxes +INBOX \ 34mailboxes +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 \