# .muttrc -- config file for the mutt mail client # # written by spirit with the help of lots of mutt documentation # found on mutt.org and the rest of the www ########################### # set up my mail accounts # ########################### set spoolfile=imap://server.domain.org/INBOX set folder=imap://server.domain.org/INBOX set imap_user=user # imap username #set imap_pass = secret # imap password set ssl_starttls=yes # use ssl/tls encryption ########################### # display of mail folders # ########################### set sort=date-received # sort messages by date ################################################################### # folder hooks (things mutt does when you enter or leave a folder # ################################################################### #folder-hook =inbox set sort=date-sent ########################################### # deal with prompts (stuff mutt asks you) # ########################################### set postpone=ask-yes # ask me before postponing set delete=ask-yes # ask me before deleting set quit=yes # skip exit prompt set move=no # dont move mails on exit #################### # viewing messages # #################### # filter headers - press 'h' to view all headers ignore * # show no headers... unignore date from: to cc subject organization # ...exept these # colors color attachment brightyellow default # file attachments color search brightred default # search matches color quoted brightyellow default # quoted text in replies color quoted1 magenta default # quoted text in replies color body cyan default "((ftp|http|https)://|news:)[^ >)\"\t]+" # URLs color body cyan default "[-a-z_0-9.+]+@[-a-z_0-9.]+" # email ###################### # composing messages # ###################### set askcc # display CC field set askbcc # display BCC field ######################## # replying to messages # ######################## set include=yes # include body of previous message in reply set fast_reply # skip prompts before replying set reply_to=yes # use Reply-To field for reply address ####################### # forwarding messages # ####################### set forward_format="Fw: %s" # add prefix to subject of fwd messages ################# # various stuff # ################# set signature=~/.sig # file containing my signature set copy=yes # save copy of sent mail set record="~/Mail/sent-mail/mutt-`date '+%b-%Y'`" # where to store copy