Created
October 21, 2018 12:38
-
-
Save tai2/df8c3100f0610caef109cd8a1ad9bdc4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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