aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mutt/default8
-rw-r--r--mutt/muttrc.topo4
2 files changed, 7 insertions, 5 deletions
diff --git a/mutt/default b/mutt/default
index 98c03aa..dd9b23d 100644
--- a/mutt/default
+++ b/mutt/default
@@ -67,10 +67,10 @@ bind index \ck previous-entry
67bind index,browser G last-entry 67bind index,browser G last-entry
68bind index,browser g noop 68bind index,browser g noop
69bind index,browser gg first-entry 69bind index,browser gg first-entry
70bind index,pager,browser \cf next-page 70bind index,pager,browser,attach \cf next-page
71bind index,pager,browser \cb previous-page 71bind index,pager,browser,attach \cb previous-page
72bind index,pager,browser \cd half-down 72bind index,pager,browser,attach \cd half-down
73bind index,pager,browser \cu half-up 73bind index,pager,browser,attach \cu half-up
74bind index } bottom-page 74bind index } bottom-page
75bind pager G bottom 75bind pager G bottom
76bind pager j next-line 76bind pager j next-line
diff --git a/mutt/muttrc.topo b/mutt/muttrc.topo
index 3fe2eac..5da1723 100644
--- a/mutt/muttrc.topo
+++ b/mutt/muttrc.topo
@@ -27,6 +27,7 @@ set move = yes
27set record = "+Sent" 27set record = "+Sent"
28set trash = "+Trash" 28set trash = "+Trash"
29set postponed = "+Drafts" 29set postponed = "+Drafts"
30set mask="!(INBOX|mbox|Sent|Trash|Drafts|DeltaChat|hometeach|osm|arch-general|mutt-users|STOCK|pay|keep|login|test|spam)"
30 31
31# Sidebar 32# Sidebar
32mailboxes +INBOX \ 33mailboxes +INBOX \
@@ -36,14 +37,15 @@ mailboxes +INBOX \
36 +hometeach \ 37 +hometeach \
37 +osm \ 38 +osm \
38 -label Arch +arch-general \ 39 -label Arch +arch-general \
40 -label Mutt +mutt-users \
39 +STOCK \ 41 +STOCK \
40 "+-- Permanent ---" \ 42 "+-- Permanent ---" \
41 +pay \ 43 +pay \
42 +keep \ 44 +keep \
43 +login \ 45 +login \
44 +Sent \ 46 +Sent \
45 -poll +Trash \
46 +Drafts \ 47 +Drafts \
48 -poll +Trash \
47 +test \ 49 +test \
48 +spam 50 +spam
49 51