Philip Nelson
6 vuotta sitten
committed by
GitHub
vanhempi
commit
a6a45b578a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa
1 lisäystä ja
1 poistoa
-
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) |
|
|
|