diff options
Diffstat (limited to 'mutt/muttrc.topo')
-rw-r--r-- | mutt/muttrc.topo | 4 |
1 files changed, 3 insertions, 1 deletions
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 | ||