Re: applescripting sub mailboxes in Mail
Re: applescripting sub mailboxes in Mail
- Subject: Re: applescripting sub mailboxes in Mail
- From: Christopher Stone <email@hidden>
- Date: Thu, 12 Nov 2015 09:17:27 -0600
- X_v_e_cd: d27731d2998fb238fe57f7217ebee475
- X_v_r_cd: a1ea33896f95188d3003835241779547
On Nov 11, 2015, at 23:16, John Mitchell < email@hidden> wrote: I can get two folders created, but not 3 on my 10.10.5 OsX
make new mailbox with properties {name:("Bard/11/2015/") as rich text}
______________________________________________________________________
Let's get that back on the right thread.
as rich text is not needed.
Nor are the parentheses necessary.
This works on my 10.11.1 system:
tell application "Mail" make new mailbox with properties {name:"Bard/11/2015/"} end tell
But you'll have to try it to find out if those small changes make it work on 10.10.5.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden