Skip to content

Commit

Permalink
set to version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xeric committed Mar 13, 2019
1 parent ff5f750 commit cb56860
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions info.plist
Expand Up @@ -597,7 +597,18 @@ python contact.py "$query"</string>
<key>config</key>
<dict>
<key>applescript</key>
<string># thanks for a scripts inspire me in a workflow with no author in interneton 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 tellend alfred_script</string>
<string># 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</string>
<key>cachescript</key>
<false/>
</dict>
Expand Down Expand Up @@ -742,7 +753,7 @@ https://github.com/xeric/alfred-outlook</string>
</dict>
</dict>
<key>version</key>
<string>0.1.3</string>
<string>0.1.4</string>
<key>webaddress</key>
<string>https://github.com/xeric/alfred-outlook</string>
</dict>
Expand Down

0 comments on commit cb56860

Please sign in to comment.