]> git.phdru.name Git - dotfiles.git/blobdiff - .muttrc
Set LESS_TERMCAP_* for light and dark backgrounds
[dotfiles.git] / .muttrc
diff --git a/.muttrc b/.muttrc
index ab0edef2b35ab13c4de39986c4441d3866b74973..bf67fd23c652f1a7d9220fc4a23289e36fd5538d 100644 (file)
--- a/.muttrc
+++ b/.muttrc
@@ -110,6 +110,13 @@ alternative_order text/enriched text/plain text
 #auto_view application/rtf
 #set implicit_autoview # Use copiousoutput filters from mailcap for all types of attachments
 
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+#
+# Encryption: GnuPG
+#
+source /usr/share/doc/mutt/examples/gpg.rc
+set pgp_use_gpg_agent
+
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 #
 # Header fields I don't normally want to see
@@ -117,7 +124,7 @@ alternative_order text/enriched text/plain text
 ignore *                         # Ignore all lines by default
 
 # I do want to see these fields, though!
-unignore date from to x-original-to reply-to mail-followup-to cc \
+unignore date from reply-to mail-followup-to followup-to to x-original-to cc \
    newsgroups subject user-agent x-mailer x-url x-face
 
 # Default list of header fields to weed when displaying
@@ -132,7 +139,7 @@ unignore date from to x-original-to reply-to mail-followup-to cc \
 #       hdr_order <hdr1> [ <hdr2> ... ]
 #
 
-hdr_order date from to x-original-to reply-to mail-followup-to cc \
+hdr_order date from reply-to mail-followup-to followup-to to x-original-to cc \
    newsgroups subject user-agent x-mailer x-url x-face
 
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -157,8 +164,7 @@ my_hdr X-Operating-System: Debian GNU/Linux
 subscribe (python-(announce|dev|ideas)|.*-(list|sig))@python\.org \
    .*@moderators\.isc\.org .*@lists\.sourceforge\.net \
    (durus|quixote)-users@mems-exchange\.org pysqlite@lists\.initd\.org \
-   .*@googlegroups\.com \
-   mlug@unixcenter\.ru
+   .*@googlegroups\.com mlug@unixcenter\.ru
 
 #lists
 
@@ -258,8 +264,8 @@ send-hook ~u unmy_hdr Reply-To
 
 send-hook "~L python-announce-list@python\.org" "\
    set followup_to=no; \
-   my_hdr Reply-To: python-list@python.org; \
-   my_hdr Mail-Followup-To: phd@phdru.name, python-list@python.org"
+   my_hdr Reply-To: Oleg Broytman <phd@phdru.name>; \
+   my_hdr Mail-Followup-To: Oleg Broytman <phd@phdru.name>, Python Mailing List <python-list@python.org>"
 
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 #
@@ -363,10 +369,3 @@ color body        brightmagenta  default " [;:]-*[dp(){}<>|\\/]| [(){}<>|\\/]-*[
 # Attributes when using a mono terminal
 mono header underline ^Subject:
 mono quoted bold
-
-# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-#
-# Encryption: GnuPG
-#
-source /usr/share/doc/mutt/examples/gpg.rc
-set pgp_use_gpg_agent