]> git.phdru.name Git - dotfiles.git/blobdiff - .muttrc
.gitconfig: Add alias `stashes`
[dotfiles.git] / .muttrc
diff --git a/.muttrc b/.muttrc
index 249d81579a129957127052e7d49ede73c481b56a..e92d2a1ec1ecadf50d04dec949c40c2c11ed20b1 100644 (file)
--- 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
 
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -184,7 +185,7 @@ folder-hook .* "\
    set envelope_from_address="phd@phdru.name"; \
    my_hdr From: Oleg Broytman <phd@phdru.name>; \
    my_hdr Reply-To: Oleg Broytman <phd@phdru.name>; \
-   my_hdr X-Url: http://phdru.name/; \
+   my_hdr X-Url: https://phdru.name/; \
    set record==sent-mail; \
    set signature==signatures/phd@phdru.name"
 
@@ -243,7 +244,7 @@ send-hook .* "\
    set followup_to=yes; \
    my_hdr From: Oleg Broytman <phd@phdru.name>; \
    my_hdr Reply-To: Oleg Broytman <phd@phdru.name>; \
-   my_hdr X-Url: http://phdru.name/; \
+   my_hdr X-Url: https://phdru.name/; \
    unmy_hdr Mail-Followup-To; \
    unmy_hdr X-Skip-DKIM-Sig; \
    set signature==signatures/phd@phdru.name"
@@ -257,7 +258,7 @@ send-hook "~L '@(mail|list|inbox|bk|sweb|spaceweb|ulmart)\.ru'" "\
    set envelope_from_address="phd@mail.ru"; \
    my_hdr From: Олег Бройтман <phd@mail.ru>; \
    my_hdr Reply-To: Олег Бройтман <phd@mail.ru>; \
-   my_hdr X-Url: http://my.mail.ru/mail/phd; \
+   my_hdr X-Url: https://my.mail.ru/mail/phd; \
    set signature='iconv -f koi8-r ~/mail/signatures/phd@mail.ru|'"
 
 send-hook "~L '(@|\.)(((ya|yandex|narod)\.ru)|(yandex\.com)|yandex-team\.ru)$'" "\
@@ -366,7 +367,7 @@ macro pager,attach <Esc>a \
 
 # Recode base64 to 8bit, html to plain text, mustdie-1251 to koi8-r, etc.
 macro index,pager \
-   <Esc>m "<pipe-message>mimedecode.py | less<Enter>" \
+   <Esc>m "<pipe-message>mimedecode | less<Enter>" \
    "View MIME-decoded message"
 macro index,pager E \
    ":set editor=mimedecode.sh<Enter><edit>:set editor=vim.sh<Enter>" \