update mu4e_sync.sh, use in plist.
This commit is contained in:
parent
dbcef6b67e
commit
af941776f4
@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env zsh
|
||||
refresh_config
|
||||
update_mail
|
||||
mu4e_sync_command
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user