# HG changeset patch # User Steve Losh # Date 1308681840 14400 # Node ID 9d262bfc31716bf180473caf541569c06a89683a # Parent 67a6999a73d0982623159dad457caa43b047f144 Mutt stuff. diff -r 67a6999a73d0 -r 9d262bfc3171 .hgrc --- a/.hgrc Mon Jun 20 20:03:50 2011 -0400 +++ b/.hgrc Tue Jun 21 14:44:00 2011 -0400 @@ -20,7 +20,6 @@ progress = fetch = hgsubversion = ~/lib/hg/hgsubversion/hgsubversion -attic = ~/lib/hg/hgattic/attic.py paste = ~/lib/hg/hg-paste/paste.py prompt = ~/lib/hg/hg-prompt/prompt.py histedit = ~/lib/hg/histedit/hg_histedit.py diff -r 67a6999a73d0 -r 9d262bfc3171 mutt/muttrc --- a/mutt/muttrc Mon Jun 20 20:03:50 2011 -0400 +++ b/mutt/muttrc Tue Jun 21 14:44:00 2011 -0400 @@ -1,12 +1,12 @@ # directories and commands set alias_file = ~/.mutt/alias # alias file -set header_cache = ~/.mutt/cache/headers # where to store headers +set header_cache = ~/.mutt/cache/headers # where to store headers set message_cachedir = ~/.mutt/cache/bodies # where to store bodies set certificate_file = ~/.mutt/certificates # where to store certs set mailcap_path = ~/.mutt/mailcap # entrys for filetypes set signature = ~/.mutt/sig # my signature file set tmpdir = ~/.mutt/temp # where to keep temp files -set editor = "vim +/^$ +:noh" # use vim and skip to first blank line +set editor = "vim +/^$ +:noh" # use vim and skip to first blank line set print_command = /usr/bin/enscript # print with enscript # main options @@ -27,17 +27,17 @@ set thorough_search # strip headers and eval mimes before searching # index options -set sort = threads # like gmail +set sort = threads # like gmail set sort_aux = reverse-last-date-received # like gmail -set uncollapse_jump # don't collapse on an unread message +set uncollapse_jump # don't collapse on an unread message set sort_re # thread based on regex set reply_regexp = "^(([Rr][Ee]?(\[[0-9]+\])?: *)?(\[[^]]+\] *)?)*" # pager options -set pager_index_lines = 10 # number of index lines to show +set pager_index_lines = 10 # number of index lines to show set pager_context = 5 # number of context lines to show set pager_stop # don't go to next message automatically -set menu_scroll # scroll in menus +set menu_scroll # scroll in menus set smart_wrap # don't split words set tilde # show tildes like in vim unset markers # no ugly plus signs @@ -46,7 +46,7 @@ set quote_regexp = "^( {0,4}[>|:#%]| {0,4}[a-z0-9]+[>|]+)+" # formats -set date_format = "%m/%d/%y at %I:%M%P" +set date_format = "%m/%d" set index_format = "[%Z] %D %-20.20F %s" set status_format = "-%r- %v ---[ Folder: %f, Msgs: %m%?n? New: %n?%?d? Del: %d?%?t? Tag: %t?%?l? %l? ]%?p?---- .: %p waiting to send :. ?--%>- (%P) ---" set alias_format = "%4n %t %-20a %r" @@ -57,7 +57,7 @@ set sig_dashes # dashes before my sig... sweet set edit_headers # show headers when composing set fast_reply # skip to compose when replying -set sendmail_wait = -1 # don't wait for sending... to complete +set sendmail_wait = 0 # wait for sending, because Frontier is a steaming pile of fail set askcc # ask for CC: set fcc_attach # save attachments with the body unset mime_forward # forward attachments as part of body @@ -120,6 +120,9 @@ macro pager \Cu "|urlview" "call urlview to extract URLs out of a message" macro index,pager o "|mvim -c 'setlocal ft=mail' -c 'setlocal buftype=nofile' -" "open in vim" +macro index f ":set date_format = \"%m/%d\"" "short date format" +macro index F ":set date_format = \"%m/%d at %I:%M %P\"" "long date format" + # mailbox macro index \' "+steve-stevelosh.com/INBOX" "go to stevelosh/INBOX" macro index \" "+steve-dumbwaiterdesign.com/INBOX" "go to dwaiter/INBOX"