Philip Nelson
6 anos atrás
committed by
GitHub
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com
1 adições e
1 exclusões
-
etc/mailsync.sh
|
|
@@ -17,7 +17,7 @@ fi |
|
|
|
|
|
|
|
# Get current number of new mail, then begin sync. |
|
|
|
ori=$(find ~/.mail -wholename '*/new/*' | grep -vi "spam\|trash\|junk" | wc -l) |
|
|
|
offlineimap -o |
|
|
|
offlineimap -u quiet -o |
|
|
|
|
|
|
|
# Recount new mail. |
|
|
|
new=$(find ~/.mail -wholename '*/new/*' | grep -vi "spam\|trash\|junk" | wc -l) |
|
|
|