From 11e6399e3b07c0795fd64cddd2ace88de9fb58b2 Mon Sep 17 00:00:00 2001 From: Braulio Henrique Marques Souto Date: Mon, 1 Aug 2022 00:00:10 -0300 Subject: [PATCH] Fixed function premutt --- bin/mutt-wizard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mutt-wizard b/bin/mutt-wizard index 1640cfe..9302203 100755 --- a/bin/mutt-wizard +++ b/bin/mutt-wizard @@ -118,7 +118,7 @@ $extra $synccmd macro index \eg \"unset wait_keygpg --list-secret-keys; printf 'Enter email ID of user to publish: '; read eID; printf 'Enter fingerprint of GPG key to publish: '; read eFGPT; $prefix/libexec/gpg-wks-client --create \\\$eFGPT \\\$eID | msmtp --read-envelope-from --read-recipients -a $fulladdr\" \"publish GPG key to WKS provider\" macro index \eh \"$prefix/libexec/gpg-wks-client --receive | msmtp --read-envelope-from --read-recipients -a $fulladdr\" \"confirm GPG publication\" -named-mailboxes \"--$hostname----\" \"+INBOX\" +named-mailboxes \"-$hostname---\" \"+INBOX\" set signature = $accdir/$fulladdr.sig " > "$accdir/$fulladdr.muttrc"