|
|
@@ -84,3 +84,17 @@ bind index,pager \Co sidebar-open |
|
|
|
bind index,pager \Cp sidebar-prev-new |
|
|
|
bind index,pager \Cn sidebar-next-new |
|
|
|
bind index,pager B sidebar-toggle-visible |
|
|
|
|
|
|
|
# PGP encryption and signing |
|
|
|
set pgp_decode_command="/usr/bin/gpg --charset utf-8 %?p?--passphrase-fd 0? --no-verbose --quiet --batch --output - %f |
|
|
|
set pgp_verify_command="/usr/bin/gpg --no-verbose --quiet --batch --output - --verify %s %f" |
|
|
|
set pgp_decrypt_command="/usr/bin/gpg --passphrase-fd 0 --no-verbose --quiet --batch --output - %f" |
|
|
|
set pgp_sign_command="/usr/bin/gpg --no-verbose --batch --quiet --output - --passphrase-fd 0 --armor --detach-sign --textmode %?a?-u %a? %f" |
|
|
|
set pgp_clearsign_command="/usr/bin/gpg --charset utf-8 --no-verbose --batch --quiet --output - --passphrase-fd 0 --armor --textmode --clearsign %?a?-u %a? %f" |
|
|
|
set pgp_encrypt_only_command="/usr/lib/neomutt/pgpewrap gpg --batch --quiet --no-verbose --output - --textmode --armor -- --recipient %r -- --encrypt %f" |
|
|
|
set pgp_encrypt_sign_command="pgpewrap /usr/bin/gpg --charset utf-8 --passphrase-fd 0 --batch --quiet --no-verbose --textmode --output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f" |
|
|
|
set pgp_import_command="/usr/bin/gpg --no-verbose --import -v %f" |
|
|
|
set pgp_export_command="/usr/bin/gpg --no-verbose --export --armor %r" |
|
|
|
set pgp_verify_key_command="/usr/bin/gpg --verbose --batch --fingerprint --check-sigs %r" |
|
|
|
set pgp_list_pubring_command="/usr/bin/gpg --no-verbose --batch --quiet --with-colons --list-keys %r" |
|
|
|
set pgp_list_secring_command="/usr/bin/gpg --no-verbose --batch --quiet --with-colons --list-secret-keys %r" |