# System-wide personalization for Mutt ###################################### set sort=threads unset strict_threads set editor="vi -c 'set noai' -c 'set ts=8'" set send_charset="us-ascii:iso-8859-2:utf-8" set charset="iso-8859-2" set autoedit set auto_tag set history=100 set include=yes unset metoo set mime_fwd set move=no set pager_context=1 set pager_stop set pop_delete set record=+sent set reverse_alias set status_format="---%h:%f [%M %nN %tT %dD %lB]%>-%v---" #set web_browser="lynx %s" set pager_format="-%S- [%l lines, %c] %C/%T: %-20.20n %s" set status_on_top set fcc_clear set rfc2047_parameters unset save_empty set read_inc=1000 set write_inc=1000 unset confirmappend unset confirmcreate set reply_to=ask-yes # Mail command ############## bind index \ca mail macro index M ":my_hdr X-Priority: 1\n:my_hdr Importance: high\n:set dsn_return=hdrs\n:set dsn_notify=failure,delay,success\n^a" "DSN and Priority-1 classed compose of a new mail message" macro index m ":unmy_hdr X-Priority Importance\n:unset dsn_return dsn_notify\n^a" "Standard compose of a new mail message" # GPG ##### source /home/short/.muttrc-gpg.rc unset pgp_show_unusable set pgp_replyencrypt set pgp_replysignencrypted # Ignore headers ################ ignore received content- mime-version status x-status message-id sender ignore references return-path lines precedence x-authentication-warning ignore list-help list-subscribe list-unsubscribe list-post list-archive ignore x-mimetrack priority x-priority importance x-mime-autoconverted ignore x-accept-language resent-message-id x-sender x-antirelay ignore x-msmail-priority x-mimeole x-pop3-rcpt delivered-to # Colors ######## color hdrdefault brightcyan black color quoted cyan black color signature brightred black color indicator brightyellow red color error brightred black color status brightyellow blue color tree brightmagenta black # the thread tree in the index menu color tilde brightmagenta black color message brightcyan black color normal white black color attachment brightmagenta black color search black green # how to hilite search patterns in the pager color header brightyellow black ^(From|Subject): color body brightyellow black "(ftp|http)://[^ ]+" # point out URLs color body brightcyan black [-a-z_0-9.]+@[-a-z_0-9.]+ # e-mail addresses color underline brightgreen black mono header underline ^(From|Subject): mono quoted bold