Sfoglia il codice sorgente

shortcut removal fix

tags/v3.1
Luke 6 anni fa
parent
commit
720d70c144
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      mutt-wizard.sh

+ 1
- 1
mutt-wizard.sh Vedi File

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


Caricamento…
Annulla
Salva