forked from colonelpanic/dotfiles
Super dumb fixes for mu4e sync.
This commit is contained in:
parent
1d59b61ad9
commit
890f6b3dc4
@ -1,2 +1,3 @@
|
|||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
offlineimap
|
refresh_config
|
||||||
|
mu4e_sync_command
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<array>
|
<array>
|
||||||
<string>zsh</string>
|
<string>zsh</string>
|
||||||
<string>-c</string>
|
<string>-c</string>
|
||||||
<string>refresh_config && mu4e_update_index_and_alert</string>
|
<string>refresh_config && mu4e_update_index_and_alert</string>
|
||||||
</array>
|
</array>
|
||||||
<key>StartInterval</key>
|
<key>StartInterval</key>
|
||||||
<integer>10</integer>
|
<integer>10</integer>
|
||||||
|
@ -15,6 +15,6 @@
|
|||||||
<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>
|
||||||
<string>/tsmp/org.imalison.mu4e-sync.error</string>
|
<string>/tmp/org.imalison.mu4e-sync.error</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
Loading…
Reference in New Issue
Block a user