#reset all # for starting the config with a clean slate.
#unhook *
#source ~/.muttrc-default
################################
# set variables
#
#set abort_unmodified=yes # automatically abort replies if I don't
# change the message
set alias_file=~/.mutt/mail_aliases # where I keep my aliases
set allow_8bit # never do Q-P encoding on legal 8-bit chars
#set arrow_cursor # use -> instead of hiliting the whole line
#set ascii_chars # use ASCII instead of ACS chars for threads
#set askbcc
#set askcc
#set attribution="On %d, %n wrote:" # how to attribute replies
set autoedit # go to the editor right away when composing
#set auto_tag # always operate on tagged messages
#set charset="iso-8859-1" # character set for your terminal
#set charset="shift_jis"
set charset="euc-jp"
set noconfirmappend # don't ask me if i want to append to mailboxes
#set confirmcreate # prompt when creating new files
set copy=yes # always save a copy of outgoing messages
set delete=yes # purge deleted messages without asking
set edit_headers # let me edit the message header when composing
set editor="vim -f -X -c 'set tw=60 nobackup et'" #your favourite editor
#set bounce=yes # don't ask about bouncing messages, just do it
#set fast_reply # skip initial prompts when replying
#set fcc_attach # keep attachments in copies of sent messages?
set folder=~/Mail
#set force_name # fcc by recipient, create if mailbox doesn't exist
#set forward_decode # weed and MIME decode forwaded messages
#set forward_format="[%a: %s]" # subject to use when forwarding messages
#set forward_quote # quote the header and body of forward msgs
# set width for (f, F, L, n, s) because of japanese characters
# hdr_format is defined in 'folder-hook' settings
#set hdr_format="%4C %Z %{%m/%d} [%2N] %-15.15F (%4c) %s"
set hdr_format="%4C %Z %{%m/%d} %-10.10F %4c %-80.80s" # format of the
index
set from="a@a.com" #set alternates='user@(blah|wank).org'
#set hdrs # include `my_hdr' lines in outgoing messages
#set header # include message header when replying
set help # show the help lines
#set history=20 # number of lines of history to remember
#set hostname="host.a.com" # my DNS domain
set include # always include messages when replying
#set indent_string="> " # how to quote replied text
#set locale="C" # locale to use for printing time
#set mailcap_path="~/.mailcap:/usr/local/share/mailcap"
set nomark_old # i don't care about whether a message is old
set mail_check=10 # how often to poll for new mail
#set mask="!^\\.[^.]"
set mask="."
set mbox="+..inbox" # where to store read messages
set mbox_type=Maildir
#set menu_scroll # no implicit next-page/prev-page
#set metoo # remove my address when replying
set mime_forward # use message/rfc822 type to forward messages
set move=yes # don't ask about moving messages, just do it
#set pager=less # some people prefer an external pager
#set pager_context=3 # no. of lines of context to give when scrolling
set pager_format="-%S- %-20.20f %s" # format of the pager status bar
set pager_index_lines=6 # how many index lines to show in the pager
#set pager_stop # don't move to the next message on next-page
#set pgp_strict_enc # use Q-P encoding when needed for PGP
set postponed="+.drafts" # mailbox to store postponed messages in
#set post_indent_string='---end quoted text---'
#set print=ask-yes # ask me if I really want to print messages
set print_command=/bin/false # how to print things (I like to save trees)
set noprompt_after # ask me for a command after the external pager exits
#set quote_regexp="^ *[a-zA-Z]*[>:#}]" # how to catch quoted text
set read_inc=25 # show progress when reading a mailbox
set realname="name" #replace this with your name
#set recall # prompt to recall postponed messages
set record=+..outbox # default location to save outgoing mail
set reply_to # always use reply-to if present
#set reply_regexp="^(re:[ \t]*)+"# how to identify replies in the subject:
#set resolve # move to the next message when an action is performed
#set reverse_alias # attempt to look up my names for people
set reverse_name # use my address as it appears in the message
# i am replying to
set nosave_empty # remove files when no messages are left
#set save_name # save outgoing messages by recipient, if the
#set sendmail="/usr/lib/sendmail -oi -oem" # how to deliver mail
#set shell="/bin/zsh" # program to use for shell escapes
#set signature="~/.mutt/signature" # file which contains my signature
set sleep_time=0 # pause time while displaying certain information.
Default:1
#set sort=reverse-date-received
set sort=reverse-threads # primary sorting method
#set sort_aux=reverse-date-received # how to sort subthreads
#set sort_aux=last-date # date of the last message in thread
set sort_browser=alpha # reverse-date # how to sort files in the dir
browser
set spoolfile='~/Mail/..inbox' # where my new mail is located
#set status_format="-%r-Mutt: %f [Msgs:%?M?%M/?%m%?n? New:%n?%?d? Del:%d?%?F?
Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b? %l]---(%s)-%>-(%P)---"
#set status_on_top # some people prefer the status bar on top
#set strict_threads # don't thread by subject
set tilde # virtual lines to pad blank lines in the pager
#set timeout=0 # timeout for prompt in the index menu
set tmpdir=~/tmp # where to store temp files
#set to_chars=" +TCF"
#set use_8bitmime # enable the -B8BITMIME sendmail flag
set nouse_domain # don't qualify local addresses with $domain
set use_from # always generate the `From:' header field
#set use_mailcap=yes # always use a mailcap entry when found
set pgp_verify_sig=no # don't automatically verify message signatures
#set visual=vim # editor invoked by ~v in the builtin editor
set nowait_key # prompt when a pipe returns normal status
set write_inc=25 # show progress while writing mailboxes
#set xface=yes
# only enable the following IFF you have sendmail 8.8.x or you will not
# be able to send mail!!!
#set dsn_notify='failure,delay' # when to return an error message
#set dsn_return=hdrs # what to return in the error message
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#
# Header fields I don't normally want to see
#
ignore * # this means "ignore all lines by default"
# I do want to see these fields, though!
unignore from subject to cc date x-mailer x-url
#unignore from: subject to cc mail-followup-to \
# date x-mailer x-url # this shows how nicely wrap long lines
#color normal white black
color normal white default
color hdrdefault green default
color quoted magenta default
color signature cyan default
color indicator brightyellow red
color error brightred default
color status black white
color tree magenta default # the thread tree in the index menu
color tilde magenta default
color message white default
color markers brightcyan default
color attachment brightmagenta default
color search default green # how to hilite search patterns in the pager
color header green default ^(From|Subject|Date):
color body cyan default "(ftp|http)://[^ ]+" # point out URLs
color body cyan default [-a-z_0-9.]+@[-a-z_0-9.]+ # e-mail addresses
color underline brightgreen default
# attributes when using a mono terminal
mono header underline ^(From|Subject):
mono quoted bold