From 92c30228755847a5b7bc94aac7684735941bc607 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Mon, 8 Aug 2022 13:55:39 -0400 Subject: [PATCH] Add launchd job to sync mu4e --- launchd/Library/LaunchAgents/mbsync.plist | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 launchd/Library/LaunchAgents/mbsync.plist diff --git a/launchd/Library/LaunchAgents/mbsync.plist b/launchd/Library/LaunchAgents/mbsync.plist new file mode 100644 index 0000000..c58e1dd --- /dev/null +++ b/launchd/Library/LaunchAgents/mbsync.plist @@ -0,0 +1,16 @@ + + + + + Label + local.jdormit.mbsync + ProgramArguments + + /opt/homebrew/bin/emacsclient + -e + (mu4e-update-mail-and-index t) + + StartInterval + 300 + +