## SETTINGS #################################################################### # path & externals set folder = ~/mail set spoolfile = ~/mail/inbox set record = ~/mail/sent set postponed = ~/mail/postponed set mailcap_path = ~/mail/.mailcap #ues smtppush.py to send mails using smtp set sendmail = "~/bin/smtppush.py -f myemail -S myhost" # host set hidden_host = yes set hostname = zecoj.com # misc set charset=iso10646 #everything to viqr ;) set display_filter = "~/bin/ncr_viqr" set ascii_chars unset strict_threads set sort = threads #auto_view application/octet-stream # editing set autoedit set noconfirmappend set edit_headers set fast_reply set reply_to = yes set include = yes set editor = "vim +':set textwidth=70' +':set wrap'" # viewing set pager_index_lines = 6 set pager_stop set abort_nosubject = no set timeout = 30 set mark_old= no set move = no set copy = yes # formats set folder_format = "%N %f" # mailboxes mailboxes ! mailboxes `for file in ~/mail/*; do echo -n "=$(basename $file) "; done` # header ignore * unignore from: date: subject: to: cc: user-agent: in-reply-to: reply-to: hdr_order date from to cc reply-to in-reply-to subject set user_agent # hooks folder-hook . 'set delete = ask-yes' folder-hook . 'set index_format = "%4C %Z %{%m/%d} %-15.15L (%?l?%4l&%4c?) %s"' folder-hook zzspam 'set delete = yes' folder-hook sent 'set index_format = "%4C %Z %{%m/%d} %-15.15t (%?l?%4l&%4c?) %s"' # ## BINDINGS #################################################################### bind index j next-entry bind index k previous-entry bind index \cb half-up bind index \cf half-down # bind pager j next-line bind pager k previous-line #bind pager ] half-down #bind pager [ half-up bind pager ] next-entry bind pager [ previous-entry # macro index ":source ~/.muttrc\n" "reload .muttrc" macro index i c? macro index S s=zzspam #macro index y s? macro index r ri # macro pager S s=zzspam #macro pager y s? macro pager i q # macro attach i q ## COLOR ####################################################################### color indicator brightyellow red # Actual message color tree red default # Tree color status black green # State color error brightred default # Error color message red default # Messages color signature brightblue default # Signature color attachment red default # MIME attachments color search black brightwhite # Search color tilde brightgreen default # Tildes at the end color markers red default # + at the beginning of the lines color hdrdefault yellow default # Default headers color bold red default # Bold text color underline green default # Underlined text color quoted green default # Quoted text color header brightyellow default ^(From|Cc): color header brightyellow default ^(Date|Subject): color header brightyellow default ^(To|Mail-Followup-To): color header yellow default ^X-.*: color header yellow default ^(In-Reply-To|Reply-To): color index red default ~S color index green default ~F color index brightwhite default ~N color index brightwhite default ~O color index magenta default ~T color index yellow default ~D color index brightwhite default ~p color body brightcyan default "(ftp|http|https|file|mailto|finger|news)://[^ ]+" color body brightcyan default "[-a-z_0-9.]+@[-a-z_0-9.]+" color body brightcyan default "(^| )_[p\.d\.]:.*[a-z]+[0-9]"