[Pkg-wmaker-commits] [wmbiff] 26/38: osascript samples for driving mac mail using applescript
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:03:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to tag wmbiff_0_4_16
in repository wmbiff.
commit 1bee6ae957584505b9b43ff5cd9c34fd8ac3c9c2
Author: bluehal <bluehal>
Date: Thu Jul 3 00:52:51 2003 +0000
osascript samples for driving mac mail using applescript
---
wmbiff/sample.wmbiffrc | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/wmbiff/sample.wmbiffrc b/wmbiff/sample.wmbiffrc
index fcbe5c2..fd490ae 100644
--- a/wmbiff/sample.wmbiffrc
+++ b/wmbiff/sample.wmbiffrc
@@ -1,4 +1,4 @@
-# $Id: sample.wmbiffrc,v 1.16 2002/12/29 05:42:24 bluehal Exp $
+# $Id: sample.wmbiffrc,v 1.17 2003/07/03 00:52:51 bluehal Exp $
#
# See wmbiffrc(5) for more info.
#
@@ -137,3 +137,7 @@ interval.4=300 # 5 minutes
# To check for security updates in debian
path.4=shell:::/usr/lib/wmbiff/security.debian.rb
+
+# Ways wmbiff can drive MAC OS X Mail using AppleScript.
+# action.0 = osascript -e 'tell application "Mail"' -e 'set selected mailboxes of first message viewer to {mailbox "in-grads" of imap account "me at myaccount.org"}' -e 'activate' -e 'end tell'
+# action.1 = osascript -e 'tell application "Mail"' -e 'set selected mailboxes of first message viewer to {in mailbox}' -e 'activate' -e 'end tell'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git
More information about the Pkg-wmaker-commits
mailing list