The Mutt E-Mail Client : Reference : Configuration variables : pgp_entry_format
Previous: smime_decrypt_use_default_key
Next: pgp_good_sign

6.3.134. pgp_entry_format

Type: string
Default: "%4n %t%f %4l/0x%k %-4a %2c %u"

This variable allows you to customize the PGP key selection menu to your personal taste. This string is similar to `` $index_format'', but has its own set of printf()-like sequences:

%n

number

%k

key id

%u

user id

%a

algorithm

%l

key length

%f

flags

%c

capabilities

%t

trust/validity of the key-uid association

%[<s>]

date of the key where <s> is an strftime(3) expression

(PGP only)


The Mutt E-Mail Client : Reference : Configuration variables : pgp_entry_format
Previous: smime_decrypt_use_default_key
Next: pgp_good_sign