Re: Applescript to apply labels

2007-06-14 Thread Niels Kobschätzki
On 6/14/07, Arvid Warnecke <[EMAIL PROTECTED]> wrote: Hello, On 6/14/07, Niels Kobschätzki <[EMAIL PROTECTED]> wrote: > On 6/14/07, Arvid Warnecke <[EMAIL PROTECTED]> wrote: > > I am new to Yojimbo and still trying to figure out if I'd like to use > > it. I found some interesting mail-to-yojimb

Re: Applescript to apply labels

2007-06-14 Thread Arvid Warnecke
Hello, On 6/14/07, Niels Kobschätzki <[EMAIL PROTECTED]> wrote: On 6/14/07, Arvid Warnecke <[EMAIL PROTECTED]> wrote: > I am new to Yojimbo and still trying to figure out if I'd like to use > it. I found some interesting mail-to-yojimbo scripts on the list, that > might help a lot. But I missed

Re: Applescript to apply labels

2007-06-14 Thread Jim DeVona
So for example, to create a new note with the label "To do" (one of the default label names), you might try this: tell application "Yojimbo" to make new note item with properties {name:"Title", contents:"Data", label name:"To do"} That should all be on one line; GMail might wrap it. Jim On 6/1

Re: Applescript to apply labels

2007-06-14 Thread Niels Kobschätzki
On 6/14/07, Arvid Warnecke <[EMAIL PROTECTED]> wrote: Hello, I am new to Yojimbo and still trying to figure out if I'd like to use it. I found some interesting mail-to-yojimbo scripts on the list, that might help a lot. But I missed the possibility to add a label to that new note. All I tried I

Applescript to apply labels

2007-06-14 Thread Arvid Warnecke
Hello, I am new to Yojimbo and still trying to figure out if I'd like to use it. I found some interesting mail-to-yojimbo scripts on the list, that might help a lot. But I missed the possibility to add a label to that new note. All I tried I did not make it work myself. Is it possible to add a la