<div class="markdown">
<p dir="auto">On 7 Jul 2016, at 1:05, <a href="mailto:mailmate-request@lists.freron.com">mailmate-request@lists.freron.com</a> wrote:</p>

<blockquote>
<p dir="auto">Send mailmate mailing list submissions to<br>
    <a href="mailto:mailmate@lists.freron.com">mailmate@lists.freron.com</a></p>

<p dir="auto">To subscribe or unsubscribe via the World Wide Web, visit<br>
    <a href="https://lists.freron.com/listinfo/mailmate">https://lists.freron.com/listinfo/mailmate</a><br>
or, via email, send a message with subject or body 'help' to<br>
    <a href="mailto:mailmate-request@lists.freron.com">mailmate-request@lists.freron.com</a></p>

<p dir="auto">You can reach the person managing the list at<br>
    <a href="mailto:mailmate-owner@lists.freron.com">mailmate-owner@lists.freron.com</a></p>

<p dir="auto">When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of mailmate digest..."</p>

<p dir="auto">Today's Topics:</p>

<ol>
<li value=1>Re: Submailbox naming (John D. Muccigrosso)</li>
<li value=2>consolidated inbox suddenly not consolidating (Tracy Valleau)</li>
<li value=3>SOLVED: consolidated inbox suddenly not consolidating
  (Tracy Valleau)</li>
<li value=4>Apologies in advance... (Benny Kjær Nielsen)</li>
<li value=5>Re: Apologies in advance... (Billy Youdelman)</li>
<li value=6>Re: Apologies in advance... (Edward Thome)</li>
<li value=7>Re: Colours (Benny Kjær Nielsen)</li>
<li value=8>Re: Apologies in advance... (Howard Wettstein)</li>
</ol>

<hr>

<p dir="auto">Message: 1<br>
Date: Wed, 06 Jul 2016 13:05:30 -0400<br>
From: "John D. Muccigrosso" <a href="mailto:muccigrosso@icloud.com">muccigrosso@icloud.com</a><br>
To: MailMate Users <a href="mailto:mailmate@lists.freron.com">mailmate@lists.freron.com</a><br>
Subject: Re: [MlMt] Submailbox naming<br>
Message-ID: <a href="mailto:4BA0E7A0-FC91-4BC5-A9EC-505986A351EF@icloud.com">4BA0E7A0-FC91-4BC5-A9EC-505986A351EF@icloud.com</a><br>
Content-Type: text/plain; charset=utf-8; format=flowed</p>

<p dir="auto">On 6 Jul 2016, at 3:51, Philip Paeps wrote:</p>

<blockquote>
<p dir="auto">On 2016-07-05 18:34:57 (+0530), Benny Kjær Nielsen<br>
<a href="mailto:mailinglist@freron.com">mailinglist@freron.com</a> wrote:</p>

<blockquote>
<p dir="auto">It's non-trivial (and a bit hardcoded), but the Unread mailbox shows<br>
how it can be done:</p>

<pre><code>${#source.path.noinbox} — ${#source.#name}
</code></pre>

<p dir="auto">The first part is the mailbox name, but without INBOX when it's the<br>
kind of IMAP account in which all mailboxes are children of the<br>
INBOX. The latter is the name of the account as seen in the IMAP<br>
account editor.</p>
</blockquote>

<p dir="auto">Note that <code>${#source.path.noinbox}</code> only strips the INBOX from<br>
children of INBOX, it doesn't become the empty string for INBOX<br>
itself.  That's probably a reasonable implementation but it took me a<br>
bit of fiddling before I figure out that what I wanted for my setup<br>
is:</p>

<pre><code>${#source-name:/downcase} ${#source.path.noinbox/INBOX//}
</code></pre>

<p dir="auto">This piece of wisdom may be helpful to others with a similar setup to<br>
mine (and similar OCD). :)</p>
</blockquote>

<p dir="auto">So it looks like we’ve got some good examples out there. I wonder if<br>
we could get a good working set for better documentation and what the<br>
best way to do that would be. I’m happy to fork the manual on github.<br>
Would others be able to do that, or perhaps just email to me?</p>

<p dir="auto">John</p>

<hr>

<p dir="auto">Message: 2<br>
Date: Wed, 06 Jul 2016 13:03:50 -0700<br>
From: "Tracy Valleau" <a href="mailto:tracy@dlsi.biz">tracy@dlsi.biz</a><br>
To: <a href="mailto:mailmate@lists.freron.com">mailmate@lists.freron.com</a><br>
Subject: [MlMt] consolidated inbox suddenly not consolidating<br>
Message-ID: <a href="mailto:4D831F3A-4FD3-4513-BBAB-1E045099C449@dlsi.biz">4D831F3A-4FD3-4513-BBAB-1E045099C449@dlsi.biz</a><br>
Content-Type: text/plain; format=flowed</p>

<p dir="auto">Hi</p>

<p dir="auto">Today, I noticed that my consolidated Inbox (MAILBOXES/Inbox) is no<br>
longer showing the contents of my other specific inboxes. (No, this is<br>
not an inadvertant search thing either. It just isn't working.) Count<br>
also displays nothing.</p>

<p dir="auto">Equally, and probably for the same reason, I'm no longer getting a<br>
button in the menubar listing the number of received emails.</p>

<p dir="auto">This -seems- to have started when I tried to email myself a developer's<br>
".mobileconfig" for installation on my iPad. (Yes, I'm a registered<br>
Apple Developer.) MailMate really didn't like trying to attach that<br>
file, and I got the SPOD.</p>

<p dir="auto">I did the usual restart, and even a reinstall of several versions of MM.<br>
I looked in at least one .plist but couldn't find anything apparent.</p>

<p dir="auto">I'm guessing something needs the cobwebs swept out, or some kind of<br>
rebuild... but obviously I didn't find it on my own.</p>

<p dir="auto">Any suggestions?</p>

<p dir="auto">MM 1.9.4 (5249) (altho it happens with previous versions too: I tried.)<br>
OS 10.11.5 w/32GB RAM</p>

<p dir="auto">TIA</p>

<p dir="auto">Tracy<br>
<a href="http://www.valleau.gallery">www.valleau.gallery</a></p>

<hr>

<p dir="auto">Message: 3<br>
Date: Wed, 06 Jul 2016 13:18:20 -0700<br>
From: "Tracy Valleau" <a href="mailto:tracy@dlsi.biz">tracy@dlsi.biz</a><br>
To: "mailmate list" <a href="mailto:mailmate@lists.freron.com">mailmate@lists.freron.com</a><br>
Subject: [MlMt] SOLVED: consolidated inbox suddenly not consolidating<br>
Message-ID: <a href="mailto:F74D3DA3-6BD6-4FDA-8E09-6D163128F26B@dlsi.biz">F74D3DA3-6BD6-4FDA-8E09-6D163128F26B@dlsi.biz</a><br>
Content-Type: text/plain; format=flowed</p>

<p dir="auto">Found it. Somehow the MAILBOXES/Inbox had gotten a condition added to<br>
it. I suppose it happened during the SPOD incident. Don't understand how<br>
or why, really, but removing the condition restored the default<br>
behavior.</p>

<p dir="auto">Sorry for the wasted bandwidth.</p>

<hr>

<p dir="auto">Message: 4<br>
Date: Thu, 07 Jul 2016 00:09:15 +0200<br>
From: "Benny Kjær Nielsen" <a href="mailto:mailinglist@freron.com">mailinglist@freron.com</a><br>
To: "MailMate Users" <a href="mailto:mailmate@lists.freron.com">mailmate@lists.freron.com</a><br>
Subject: [MlMt] Apologies in advance...<br>
Message-ID: <a href="mailto:9FEB5114-7263-499B-93E9-6C7885FFF62A@freron.com">9FEB5114-7263-499B-93E9-6C7885FFF62A@freron.com</a><br>
Content-Type: text/plain; charset="utf-8"; Format="flowed"</p>

<p dir="auto">Hi MailMate users,</p>

<p dir="auto">the next 3 weeks I'm not going to be working much. I expect to be online<br>
regularly and I'll deal with any urgent issues as soon as I can, but if<br>
you experience any unreasonable delays then I apologize in advance.</p>

<p dir="auto">For those interested, I'll be on <a href="https://goo.gl/maps/uGUDU3utSUG2">this<br>
island</a> most of the time.</p>
</blockquote>

<p dir="auto">looks great… vacation all deserved, enjoy. </p>

<blockquote>
<p dir="auto">-- <br>
Benny<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.freron.com/pipermail/mailmate/attachments/20160707/8af9e14b/attachment-0001.html">http://lists.freron.com/pipermail/mailmate/attachments/20160707/8af9e14b/attachment-0001.html</a></p>

<hr>

<p dir="auto">Message: 5<br>
Date: Wed, 06 Jul 2016 15:12:56 -0700<br>
From: "Billy Youdelman" <a href="mailto:billy@MIX.ORG">billy@MIX.ORG</a><br>
To: "MailMate Users" <a href="mailto:mailmate@lists.freron.com">mailmate@lists.freron.com</a><br>
Subject: Re: [MlMt] Apologies in advance...<br>
Message-ID: <a href="mailto:9CFCB647-7CB3-40E1-9ACA-A1D4F7D45230@MIX.ORG">9CFCB647-7CB3-40E1-9ACA-A1D4F7D45230@MIX.ORG</a><br>
Content-Type: text/plain; charset=utf-8; format=flowed</p>

<p dir="auto">Benny Kjær Nielsen wrote:</p>

<blockquote>
<p dir="auto">Hi MailMate users,</p>

<p dir="auto">the next 3 weeks I'm not going to be working much. I expect to be<br>
online regularly and I'll deal with any urgent issues as soon as I<br>
can, but if you experience any unreasonable delays then I apologize in<br>
advance.</p>

<p dir="auto">For those interested, I'll be on [Bornholm] most of the time.</p>
</blockquote>

<p dir="auto">Have a good trip!</p>

<p dir="auto">ビリー ヨーデルマん<br>
+1 310 839 7673<br>
<a href="http://MIX.ORG/">http://MIX.ORG/</a></p>

<hr>

<p dir="auto">Message: 6<br>
Date: Wed, 6 Jul 2016 17:22:48 -0500<br>
From: Edward Thome <a href="mailto:ethome@murraystate.edu">ethome@murraystate.edu</a><br>
To: MailMate Users <a href="mailto:mailmate@lists.freron.com">mailmate@lists.freron.com</a><br>
Subject: Re: [MlMt] Apologies in advance...<br>
Message-ID: <a href="mailto:ca1c42d0-b94f-4e74-98d9-9e3ace075771@Spark">ca1c42d0-b94f-4e74-98d9-9e3ace075771@Spark</a><br>
Content-Type: text/plain; charset="utf-8"</p>

<p dir="auto">On Jul 6, 2016, 5:09 PM -0500, Benny Kjær Nielsen<a href="mailto:mailinglist@freron.com">mailinglist@freron.com</a>, wrote:</p>

<blockquote>
<p dir="auto">Hi MailMate users,</p>

<p dir="auto">For those interested, I'll be onthis island(<a href="https://goo.gl/maps/uGUDU3utSUG2)most">https://goo.gl/maps/uGUDU3utSUG2)most</a> of the time.</p>

<p dir="auto">--<br>
Benny</p>

<hr>
</blockquote>

<p dir="auto">Hmm.I keep getting the following from Google maps.</p>

<p dir="auto"><a href="https://www.dropbox.com/s/8gslfvca0kjhexu/Bornholm.png?dl=0">https://www.dropbox.com/s/8gslfvca0kjhexu/Bornholm.png?dl=0</a></p>

<p dir="auto">No route from the midwest United States to Bornholm.;-)</p>

<p dir="auto">Ed</p>

<blockquote>
</blockquote>

<p dir="auto">-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.freron.com/pipermail/mailmate/attachments/20160706/b9b90172/attachment-0001.html">http://lists.freron.com/pipermail/mailmate/attachments/20160706/b9b90172/attachment-0001.html</a></p>

<hr>

<p dir="auto">Message: 7<br>
Date: Thu, 07 Jul 2016 00:31:17 +0200<br>
From: "Benny Kjær Nielsen" <a href="mailto:mailinglist@freron.com">mailinglist@freron.com</a><br>
To: "MailMate Users" <a href="mailto:mailmate@lists.freron.com">mailmate@lists.freron.com</a><br>
Subject: Re: [MlMt] Colours<br>
Message-ID: <a href="mailto:DB6950EA-5C9B-425D-AA31-93F531C1E403@freron.com">DB6950EA-5C9B-425D-AA31-93F531C1E403@freron.com</a><br>
Content-Type: text/plain; charset="utf-8"; Format="flowed"</p>

<p dir="auto">On 29 Jun 2016, at 16:19, Barton Lipman wrote:</p>

<blockquote>
<blockquote>
<p dir="auto">[bindings for colored flags]</p>
</blockquote>

<p dir="auto">I was able to use this to set up key bindings to flag with different<br>
colors, but don’t see how to set up Smart Folders for different flag<br>
colors.  How would I do that?</p>
</blockquote>

<p dir="auto">You would have to make complex conditions like:</p>

<pre><code>All
    Tags/Keywords include \\Flagged
    Tags/Keywords include $MailFlagBit0
    Tags/Keywords include $MailFlagBit1
    Tags/Keywords does not include $MailFlagBit2
</code></pre>

<p dir="auto">There is currently no easier way to do it.</p>

<p dir="auto">Sorry about the late reply.</p>

<p dir="auto">-- <br>
Benny<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.freron.com/pipermail/mailmate/attachments/20160707/fa2a6247/attachment-0001.html">http://lists.freron.com/pipermail/mailmate/attachments/20160707/fa2a6247/attachment-0001.html</a></p>

<hr>

<p dir="auto">Message: 8<br>
Date: Wed, 06 Jul 2016 16:05:47 -0700<br>
From: "Howard Wettstein" <a href="mailto:howie@ucr.edu">howie@ucr.edu</a><br>
To: "MailMate Users" <a href="mailto:mailmate@lists.freron.com">mailmate@lists.freron.com</a><br>
Subject: Re: [MlMt] Apologies in advance...<br>
Message-ID: <a href="mailto:23E9D78C-4BF0-4F8B-A978-3DAF97208B74@ucr.edu">23E9D78C-4BF0-4F8B-A978-3DAF97208B74@ucr.edu</a><br>
Content-Type: text/plain; charset="utf-8"; Format="flowed"</p>

<p dir="auto">Enjoy. Looks fantastic.</p>

<p dir="auto">On 6 Jul 2016, at 15:09, Benny Kjær Nielsen wrote:</p>

<blockquote>
<p dir="auto">Hi MailMate users,</p>

<p dir="auto">the next 3 weeks I'm not going to be working much. I expect to be<br>
online regularly and I'll deal with any urgent issues as soon as I<br>
can, but if you experience any unreasonable delays then I apologize in<br>
advance.</p>

<p dir="auto">For those interested, I'll be on <a href="https://goo.gl/maps/uGUDU3utSUG2">this<br>
island</a> most of the time.</p>

<p dir="auto">-- <br>
Benny</p>

<hr>

<p dir="auto">mailmate mailing list<br>
<a href="mailto:mailmate@lists.freron.com">mailmate@lists.freron.com</a><br>
<a href="https://lists.freron.com/listinfo/mailmate">https://lists.freron.com/listinfo/mailmate</a></p>
</blockquote>

<p dir="auto">-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.freron.com/pipermail/mailmate/attachments/20160706/2eb092fb/attachment.html">http://lists.freron.com/pipermail/mailmate/attachments/20160706/2eb092fb/attachment.html</a></p>

<hr>

<p dir="auto">Subject: Digest Footer</p>

<hr>

<p dir="auto">mailmate mailing list<br>
<a href="mailto:mailmate@lists.freron.com">mailmate@lists.freron.com</a><br>
<a href="https://lists.freron.com/listinfo/mailmate">https://lists.freron.com/listinfo/mailmate</a></p>

<hr>

<p dir="auto">End of mailmate Digest, Vol 64, Issue 5</p>

<hr>
</blockquote>

<p dir="auto">__</p>

<p dir="auto">julien cellario<br>
CEO of Monaco Inter Expo<br>
General Commissionner of Monaco Pavilion | Astana 2017</p>

<p dir="auto">m | +33 6 43913144<br>
skype | julielelien</p>

</div>