mutt-wizard

fork of Luke Smiths mutt-wizard
git clone git://git.jakekoroman.com/mutt-wizard
Log | Files | Refs | README | LICENSE

commit 9752b075f477d37958917020224d37f01276d69a
parent a4d11754f3c329fa57c537259cca5186eeddb18a
Author: Luke <luke@lukesmith.xyz>
Date:   Mon, 12 Feb 2018 17:42:54 -0700

retarded error fixed

Diffstat:
Mmutt-wizard.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mutt-wizard.sh b/mutt-wizard.sh @@ -88,7 +88,7 @@ addAccount \ addAccount() { # First, adding the encrypted password. dialog --title "Luke's mutt/offlineIMAP password wizard" --passwordbox "Enter the password for the \"$title\" account." 10 60 2> /tmp/$title -g pg -r $gpgemail --encrypt /tmp/$title || (dialog --title "GPG decryption failed." --msgbox "GPG decryption failed. This is either because you do not have a GPG key pair or because your distro uses GPG2 and you thus need to symlink /usr/bin/gpg to /usr/bin/gpg2." 7 60 && break) + gpg -r $gpgemail --encrypt /tmp/$title || (dialog --title "GPG decryption failed." --msgbox "GPG decryption failed. This is either because you do not have a GPG key pair or because your distro uses GPG2 and you thus need to symlink /usr/bin/gpg to /usr/bin/gpg2." 7 60 && break) shred -u /tmp/$title mv /tmp/$title.gpg ~/.config/mutt/credentials/