equal to is does not in Mail
equal to is does not in Mail
- Subject: equal to is does not in Mail
- From: Nelson Byrne <email@hidden>
- Date: Wed, 24 Mar 2004 12:31:47 -0800
tell application "Mail"
tell rule condition 1 of rule "Jef & Kat"
get qualifier --> does not contain value
equal to value returning qualifier
get qualifier --> does not contain value
end tell
end tell
Mail, when scripted, just doesn't seem to understand the simple
condition "equal to".
"Contains", "Does not contain", "Begins with" are all OK.
"Ends with" & "Is equal to" are both seen by AppleScript as "does not
contain value".
What am I doing wrong here?
Thanks,
Nelson Byrne
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.