# file: muttrc permissions: rw-r--r-- resides in ~/mutt directory #If you are going to use Mutt as your email client, delete mh folders "inbox" and "drafts" in #your mailbox "~/Mail". Mut doesn't accept the folders which were not compiled by itself. #------------------------------------------------------------------------------------ set mbox_type=MH # MH behavior for Mutt #or set mbox_type=mbox #or set mbox_type=Maildir #if you need these formats unset mh_purge # convert deleted messages into MH format unset move # turn off move command set mbox="~/Mail" #/var/spoo/mail for other mail formats #or any one you like the best. set folder="~/Mail" #Don't create externally. Mutt doesn't except. set record="+/sent" #Don't create externally. Mutt doesn't except set postponed="~/Mail/draft" #Don't create externally. Mutt doesn't except set spoolfile="~/Mail/inbox" #Don't create externally. Mutt doesn't except set editor="/usr/bin/nano" #The default editor. You can use any. Just change this line. set pager_stop # internal-pager will not move to the next message when you are at the # end of a message and invoke the next-page function set sort_alias=alias # sort alphabetically by alias name. set send_charset="us-ascii:iso-8859-1:koi8-r:utf-8" #set charset="iso-8859-5" set allow_ansi set beep set beep_new set implicit_autoview=yes #Printing-------------------------------------------------------------------------- set print_command="muttprint" #apt-get install muttprint muttprint-manual #configuration file ~/.muttprintrc # Dump all headers macro index p " " macro pager p " " # No confirmation before printing set print="yes" #---------------------------------------------------------------------------------- source /usr/share/doc/mutt/examples/gpg.rc #GnuPg entry #---------------------------------------------------------------------------------- # COLORS # # object foreground background # color normal default default # normal text color indicator brightyellow red # actual message color tree brightmagenta default # thread arrows color status brightgreen blue # status line color error brightred default # errors color message brightred default # info messages color signature brightred default # signature color attachment brightyellow red # MIME attachments color search brightyellow red # search matches color tilde brightmagenta default # ~ at bottom of msg color markers brightred default # + at beginning of wrapped lines color hdrdefault brightcyan default # default header lines color bold brightred default # hiliting bold patterns in body color underline brightgreen default # hiliting underlined patterns in body color quoted brightyellow default # quoted text color quoted1 brightmagenta default color quoted2 brightred default color quoted3 brightgreen default color quoted4 brightcyan default color quoted5 brightyellow default color quoted6 brightmagenta default color quoted7 brightred default color quoted8 brightgreen default color quoted9 brightcyan default # # object foreground backg. RegExp # #-------------------------------------------------------------------------------------- # set mailcap_path=~/Mail/mutt_mailcap #mailcap for Mutt, make this file set alias_file=~/Mail/aliases # add the Aliases here, but first make this file source ~/Mail/aliases # and include all existing aliases ############################################################################################