set mbox_type=Maildir set folder="~/.mail" set mask="!^\\.[^.]" set record="+.Sent" set postponed="+.Drafts" set spoolfile="~/.mail" auto_view text/html alternative_order text/plain text text/enriched text/html # Set the desired default "from" address for both header From and envelope-from set reverse_name set from="nemunaire@nemunai.re" alternates "nemunaire@pomail.fr|nemu@pomail.fr|pom@pomail.fr|pompom@pomail.fr|pierreolivier@pomail.fr|pierre-olivier@pomail.fr|.+@pommail.fr|.+@mercier.pm|.+@p0m.fr|.+@nemunai.re|nemunaire@epita.fr|mercie_d@epita.fr|pierreolivier.mercier@epita.fr|pomercier@novaquark.com" set realname="Pierre-Olivier Mercier" set hostname="nemunai.re" set envelope_from=yes set use_domain=no set alias_file= ~/.mutt/aliases set sort_alias= alias set reverse_alias=yes source $alias_file source ~/.mutt/mls set dsn_notify="failure,delay" # set up the sidebar set sidebar_width=25 set sidebar_visible=yes set sidebar_sort=yes mailboxes ! `find ~/.mail -maxdepth 1 -type d -name ".*" -printf "+'%f' "` macro index c "?" "open a different folder" macro pager c "?" "open a different folder" macro index C "?" "copy a message to a mailbox" macro index M "?" "move a message to a mailbox" macro pager C "?" "copy a message to a mailbox" macro pager M "?" "move a message to a mailbox" macro pager D "~/scripts/dmarc-parser.pl" "move a message to a mailbox" macro compose A "?" "attach message(s) to this message" # Include folder hooks defining Fcc source ~/.mutt/folder-hooks #GPG set fcc_clear # Keep fcc's clear of signatues and encryption. source ~/.mutt/gpg.rc set pgp_sign_as="0x4573CC96" set pgp_autosign set pgp_replysign set pgp_replyencrypt set pgp_replysignencrypted set pgp_verify_sig=yes set pgp_strict_enc set pgp_use_gpg_agent=yes set send_charset="us-ascii:utf-8" # set header_cache = ~/.mutt/cache set header_cache_pagesize = 32768 set maildir_header_cache_verify = no # locales FR pour les nom des jours et mois set locale="fr_FR" set date_format="%A %d %b %Y à %H:%M:%S (%Z)" set attribution="Le %d, %n a écrit :" set mime_forward # Forward message as MIME attachments. # Header stuff #ignore "Authentication-Results:" #ignore "DomainKey-Signature:" #ignore "DKIM-Signature:" hdr_order Date From To Cc Bcc User-Agent ignore * unignore Disposition-Notification-To unignore Authentication-Results unignore from: date subject to cc mail-followup-to unignore x-mailing-list: posted-to: unignore x-mailer: x-url reply-to unignore user-agent: unignore Saved-In: # For better looks #set arrow_cursor #set folder_format="%t%N %-30.30f %8s" #set index_format="%4C %Z %{%b %d} %-31.31F %N (%4c) %s" set beep_new set menu_scroll set smart_wrap = yes set nomarkers # don't put '+' at the beginning of wrapped lines set pager_index_lines = 7 # how large is the index window? set sort = 'threads' set sort_aux=date-received #set sort_browser=date # My Editor set editor="vim '+set tw=72'" set config_charset=utf8 set charset="utf-8" set pager_stop # ===================================================================== # Normal colors # ===================================================================== color normal white black color message white black color signature magenta default color hdrdefault cyan default color attachment yellow default color status brightblack cyan color search brightwhite magenta color bold brightyellow default color tilde brightblue default # ``~'' used to pad blank lines color tree brightwhite default # thread tree in the index menu color body brightblue default "(git|ssh|ftp|http)s?://[^ ]+" # point out URLs color body brightblue default [-a-z_0-9.]+@[-a-z_0-9.]+ # e-mail addresses # ===================================================================== # Index # ===================================================================== #color index color248 default "~A" # Unread messages in yellow color index cyan default "~t $from" color index brightyellow default "~N|~O" color index brightcyan default "~t $from (~N|~O)" # Messages already replied to in green color index green default "~Q" # Deleted messages in a dark color color index color237 default "~D" # Flagged messages in red color index brightred default "~F" color index magenta default "~T" # ===================================================================== # Header # ===================================================================== # Color information about the sender color header brightcyan default "From: " color header brightcyan default "Subject: " color header brightcyan default "Date: " color header brightyellow default "Saved-In: " color header magenta default "Disposition-Notification-To: " # DKIM color header blue default "Authentication-Results:.*spf=none" color header blue default "Authentication-Results:.*spf=neutral" color header blue default "Authentication-Results:.*dkim=neutral" color header red default "Authentication-Results:.*spf=fail" color header red default "Authentication-Results:.*dkim=fail" # DMARC color header yellow default "Authentication-Results:.*dmarc=quarantine" color header red default "Authentication-Results:.*dmarc=reject" # ===================================================================== # Body # ===================================================================== # Color the first levels of quoted text color quoted green default color quoted1 cyan default color quoted2 green default color quoted3 cyan default # Sidebar colors color sidebar_new yellow default color sidebar_flagged brightred default bind index ' ' tag-entry macro index,pager \eL '=.Lost/' #macro index,pager \eV '=.Epita.SRS.virli/' bind index,pager \CP sidebar-scroll-up #bind index,pager \CI sidebar-scroll-down bind index,pager \CO sidebar-open bind index,pager i sidebar-next macro index,pager I '' bind index,pager o sidebar-open bind index,pager p sidebar-prev macro index,pager P '' bind index,pager B bounce-message # b toggles sidebar visibility macro index,pager b 'toggle sidebar_visible' # Remap bounce-message function to "B" bind index B bounce-message bind index,pager \e next-unread-mailbox # GnuPG output # # Make if very obvious there is a bad signature! color body black red "^gpg: BAD signature .*$" color body black red "^gpg: MAUVAISE signature .*$" # Tag a good signature color body brightgreen black "^gpg: Good signature .*$" color body brightgreen black "^gpg: Bonne signature .*$" # Inform the signature can't be verified color body brightred black "^gpg: Can't check signature: public key not found" color body brightred black "^gpg: Impossible de v.*" color body brightred black "^gpg: WARNING: .*!" color body brightred black "^gpg: ATTENTION: .*!" color body brightred black "^gpg: some signal caught ... exiting" #Messages color error brightwhite red # error messages color message brightblack green # status messages