141b96496989

Merge.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 28 Oct 2014 17:55:18 -0400
parents e8ba45f41366 (current diff) fd448e6793d1 (diff)
children 663e12a5313f
branches/tags (none)
files

Changes

--- a/mutt/muttrc	Fri Oct 17 11:30:34 2014 -0400
+++ b/mutt/muttrc	Tue Oct 28 17:55:18 2014 -0400
@@ -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 <down>   sidebar-next
-bind index,pager <up>     sidebar-prev
-bind index,pager <right>  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 <down>   sidebar-next
+# bind index,pager <up>     sidebar-prev
+# bind index,pager <right>  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 "<save-message>?<toggle-mailboxes>" "move a message to a mailbox"
 
 # Quickly change mailboxes
-macro index \' "<change-folder>+simple/INBOX<enter>"   "go to INBOX"
-macro index \" "<change-folder>+simple/archive<enter>" "go to archive"
+macro index c "<change-folder>?<toggle-mailboxes>"     "change folder"
+macro index \' "<change-folder>+INBOX<enter>"   "go to INBOX"
+macro index \" "<change-folder>+archive<enter>" "go to archive"
 
 # Search with notmuch
 macro index S "<enter-command>unset wait_key<enter><shell-escape>mutt-notmuch-py -G ~/.mail/search<enter><change-folder-readonly>+search<enter>" "search mail (using notmuch)"