forked from colonelpanic/dotfiles
update mu4e_sync.sh, use in plist.
This commit is contained in:
parent
dbcef6b67e
commit
af941776f4
@ -1,3 +1,3 @@
|
|||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
refresh_config
|
refresh_config
|
||||||
update_mail
|
mu4e_sync_command
|
||||||
|
@ -6,12 +6,10 @@
|
|||||||
<string>org.imalison.mu4e-sync</string>
|
<string>org.imalison.mu4e-sync</string>
|
||||||
<key>ProgramArguments</key>
|
<key>ProgramArguments</key>
|
||||||
<array>
|
<array>
|
||||||
<string>zsh</string>
|
<string>~/.lib/mu4e_sync.sh</string>
|
||||||
<string>-c</string>
|
|
||||||
<string>refresh_config && mu4e_sync_command INBOX</string>
|
|
||||||
</array>
|
</array>
|
||||||
<key>StartInterval</key>
|
<key>StartInterval</key>
|
||||||
<integer>10</integer>
|
<integer>30</integer>
|
||||||
<key>StandardOutPath</key>
|
<key>StandardOutPath</key>
|
||||||
<string>/tmp/org.imalison.mu4e-sync.out</string>
|
<string>/tmp/org.imalison.mu4e-sync.out</string>
|
||||||
<key>StandardErrorPath</key>
|
<key>StandardErrorPath</key>
|
||||||
|
Loading…
Reference in New Issue
Block a user