Mail.app - Delete Rule Condition - missing also?
Mail.app - Delete Rule Condition - missing also?
- Subject: Mail.app - Delete Rule Condition - missing also?
- From: Diggory Laycock <email@hidden>
- Date: Fri, 17 Jan 2003 14:52:54 +0000
Would I be right in thinking that "delete rule condition" is also MIA?
tell application "Mail"
set theCondition to every rule condition of rule named "Rose
Grimond:RB:" where expression is "email@hidden"
end tell
results in:
{rule condition 3 of rule "Rose Grimond:RB:" of application "Mail"}
whereas
tell application "Mail"
set theCondition to every rule condition of rule named "Rose
Grimond:RB:" where expression is "email@hidden"
delete theCondition
end tell
fails quietly
Diggory Laycock
----------------------
http://www.monkeyfood.com
_______________________________________________
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.