mirror of
https://github.com/neomutt/samples.git
synced 2024-11-26 18:34:42 +01:00
12 lines
612 B
Plaintext
12 lines
612 B
Plaintext
|
# -------------------------------------------------------------------------
|
||
|
# Name: pgp_default_key
|
||
|
# -------------------------------------------------------------------------
|
||
|
# This is the default key-pair to use for PGP operations. It will be used
|
||
|
# for encryption (see $postpone_encrypt and $pgp_self_encrypt). It will
|
||
|
# also be used for signing unless $pgp_sign_as is set. The (now
|
||
|
# deprecated) pgp_self_encrypt_as is an alias for this variable, and should
|
||
|
# no longer be used. (PGP only
|
||
|
# -------------------------------------------------------------------------
|
||
|
|
||
|
# set pgp_default_key = "0x12345678"
|