Sfoglia il codice sorgente

don't readd same account. fix #558

tags/v3.1
Luke Smith 3 anni fa
parent
commit
30c4647c98
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4C50B54A911F6252
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      bin/mw

+ 2
- 0
bin/mw Vedi File

@@ -164,6 +164,8 @@ askinfo() { \
echo "\`$fulladdr\` is not a valid email address. Please retype the address:"
read -r fulladdr
done
grep -q "Channel\s*$fulladdr$" "$mbsyncrc" &&
{ echo "$fulladdr has already been added" && exit 1 ;}
{ [ -z "$imap" ] || [ -z "$smtp" ] ;} && parsedomains
[ -z "$imap" ] && echo "Give your email server's IMAP address (excluding the port number):" &&
read -r imap


Caricamento…
Annulla
Salva