#general settings set ascii_chars #use ASCII instead of ACS characters for trees set askcc #prompt for cc when sending mail set attribution='-----Original Message-----' #precedes original message when replying set auto_tag #functions apply to all tagged messages (if there are any) set check_new #check for new mail while mailbox is open unset collapse_unread #don't collapse threads w/ unread messages set uncollapse_jump #jump to next unread when current thread uncollapsed unset confirmappend #don't confirm when appending messages to a mailbox unset confirmcreate #don't confirm when creating new mailbox to save msg set copy #save copies of outgoing messages set date_format='%A, %e %B %Y at %R' #date format set delete #really delete messages set edit_headers #edit outgoing headers with message set fast_reply #skips prompts when replying and forwarding set forward_format='[Fwd: %s]' #default subject when forwarding set header #include header of message when replying set header_cache='~/.mutt_headers' # cache message headers set include #include copy of message when replying set index_format='%3C %Z %{%b %d} %-15.15L (%4c) %s' unset mark_old #treat all unread messages as new unset metoo #remove my address from recipients when replying set menu_scroll #scroll menus one line at a time instead of by page unset move #don't move read messages to read set pager_context=3 #show x lines of context around next/previous page set pager_index_lines=6 #show index of messages while in pager set pager_stop #don't page to next message when at end set print_command='muttprint' unset reply_self #when reply to message sent by me, reply to recipients set reverse_alias #display alias name in index menu set reverse_name #reply from address where message recieved unset save_empty #remove empty mailboxes when closing set smart_wrap #wrap long lines at word bounderies set sort='date-received' set status_on_top #put status bar on top instead of bottom unset use_domain #don't add @hostname to unqualified email addresses set use_from #always generate a from header set weed #weed out headers when displaying messages #header settings my_hdr X-Operating-System: `uname -a` hdr_order from subject date to cc ignore X- ignore Resent- #ignore Delivered-To ignore List- unignore Date macro index \cb |urlview\n macro pager \cb |urlview\n #local settings source ~/.mutt_local # mimic a trash can macro index d "s=Trash" macro pager d "s=Trash" # used to be help bind generic ? search-reverse # the rest of this is from http://www.igd.fhg.de/~zach/mutt/muttrc # now http://web.informatik.uni-bonn.de/II/ag-klein/people/zach/mutt/ # # Key bindings # Make mutt's bindings as close to lynx', slrn's, and vim's as possible # # move 1/2 page up/down like in vi bind generic \Cu half-up bind generic \Cd half-down bind pager \Cu half-up bind pager \Cd half-down bind generic b previous-page bind generic \Cb previous-page bind generic \Cf next-page bind generic 1G first-entry bind generic 1g first-entry bind generic first-entry bind generic \Ca first-entry bind generic G last-entry bind generic last-entry bind generic \Ce last-entry bind pager \eD delete-thread bind pager \eU undelete-thread # ^U and ^D were bound otherwise, so bind it now again to something else bind pager \Ca top bind pager top bind pager 1G top bind pager 1g top bind pager \Ce bottom bind pager bottom bind pager G bottom bind pager q exit bind pager exit bind pager i noop bind pager B bounce-message bind pager b previous-page bind pager \Cb previous-page bind pager \Cf next-page bind pager previous-line bind pager next-line bind pager previous-entry bind pager next-entry bind index \eD delete-thread bind index \eU undelete-thread # ^U and ^D were bound otherwise, so bind it now again to something else bind index B bounce-message bind index \ef forget-passphrase bind index \Cb previous-page bind index \Cf next-page bind index previous-entry bind index next-entry bind index display-message bind index first-entry bind index last-entry bind index 1G first-entry bind index 1g first-entry bind index \Ca first-entry bind index G last-entry bind index \Ce last-entry bind alias next-entry bind browser select-entry # # Color # Tuned for white background # color normal default default color hdrdefault magenta default color signature blue default color indicator black magenta color error magenta default color status white blue color tree magenta default # the thread tree in the index menu color tilde magenta default color message magenta default color markers magenta default color attachment magenta default color search default green # how to hilite searches in the pager color quoted blue default # quoted text color quoted1 magenta default color quoted2 red default color quoted3 green default color quoted4 blue default color quoted5 blue default color quoted6 magenta default color quoted7 red default color quoted8 green default color quoted9 blue default color underline brightgreen default color index green default ~F color header brightmagenta default ^(From|Subject): # point out url's color body magenta default "((ftp|http|https)://|(file|news):|www\\.)[-a-z0-9_.:]*[a-z0-9](/[^][{} \t\n\r\"<>()]*[^][{} \t\n\r\"<>().,:!])?/?" color body blue default [-a-z_0-9.]+@[-a-z_0-9.]+ # e-mail addresses # smilies and the like color body brightgreen white "<[Gg]>" color body brightgreen white "<[Bb][Gg]>" # see also the variables smileys color body brightgreen white " >?[;:][-^]?[][)(><}{|/DP][)}]*" # # Mono # mono normal none # normal text mono indicator reverse # actual message mono tree none # thread arrows mono status reverse # status line #mono error bold mono error standout mono message none # info messages mono quoted bold mono signature none mono attachment underline # MIME attachments mono search reverse # search matches mono tilde none # ~ at bottom of msg mono markers bold # + at beginning of wrapped lines mono hdrdefault none # default header lines mono bold bold # hilite bold patterns in body mono underline underline # hilite underlined patterns in body mono header bold "^(from|subject):" mono body underline "((ftp|http|https)://|(file|news):|www\\.)[-a-z0-9_.:]*[a-z0-9](/[^][{} \t\n\r\"<>()]*[^][{} \t\n\r\"<>().,:!])?/?" mono body underline "[-a-z_0-9.]+@[-a-z_0-9.]+" mono body bold "(^| )\\*[-a-z0-9äöüß*]+\\*[,.?]?[ \n]" mono body underline "(^| )_[-a-z0-9äöüß_]+_[,.?]?[ \n]" # # Attachment handling # auto_view text/html text/enriched text/x-vcard application/x-zip-compressed alternative_order text/plain text/html