aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2016-02-03 12:00:13 +0200
committerFilipp Lepalaan <filipp@mac.com>2016-02-03 12:00:13 +0200
commit729c9f454ce529c3829c2f988d1f7e8ddf9b43f7 (patch)
tree9ea702af26ce0fd5d52b736f2b5da926b3af9573
parent3bea215d7a626c15fd0dddf186c16bbddf4675dd (diff)
downloadTroublegun-master.tar.gz
Troublegun-master.tar.bz2
Troublegun-master.zip
Default to Mail.app in the .app as wellHEADmaster
-rwxr-xr-xTroublegun.app/Contents/Resources/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Troublegun.app/Contents/Resources/main.py b/Troublegun.app/Contents/Resources/main.py
index 76cbbb0..9f1bb05 100755
--- a/Troublegun.app/Contents/Resources/main.py
+++ b/Troublegun.app/Contents/Resources/main.py
@@ -34,7 +34,7 @@ def screencapture():
def makemail(config):
helper = gethelper()
- if "com.apple.mail" in helper:
+ if helper == "" or "com.apple.mail" in helper:
scpt = file(getresource("mail.scpt"), "r")
elif "entourage" in helper:
scpt = file(getresource("entourage.scpt"), "r")