Note: This formula is outdated.
To install [Meteor][1] with the [Homebrew][2] formula [below][3], run:
brew install https://raw.github.com/gist/3072321/meteor.rb
This Homebrew Meteor Formula is based on https://install.meteor.com.
| -- Send currently selected Mail.app message to OmniFocus 2 quick entry box, then archive it | |
| -- Archive behaviour found at: http://vemedio.com/blog/posts/my-archive-email-apple-script | |
| tell application "Mail" | |
| set theSelectedMessages to selection | |
| set the selected_message to item 1 ¬ | |
| of the theSelectedMessages | |
| set message_id to the message id of the selected_message | |
| set my_subject to the subject of the selected_message | |
| set message_url to "message://%3c" & message_id & "%3e" |
Note: This formula is outdated.
To install [Meteor][1] with the [Homebrew][2] formula [below][3], run:
brew install https://raw.github.com/gist/3072321/meteor.rb
This Homebrew Meteor Formula is based on https://install.meteor.com.