X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.muttrc;h=797afa74021e859bec30097d7c1d0e42399db310;hb=1d9311cbfa743a494a85dcc28bf87d6c00fa4b58;hp=e9d46edc664fab7b8efc1a1cb97046d8c58fec26;hpb=d999dac235dd051d10ab0a953c93bb58dc069d64;p=dotfiles.git diff --git a/.muttrc b/.muttrc index e9d46ed..797afa7 100644 --- a/.muttrc +++ b/.muttrc @@ -62,6 +62,7 @@ set allow_8bit # Never do Q-P encoding on legal 8-bit chars set abort_unmodified=no # Let me send empty messages set alias_file==tmp/aliases # Where to store aliases set attribution="`case "$LC_TIME" in ru_RU*) echo '÷ %{%a, %d %b %Y × %I:%M:%S%p %Z} %f ÎÁÐÉÓÁÌ(Á):' ;; *) echo 'On %d, %f wrote:' ;; esac`" # ` +set attribution_locale=`echo $LC_TIME` # Locale to format dates set beep=no # Never beep on errors set collapse_unread=no # Do not collapse thread with unread messages set confirmappend=no # Don't ask me if i want to append to mailboxes @@ -70,7 +71,6 @@ set forward_format="[Fwd: %s]" # Subject to use when forwarding messages set help # Show the help lines set ignore_list_reply_to # Ignore Reply-To headers pointing to mailing lists. set include=yes # Always include a copy when replying. -set locale=`echo $LC_TIME` # Locale to format dates set mail_check=30 # How often (in seconds) to poll for new mail set mark_old=no # Distinguish between seen (but unread) and new messages set mask="" # Show dot-files in the file browser @@ -117,6 +117,7 @@ alternative_order text/enriched text/plain text # Encryption: GnuPG # source /usr/share/doc/mutt/examples/gpg.rc +set crypt_use_gpgme=no set pgp_use_gpg_agent # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -164,9 +165,9 @@ my_hdr X-Operating-System: Debian GNU/Linux # lists [ ... ] subscribe (python-(announce|dev|ideas)|.*-(list|sig))@python\.org \ - core-workflow@python\.org \ - .*@moderators\.isc\.org .*@lists\.sourceforge\.net \ + core-workflow@python\.org .*@moderators\.isc\.org \ (durus|quixote)-users@mems-exchange\.org pysqlite@lists\.initd\.org \ + .*@vex.net .*@lists\.sourceforge\.net \ .*@googlegroups\.com mlug@unixcenter\.ru #lists @@ -240,9 +241,12 @@ fcc-hook .* =sent-mail # Restore defaults send-hook .* "\ set envelope_from_address="phd@phdru.name"; \ + set followup_to=yes; \ my_hdr From: Oleg Broytman ; \ my_hdr Reply-To: Oleg Broytman ; \ my_hdr X-Url: http://phdru.name/; \ + unmy_hdr Mail-Followup-To; \ + unmy_hdr X-Skip-DKIM-Sig; \ set signature==signatures/phd@phdru.name" send-hook "~L '@.*\.(r|s)u$'" "\ @@ -269,7 +273,14 @@ send-hook "~L python-announce-list@python\.org" "\ my_hdr Reply-To: Oleg Broytman ; \ my_hdr Mail-Followup-To: Oleg Broytman , Python Mailing List " -send-hook ~u unmy_hdr Reply-To +send-hook "~L cheetahtemplate-announce@lists\.sourceforge\.net" "\ + set followup_to=no; \ + my_hdr Reply-To: Oleg Broytman ; \ + my_hdr Mail-Followup-To: Oleg Broytman , CheetahTemplate discussion " + +send-hook ~u "\ + unmy_hdr Reply-To; \ + my_hdr X-Skip-DKIM-Sig: mailing list" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # @@ -356,7 +367,7 @@ macro pager,attach a \ # Recode base64 to 8bit, html to plain text, mustdie-1251 to koi8-r, etc. macro index,pager \ - m "mimedecode.py | less" \ + m "mimedecode | less" \ "View MIME-decoded message" macro index,pager E \ ":set editor=mimedecode.sh:set editor=vim.sh" \