Autocrypt Options#
See also
$autocrypt#
- Description:
Enables the Autocrypt feature
- Type:
- Scope:
Autocrypt only
- Default:
set autocrypt = no
When set, enables autocrypt, which provides passive encryption protection with keys exchanged via headers.
$autocrypt_acct_format#
- Description:
Format string for the Autocrypt Account Dialog
- Type:
- Notes:
- Scope:
Autocrypt only
- Default:
set autocrypt_acct_format = "%4n %-30a %20p %10s"
- Alternative:
set autocrypt_acct_format = "%4{number} %-30{address} %20{prefer-encrypt} %10{enabled}"
Specify the format of the data displayed in the Autocrypt Dialog.
Format Sequences
Short |
Long Name |
Description |
|---|---|---|
|
|
Email address |
|
|
GPG keyid |
|
|
Current entry number |
|
|
Prefer-encrypt flag |
|
|
Status flag (active/inactive) |
|
|
Soft-fill with character |
|
|
Right justify the rest of the string and pad with character |
|
|
Pad to the end of the line with character |
See also
Expandos: Tutorial Conditional, Howto Conditional, Formatting, Reference
$autocrypt_dir#
- Description:
Location of Autocrypt files, including the GPG keyring and SQLite database
- Type:
- Notes:
- Scope:
Autocrypt only
- Default:
set autocrypt_dir = "~/.neomutt/autocrypt"
Set where Autocrypt files are stored, including the GPG keyring and SQLite database.
$autocrypt_reply#
- Description:
Replying to an Autocrypt email automatically enables Autocrypt in the reply
- Type:
- Scope:
Autocrypt only
- Default:
set autocrypt_reply = yes
When set, replying to an autocrypt email automatically enables autocrypt in the reply. You may want to unset this if you’re using the same key for autocrypt as normal web-of-trust, so that autocrypt isn’t forced on for all encrypted replies.