Ver código fonte

shortcut removal fix

tags/v3.1
Luke 6 anos atrás
pai
commit
720d70c144
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      mutt-wizard.sh

+ 1
- 1
mutt-wizard.sh Ver arquivo

@@ -31,7 +31,7 @@ removeAccount() { sed -ie "
rm "$muttdir"accounts/$1.muttrc
rm "$muttdir"credentials/$1.gpg
rm -rf "$muttdir"accounts/$1
echo $1 deleted. ;}
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>&- )


Carregando…
Cancelar
Salvar