]> git.phdru.name Git - dotfiles.git/commitdiff
.muttrc: Update for Debian 9 "stretch"
authorOleg Broytman <phd@phdru.name>
Sat, 24 Feb 2018 20:57:26 +0000 (23:57 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 24 Feb 2018 20:57:26 +0000 (23:57 +0300)
.muttrc

diff --git a/.muttrc b/.muttrc
index 249d81579a129957127052e7d49ede73c481b56a..8f433eee6ee7eda5d2dd5a8f5cacb29ceeead7fb 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
 
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -