Re: [MlMt] Submailbox naming

2016-07-06 Thread John D. Muccigrosso
On 6 Jul 2016, at 3:51, Philip Paeps wrote: On 2016-07-05 18:34:57 (+0530), Benny Kjær Nielsen wrote: It's non-trivial (and a bit hardcoded), but the Unread mailbox shows how it can be done: ${#source.path.noinbox} — ${#source.#name} The first part is the mailbox name, but without

Re: [MlMt] Submailbox naming

2016-07-06 Thread Benny Kjær Nielsen
On 5 Jul 2016, at 16:56, John D. Muccigrosso wrote: Is there a list of things that work with a leading #? And I think this is a good thing to add to the docs, which I might get to sometime soon on github. :-) No, this is still undocumented. The best you can get is the `specifiers.plist` with

Re: [MlMt] Submailbox naming

2016-07-06 Thread Philip Paeps
On 2016-07-05 18:34:57 (+0530), Benny Kjær Nielsen wrote: It's non-trivial (and a bit hardcoded), but the Unread mailbox shows how it can be done: ${#source.path.noinbox} — ${#source.#name} The first part is the mailbox name, but without INBOX when it's the kind of IMAP account in wh

Re: [MlMt] Submailbox naming

2016-07-05 Thread John D. Muccigrosso
On 5 Jul 2016, at 9:04, Benny Kjær Nielsen wrote: On 3 Jul 2016, at 19:17, John D. Muccigrosso wrote: I’m trying to name sub mailboxes to a smart mailbox by the account name. The default os source.path results in several with the same name “INBOX”, which of course isn’t very helpful. What

Re: [MlMt] Submailbox naming

2016-07-05 Thread Benny Kjær Nielsen
On 3 Jul 2016, at 19:17, John D. Muccigrosso wrote: I’m trying to name sub mailboxes to a smart mailbox by the account name. The default os source.path results in several with the same name “INBOX”, which of course isn’t very helpful. What’s the magic word to use here (if there is one)? It'

Re: [MlMt] Submailbox naming

2016-07-04 Thread John D. Muccigrosso
On 4 Jul 2016, at 10:14, John D. Muccigrosso wrote: That's the default I was talking about. I'm trying to get the account name, not the mailbox title. So "gmail" instead of INBOX, for example. John Muccigrosso On Jul 3, 2016, at 16:51, Mike Brasch wrote: On 3 Jul 2016, at 19:17, John D. Mu

Re: [MlMt] Submailbox naming

2016-07-04 Thread John D. Muccigrosso
That's the default I was talking about. I'm trying to get the account name, not the mailbox title. So "gmail" instead of INBOX, for example. John Muccigrosso On Jul 3, 2016, at 16:51, Mike Brasch wrote: On 3 Jul 2016, at 19:17, John D. Muccigrosso wrote: I’m trying to name sub mailboxes to

Re: [MlMt] Submailbox naming

2016-07-03 Thread Mike Brasch
On 3 Jul 2016, at 20:31, Howard Wettstein wrote: Is it possible to delete a single sub-smart-mailbox? If the subfolder corresponds to a source (smart) mailbox, you could exclude the source folder in the mailboxes tab. Or maybe you can define a condition which will do it. -- Gruß Mike

Re: [MlMt] Submailbox naming

2016-07-03 Thread Mike Brasch
On 3 Jul 2016, at 19:17, John D. Muccigrosso wrote: I’m trying to name sub mailboxes to a smart mailbox by the account name. The default os source.path results in several with the same name “INBOX”, which of course isn’t very helpful. What’s the magic word to use here (if there is one)? Sou

Re: [MlMt] Submailbox naming

2016-07-03 Thread Howard Wettstein
Is it possible to delete a single sub-smart-mailbox? On 3 Jul 2016, at 10:17, John D. Muccigrosso wrote: I’m trying to name sub mailboxes to a smart mailbox by the account name. The default os source.path results in several with the same name “INBOX”, which of course isn’t very helpful. What

[MlMt] Submailbox naming

2016-07-03 Thread John D. Muccigrosso
I’m trying to name sub mailboxes to a smart mailbox by the account name. The default os source.path results in several with the same name “INBOX”, which of course isn’t very helpful. What’s the magic word to use here (if there is one)? TIA. John ___