<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">Creating a Smart Mailbox with the following conditions does not return any started emails. What am I missing?</p>

<ul>
<li>Any of the following messages "All Messages"</li>
<li>Condition: All of the following are true "Message is Flagged"</li>
</ul>

<p dir="auto">Thanks for all the help!</p>

<p dir="auto">On 4 Jul 2018, at 4:58, Benny Kjær Nielsen wrote:</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto">On 4 Jul 2018, at 5:29, Randy Abbott wrote:</p>

<blockquote style="border-left:2px solid #777; color:#999; margin:0 0 5px; padding-left:5px; border-left-color:#999">
<ul>
<li>Is it possible to always display the From box, even if I'm sending an email with the default email address?</li>
</ul>
</blockquote>

<p dir="auto">I'm afraid there's no setting for that. A workaround is to provide an alternative dummy address in the “Email Addresses” field of the account settings:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">Email Addresses: real@example.com, dummy@example.com
</code></pre>

<p dir="auto">I'll keep this limitation in mind when re-implementing the composer status bar (something which I probably have to do fairly soon since it looks even worse in Mojave Dark mode than it already does in the current light mode).</p>

<blockquote style="border-left:2px solid #777; color:#999; margin:0 0 5px; padding-left:5px; border-left-color:#999">
<ul>
<li>How can I setup Address Pattern for two domains? I have <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">.*@example\.com</code> currently, but I would like to add another. (I am not so great at RegExp).</li>
</ul>
</blockquote>

<p dir="auto">One way to do it:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">(.*@example1\.com|.*@example2\.com)
</code></pre>

<p dir="auto">I've also changed the code such that when address patterns are enabled then the From popup is always shown. That should take care of your first question.</p>

<blockquote style="border-left:2px solid #777; color:#999; margin:0 0 5px; padding-left:5px; border-left-color:#999">
<ul>
<li>How can I get the Starred emails in Gmail to appear in MailMate? The manual has detailed instructions for labels, but not so much for Starred emails.</li>
</ul>
</blockquote>

<p dir="auto">The manual page says: “If you click “Edit Subscriptions” in the IMAP account editor for a Gmail account then you might notice that “[Gmail]/Starred” and “[Gmail]/Important” are unsubscribed. It is important to keep it that way. The starred emails are equivalent to flagged emails.”</p>

<p dir="auto">Gmail “Starred” is equivalent to the IMAP keyword “\Flagged” and Gmail does set that on starred emails. Therefore the Starred label/mailbox itself is not needed (and would just cause duplicate emails to appear in MailMate).</p>

<p dir="auto">-- <br>
Benny<br>
<a href="https://freron.com/become_a_mailmate_patron/" style="color:#777">https://freron.com/become_a_mailmate_patron/</a></p>

<hr style="background:#333; background-image:linear-gradient(to right, #ccc, #333, #ccc); border:0; height:1px" height="1">

<p dir="auto">mailmate mailing list<br>
<a href="mailto:mailmate@lists.freron.com" style="color:#777">mailmate@lists.freron.com</a><br>
<a href="https://lists.freron.com/listinfo/mailmate" style="color:#777">https://lists.freron.com/listinfo/mailmate</a></p>
</blockquote>
</div>
</div>
</body>
</html>