Under Development
stars

Encryption Information Block πŸ”₯

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, Π½Π°Π±