diff --git a/info.plist b/info.plist
index 107901e..49bf669 100644
--- a/info.plist
+++ b/info.plist
@@ -597,7 +597,18 @@ python contact.py "$query"
config
applescript
- # thanks for a scripts inspire me in a workflow with no author in internet
on alfred_script(q)
tell application "Microsoft Outlook"
activate
set newMessage to make new outgoing message
if q is not "" then
make new recipient at newMessage with properties {email address:{address:q}}
end if
open newMessage
end tell
end alfred_script
+ # thanks for a scripts inspire me in a workflow with no author in internet
+
+on alfred_script(q)
+ tell application "Microsoft Outlook"
+ activate
+ set newMessage to make new outgoing message
+ if q is not "" then
+ make new recipient at newMessage with properties {email address:{address:q}}
+ end if
+ open newMessage
+ end tell
+end alfred_script
cachescript
@@ -742,7 +753,7 @@ https://github.com/xeric/alfred-outlook
version
- 0.1.3
+ 0.1.4
webaddress
https://github.com/xeric/alfred-outlook