Encryption Information Block π₯#
Show a block of encryption information about a message
Support#
Since: NeoMutt 2024-04-10
Dependencies: Gpgme
Introduction#
This feature shows a block of information that provides information about an encrypted message; mainly about its recipients. Here is an example of such a block:
[-- Begin encryption information --]
Recipient: RSA key, ID 00C14A7DBBDD521C
Recipient: RSA key, ID 0000000000000000
[-- End encryption information --]
π· Screenshot Needed
Subject: Encryption information block in pager
Description: The NeoMutt pager displaying a decrypted email with the encryption information block visible. The block shows β[β Begin encryption information β]β and β[β End encryption information β]β markers with recipient key details (e.g., βRecipient: RSA key, ID 00C14A7DBBDD521Cβ) between them.
Highlights: The encryption information block integrated into the message
display, showing how recipient key IDs appear when viewing an encrypted message
with $crypt_encryption_info enabled.
Usage#
Itβs enabled by default. The variable to control it is
crypt_encryption_info.
Credits#
Alejandro Colomar, Richard Russon, Π½Π°Π±