mutt-wizard

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

commit 4abc05bfb55b012e5d4082423b0565b59f85a05c
parent 8330175b037360e480fe0221c668ca297a862b2b
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Fri, 16 Mar 2018 12:14:25 -0700

personal.muttrc remove fix

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

diff --git a/mutt-wizard.sh b/mutt-wizard.sh @@ -112,7 +112,7 @@ removeAccount() { sed -ie " rm "$muttdir"accounts/$1.muttrc rm "$muttdir"credentials/$1.gpg rm -rf "$muttdir"accounts/$1 - sed -i '/$1.muttrc/d' "$muttdir"personal.muttrc ;} + sed -i "/$1.muttrc/d" "$muttdir"personal.muttrc ;} manual() { \ imap=$( dialog --inputbox "Insert the IMAP server for your email provider (excluding the port number)" 10 60 3>&1 1>&2 2>&3 3>&- )