diff options
| -rw-r--r-- | mutt/default | 8 | ||||
| -rw-r--r-- | mutt/muttrc.topo | 4 |
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 | |||
| 67 | bind index,browser G last-entry | 67 | bind index,browser G last-entry |
| 68 | bind index,browser g noop | 68 | bind index,browser g noop |
| 69 | bind index,browser gg first-entry | 69 | bind index,browser gg first-entry |
| 70 | bind index,pager,browser \cf next-page | 70 | bind index,pager,browser,attach \cf next-page |
| 71 | bind index,pager,browser \cb previous-page | 71 | bind index,pager,browser,attach \cb previous-page |
| 72 | bind index,pager,browser \cd half-down | 72 | bind index,pager,browser,attach \cd half-down |
| 73 | bind index,pager,browser \cu half-up | 73 | bind index,pager,browser,attach \cu half-up |
| 74 | bind index } bottom-page | 74 | bind index } bottom-page |
| 75 | bind pager G bottom | 75 | bind pager G bottom |
| 76 | bind pager j next-line | 76 | bind 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 | |||
| 27 | set record = "+Sent" | 27 | set record = "+Sent" |
| 28 | set trash = "+Trash" | 28 | set trash = "+Trash" |
| 29 | set postponed = "+Drafts" | 29 | set postponed = "+Drafts" |
| 30 | set 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 |
| 32 | mailboxes +INBOX \ | 33 | mailboxes +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 | ||