diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-03-16 12:14:25 -0700 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2018-03-16 12:14:25 -0700 |
commit | 4abc05bfb55b012e5d4082423b0565b59f85a05c (patch) | |
tree | 34370eb7a103a9f56039f597d2fac920ae50bed1 | |
parent | 8330175b037360e480fe0221c668ca297a862b2b (diff) |
personal.muttrc remove fix
-rwxr-xr-x | mutt-wizard.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt-wizard.sh b/mutt-wizard.sh index 9995ffa..8bad868 100755 --- 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>&- ) |