Skip to content

Instantly share code, notes, and snippets.

@tai2
Created October 21, 2018 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tai2/df8c3100f0610caef109cd8a1ad9bdc4 to your computer and use it in GitHub Desktop.
Save tai2/df8c3100f0610caef109cd8a1ad9bdc4 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>EnvironmentVariables</key>
<dict>
<key>XAPIAN_CJK_NGRAM</key>
<string>1</string>
<key>TERMINAL_NOTIFIER</key>
<string>/Users/tai2/Applications/terminal-notifier.app/Contents/MacOS/terminal-notifier</string>
<key>MAIL_NOTIFICATION</key>
<string>1</string>
<key>MAIL_SOUND</key>
<string>Hero</string>
<key>MAIL_FOLDERS</key>
<string>hello info work</string>
</dict>
<key>Label</key>
<string>net.tai2.notmuch</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/notmuch</string>
<string>new</string>
</array>
<key>StartInterval</key>
<integer>180</integer>
<key>StandardOutPath</key>
<string>/Users/tai2/Cloud/Mail/log/stdout.log</string>
<key>StandardErrorPath</key>
<string>/Users/tai2/Cloud/Mail/log/stderr.log</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment