diff options
author | Luke Smith <luke@lukesmith.xyz> | 2023-08-02 12:25:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-02 12:25:26 +0000 |
commit | 07e4bb14e0b15cf4fe94a1478386f78a19cf00a6 (patch) | |
tree | 053c1ff0c75dddea7689e1d06b672d884847733e /share | |
parent | 24d472b936cd4e7501ed7b39a169dcc451848390 (diff) | |
parent | 64454c2d4d8b8e773f14655b446c248426e2837d (diff) |
Merge pull request #941 from satchlj/master
fix typo in set crypt_auto_sign
Diffstat (limited to 'share')
-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' |