Browse Source

personal.muttrc remove fix

tags/v3.1
Luke Smith 6 years ago
parent
commit
4abc05bfb5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mutt-wizard.sh

+ 1
- 1
mutt-wizard.sh View File

@@ -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>&- )


Loading…
Cancel
Save