Under Development
stars

Autocrypt Options#

See also

Set Up Autocrypt

$autocrypt#

Description:

Enables the Autocrypt feature

Type:

Boolean

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:

Expando

Notes:

Pipe Support

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

%a

%{address}

Email address

%k

%{keyid}

GPG keyid

%n

%{number}

Current entry number

%p

%{prefer-encrypt}

Prefer-encrypt flag

%s

%{enabled}

Status flag (active/inactive)

%*X

%{padding-soft:X}

Soft-fill with character X as padding

%>X

%{padding-hard:X}

Right justify the rest of the string and pad with character X

%|X

%{padding-eol:X}

Pad to the end of the line with character X


$autocrypt_dir#

Description:

Location of Autocrypt files, including the GPG keyring and SQLite database

Type:

Path (String)

Notes:

Directory only

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:

Boolean

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.