Philip Nelson
il y a 6 ans
committed by
GitHub
Parent
révision
a6a45b578a
Aucune clé connue n'a été trouvée dans la base pour cette signature
ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec
1 ajouts et
1 suppressions
-
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) |
|
|
|