diff options
author | Satya Benson <mail@satch.xyz> | 2023-05-15 18:18:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-15 18:18:29 -0400 |
commit | 64454c2d4d8b8e773f14655b446c248426e2837d (patch) | |
tree | ed5c1658a74684ad1ca437aed7147f2476abe8a1 | |
parent | b1a7dab811c04e518bb2eb6384b3ca00347d0c8b (diff) |
fix typo in set crypt_auto_sign
-rw-r--r-- | share/mutt-wizard.muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc index 316a572..95a9ae9 100644 --- a/share/mutt-wizard.muttrc +++ b/share/mutt-wizard.muttrc @@ -91,7 +91,7 @@ macro index,pager ga "<change-folder>=Archive<enter>" "go to archive" macro index,pager Ma ";<save-message>=Archive<enter>" "move mail to archive" macro index,pager Ca ";<copy-message>=Archive<enter>" "copy mail to archive" -#set crypt_autosign = yes +#set crypt_auto_sign = yes #set crypt_opportunistic_encrypt = yes #set pgp_self_encrypt = yes #set pgp_default_key = 'your@gpgemailaddre.ss' |