# HG changeset patch # User Steve Losh # Date 1417458865 28800 # Node ID 663e12a5313f76f5e4ef94b6a5a8a46e7b8015fa # Parent 89f02592c52e71ccd17028795efcf563fd679a4f# Parent 141b96496989091fce4aa5165946f94d31c2374f Merge. diff -r 89f02592c52e -r 663e12a5313f mutt/muttrc --- a/mutt/muttrc Mon Dec 01 10:32:12 2014 -0800 +++ b/mutt/muttrc Mon Dec 01 10:34:25 2014 -0800 @@ -45,14 +45,14 @@ # }}} # Sidebar Patch {{{ -set sidebar_delim = ' │' -set sidebar_visible = yes -set sidebar_width = 26 -color sidebar_new color221 color233 -bind index,pager sidebar-next -bind index,pager sidebar-prev -bind index,pager sidebar-open -set sidebar_format = "%B %> %S" +# set sidebar_delim = ' │' +# set sidebar_visible = yes +# set sidebar_width = 26 +# color sidebar_new color221 color233 +# bind index,pager sidebar-next +# bind index,pager sidebar-prev +# bind index,pager sidebar-open +# set sidebar_format = "%B %> %S" # }}} # Status Bar {{{ @@ -70,6 +70,7 @@ set uncollapse_jump # don't collapse on an unread message set sort_re # thread based on regex set reply_regexp = "^(([Rr][Ee]?(\[[0-9]+\])?: *)?(\[[^]]+\] *)?)*" +set folder_format = "%2C %t %N %8s %f" # }}} # Pager View Options {{{ @@ -176,8 +177,9 @@ macro index M "?" "move a message to a mailbox" # Quickly change mailboxes -macro index \' "+simple/INBOX" "go to INBOX" -macro index \" "+simple/archive" "go to archive" +macro index c "?" "change folder" +macro index \' "+INBOX" "go to INBOX" +macro index \" "+archive" "go to archive" # Search with notmuch macro index S "unset wait_keymutt-notmuch-py -G ~/.mail/search+search" "search mail (using notmuch)"