update mu4e_sync.sh, use in plist.

This commit is contained in:
Ivan Malison 2015-01-03 12:52:01 -08:00
parent dbcef6b67e
commit af941776f4
2 changed files with 3 additions and 5 deletions

View File

@ -1,3 +1,3 @@
#!/usr/bin/env zsh
refresh_config
update_mail
mu4e_sync_command

View File

@ -6,12 +6,10 @@
<string>org.imalison.mu4e-sync</string>
<key>ProgramArguments</key>
<array>
<string>zsh</string>
<string>-c</string>
<string>refresh_config && mu4e_sync_command INBOX</string>
<string>~/.lib/mu4e_sync.sh</string>
</array>
<key>StartInterval</key>
<integer>10</integer>
<integer>30</integer>
<key>StandardOutPath</key>
<string>/tmp/org.imalison.mu4e-sync.out</string>
<key>StandardErrorPath</key>