Re: [MlMt] UUIDs for Command > MailMate

2021-09-03 Thread Guillaume Barrette

Hi,

   Look inside the MailMate application bundle at: 
"/Applications/MailMate.app/Contents/SharedSupport/Bundles/MailMate.mmBundle/Commands/"


You will see all the built-in MailMate commands. Just open the 
".mmCommand" file that you want into a text editor and you will be able 
to see the specific uuid


As for your specific one "Copy Sender Addresses":

- uuid = "83B3CA37-CA7C-46A4-9B1B-1C50BCB21DBC";

Best,

--
Guillaume

On 3 Sep 2021, at 7:09, PC wrote:

Hello, new to the mailing list and wasn't able to find the answer to 
my query in the archive. I'm hoping that someone can help me.


I'm trying to find the UUIDs for the commands in the Command > 
MailMate menu (e.g. "Copy Sender Addresses") and can't find them.


I am using them with the `performBundleItemWithUUID` function in 
AppleScript. I was able to find the UUIDs for other bundles in their 
respective plist files but I'm not sure where the MailMate ones would 
be.


Any guidance would be 
appreciated.___

mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


[MlMt] UUIDs for Command > MailMate

2021-09-03 Thread PC
Hello, new to the mailing list and wasn't able to find the answer to my 
query in the archive. I'm hoping that someone can help me.


I'm trying to find the UUIDs for the commands in the Command > MailMate 
menu (e.g. "Copy Sender Addresses") and can't find them.


I am using them with the `performBundleItemWithUUID` function in 
AppleScript. I was able to find the UUIDs for other bundles in their 
respective plist files but I'm not sure where the MailMate ones would 
be.


Any guidance would be appreciated.___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] Name submailboxes after flag color

2021-09-03 Thread Nicolas Mitchell
On 3 Sep 2021, at 11:02, Stephan Kleiber via mailmate wrote:
> In addition to "Flags >> Color", there's now also "Flags >> Colorname" which 
> does exactly what I want. I think the option wasn't there the last time I 
> looked, so maybe it got added in one of the prerelease versions that I only 
> very recently updated to.
I couldn’t see that as an option on 5673 so updated to the pre-release 5818, 
and then found it in ‘other’ where it probably was in 5673. Anyway happy to 
hear you sorted it out.

 Nic
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] Name submailboxes after flag color

2021-09-03 Thread Stephan Kleiber via mailmate
Hi Nic,

the initial submailbox configuration was actually pretty simple. I just set 
"Submailbox for each unique value of" to "Flags >> Color".

Now, digging again into MailMate's settings, I've actually found a solution to 
my problem: In addition to "Flags >> Color", there's now also "Flags >> 
Colorname" which does exactly what I want. I think the option wasn't there the 
last time I looked, so maybe it got added in one of the prerelease versions 
that I only very recently updated to.

Btw, the above solution did raise a tiny follow-up issue: The submailboxes were 
sorted alphabetically by colorname which was not ideal for me. Though there 
doesn't seem to be a way to manually reorder submailboxes, I was able to tackle 
this by changing the Mailbox name format to ${#flags.#color} 
${#flags.#colorname}.

Cheers
Stephan

On 3 Sep 2021, at 11:43, Nicolas Mitchell wrote:

> Hi Stephan,
>
>  How have you told MailMate to auto-create submailboxes by flag color? I 
> can’t see a built-in option.
>
>  I think this must be something to do with how flags are implemented. That 
> your submailboxes are being named 0, 1, etc. suggests that something akin to 
> IMAP keywords is in use - which are stored in digit:value pairs - but I’m 
> guessing.
>
>  Nic
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] Name submailboxes after flag color

2021-09-03 Thread Nicolas Mitchell

On 2 Sep 2021, at 13:30, Stephan Kleiber via mailmate wrote:
I have a smart mailbox in MailMate that collects all messages with 
flags. In addition, I’ve told MailMate to auto-create submailboxes 
by flag color. This works fine – however, the names of the 
submailboxes are not colors but apparantly a simple number code. For 
example, the mailbox with red flags is named "0", the one with blue 
flags is named "4" and so on.


Is there a way to name the submailboxes after the actual flag colors? 
I can manually rename the submailboxes, but this always gets reset 
after a while. I tried playing around with the Mailbox name format 
under the Submailboxes tab, but tbh I don't understand how the syntax 
works.


Hi Stephan,

How have you told MailMate to auto-create submailboxes by flag color? I 
can’t see a built-in option.


I think this must be something to do with how flags are implemented. 
That your submailboxes are being named 0, 1, etc. suggests something 
akin to IMAP keywords is in use - which are stored in digit:value pairs 
- but I’m guessing.


Nic
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate