diff options
-rw-r--r-- | mutt/.mutt/muttrc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc index 587d30c..6d0b09e 100644 --- a/mutt/.mutt/muttrc +++ b/mutt/.mutt/muttrc @@ -37,7 +37,6 @@ hdr_order from to cc date subject # mailboxes mailboxes =personal/inbox =personal/drafts =personal/work =personal/all -mailboxes '^^^^^^^^^^^^^^^^^^^^' mailboxes =work/inbox =work/drafts =work/all # folder hooks @@ -59,9 +58,9 @@ bind index,pager <down> sidebar-next bind index,pager <up> sidebar-prev bind index,pager <right> sidebar-open set sidebar_visible = yes -set sidebar_width = 20 +set sidebar_width = 23 set sidebar_format = '%B%> %!%?N? %N? ' -set sidebar_short_path = yes +set sidebar_short_path = no set sidebar_folder_indent = yes set sidebar_indent_string = ' ' set mail_check_stats = yes |