Diverse improvement
[dotfiles.git] / email / .mutt / force_sync.sh
index e08a3ac..e52ca27 100755 (executable)
@@ -1,7 +1,2 @@
 #!/bin/sh
-if pidof -x offlineimap
-then
-       kill -10 "$(pidof -x offlineimap)"
-else
-       offlineimap -u quiet -o
-fi
+pidof -x offlineimap | xargs -r kill -10