Add launchd job to sync mu4e
This commit is contained in:
parent
3d8798415d
commit
92c3022875
16
launchd/Library/LaunchAgents/mbsync.plist
Normal file
16
launchd/Library/LaunchAgents/mbsync.plist
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Applice//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Label</key>
|
||||
<string>local.jdormit.mbsync</string>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>/opt/homebrew/bin/emacsclient</string>
|
||||
<string>-e</string>
|
||||
<string>(mu4e-update-mail-and-index t)</string>
|
||||
</array>
|
||||
<key>StartInterval</key>
|
||||
<integer>300</integer>
|
||||
</dict>
|
||||
</plist>
|
Loading…
Reference in New Issue
Block a user