Ver a proveniência

makes proper mail dir before sync

tags/v3.1
Luke Smith há 5 anos
ascendente
cometimento
23e250b82f
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4C50B54A911F6252
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      mw

+ 1
- 1
mw Ver ficheiro

@@ -239,7 +239,7 @@ trysync() { \
printf "\033[32mYou must have an internet connection to continue.\033[0m\\nmutt-wizard will run mbsync briefly to (1) ensure that login details are functional and (2) allow mbsync to tell us what mailboxes your email account has.\\nAfter around 15 seconds, mutt-wizard will kill the process and continue.\\nYou can run mbsync manually to finish the mail sync later.\\n"
cont
(sleep 15; killall mbsync)>/dev/null 2>&1 &
mkdir -p "$maildir"
mkdir -p "$maildir/$title"
mbsync "$title"
if ls -d "$maildir/$title/"* >/dev/null 2>&1; then
printf "\033[32mSync successful.\033[0m\\n"; return


Carregando…
Cancelar
Guardar