diff options
author | Silvino Silva <silvino@bk.ru> | 2016-09-22 02:10:51 +0100 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2016-09-22 02:10:51 +0100 |
commit | 9741df07f44b23ce7ac66a55cef65fe6c9c45b37 (patch) | |
tree | b8d1685b153540800b09ee0e331a65a2307d0b8a /tools/conf/etc/skel/.mutt/muttrc | |
parent | bcc4fcdffbf886743838392034d1b037bc28a864 (diff) | |
download | doc-9741df07f44b23ce7ac66a55cef65fe6c9c45b37.tar.gz |
final 0.2.1 revision
Diffstat (limited to 'tools/conf/etc/skel/.mutt/muttrc')
-rw-r--r-- | tools/conf/etc/skel/.mutt/muttrc | 34 |
1 files changed, 12 insertions, 22 deletions
diff --git a/tools/conf/etc/skel/.mutt/muttrc b/tools/conf/etc/skel/.mutt/muttrc index aa41d50..6ec1da4 100644 --- a/tools/conf/etc/skel/.mutt/muttrc +++ b/tools/conf/etc/skel/.mutt/muttrc @@ -13,32 +13,22 @@ set duplicate_threads=yes set crypt_use_gpgme=yes -set pgp_timeout=1800 +## automatically sign all outgoing messages +set crypt_autosign=yes -## sign only replies to signed messages -set crypt_replysign=yes +## automatically encrypt outgoing messages +set crypt_autoencrypt=yes -## encrypt and sign replies to encrypted messages -set crypt_replysignencrypted=yes +## automatically verify the sign of a message when opened +set crypt_verify_sig=yes -#source ~/.mutt/gpg.rc -# -#set pgp_autosign=yes -#set pgp_sign_as=0xEE29B7D3 +set pgp_sign_as=0x8BF422F79FC7C975BDF07828E88440BC35095A74 +#set pgp_sign_as=0x8BF422F7 +set pgp_timeout=1800 +set pgp_autosign=yes #set pgp_replyencrypt=yes -# -## automatically sign all outgoing messages -#set crypt_autosign -# -## automatically encrypt outgoing messages -##set crypt_autoencrypt=yes -# -## encrypt only replies to signed messages -#set crypt_replyencrypt=yes -# -## automatically verify the sign of a message when opened -#set crypt_verify_sig=yes -# + +source ~/.mutt/gpg.rc source "~/.mutt/mail_alias" set alias_file=~/.mutt/mail_alias |