diff options
author | Tharre <tharre3@gmail.com> | 2015-09-12 21:10:28 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-07 20:13:36 +0000 |
commit | 7f1fff5af9151f88309624b77503fc34b52d05e8 (patch) | |
tree | 729a6160e3b4c9243e5daf6356e4849252e2f632 /email/_mutt | |
parent | 4b4737732ebcd505d6a1ebf4b9a9311a6bf2a585 (diff) | |
download | dotfiles-7f1fff5af9151f88309624b77503fc34b52d05e8.tar.gz dotfiles-7f1fff5af9151f88309624b77503fc34b52d05e8.tar.xz dotfiles-7f1fff5af9151f88309624b77503fc34b52d05e8.zip |
mutt: fix sidebar mailboxes
Diffstat (limited to 'email/_mutt')
-rw-r--r-- | email/_mutt/muttrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/email/_mutt/muttrc b/email/_mutt/muttrc index cbd9eff..04f7493 100644 --- a/email/_mutt/muttrc +++ b/email/_mutt/muttrc @@ -25,7 +25,7 @@ set thorough_search # strip headers and eval mimes before searching # Sidebar Patch -------------------------------------- set sidebar_delim = ' │' set sidebar_visible = yes -set sidebar_width = 24 +set sidebar_width = 26 color sidebar_new color221 color233 # Status Bar ----------------------------------------- @@ -48,12 +48,12 @@ set spoolfile = "+tharre3@gmail.com/INBOX" # Mailboxes to show in the sidebar. mailboxes +tharre3@gmail.com/INBOX \ - +tharre3@gmail.com/archive \ + +tharre3@gmail.com/Archives \ +tharre3@gmail.com/sent \ +tharre3@gmail.com/drafts \ # Other special folders. -set mbox = "+tharre3@gmail.com/archive" +set mbox = "+tharre3@gmail.com/Archives" set postponed = "+tharre3@gmail.com/drafts" # Index View Options --------------------------------- |