Luke Smith
5 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
6 aggiunte e
1 eliminazioni
-
bin/mailsync
|
|
@@ -21,7 +21,12 @@ echo " 🔃" > /tmp/imapsyncicon_$USER |
|
|
|
pkill -RTMIN+12 i3blocks |
|
|
|
|
|
|
|
# Run mbsync. You can feed this script different settings. |
|
|
|
mbsync -a "$@" |
|
|
|
if [ $# -eq 0 ]; then |
|
|
|
mbsync -a |
|
|
|
else |
|
|
|
mbsync "$@" |
|
|
|
fi |
|
|
|
|
|
|
|
rm -f /tmp/imapsyncicon_$USER |
|
|
|
pkill -RTMIN+12 i3blocks |
|
|
|
|
|
|
|