diff options
author | Ryan Kavanagh <rak@debian.org> | 2018-03-29 13:31:24 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2018-03-29 13:31:24 -0400 |
commit | cf81f02f6053a50a96c0217cc0e64378d832c303 (patch) | |
tree | 04ed6b1ebbc275929dfc5b7f97681ccf61dd923d /.muttrc | |
parent | Set GEM_BIN programattically in zshrc (diff) |
Only show subscribed folders in mutt sidebar & sort alphabetically
Diffstat (limited to '.muttrc')
-rw-r--r-- | .muttrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,7 +16,7 @@ set pager_context = 1 set send_charset="utf-8" set imap_check_subscribed = yes # default: no -#set imap_list_subscribed = yes # default: no +set imap_list_subscribed = yes # default: no # Don't continue to next email when reaching end of current set pager_stop = yes @@ -89,6 +89,7 @@ set sidebar_visible=no set sidebar_format="%B%* %S%?N?(%N)?%?F?[%F]?" set sidebar_indent_string=" " set sidebar_short_path=yes +set sidebar_sort_method='alpha' # which # mailboxes to list in the sidebar # mailboxes =inbox =ml # color of folders with new mail |