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
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
# Encryption: GnuPG
#
source /usr/share/doc/mutt/examples/gpg.rc
+set crypt_use_gpgme=no
set pgp_use_gpg_agent
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -