<!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" style="margin:1em 0">On 17 Dec 2016, at 4:53, Randall Gellens wrote:</p>

<p dir="auto" style="margin:1em 0"></p></div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto" style="margin:1em 0">(1) Can I use a rule to add a label/color to a message (Eudora lets you assign any of the 7 standard Finder labels or any of 7 custom labels to a message, and makes either the entire row in the table of contents or just one column show in the color of that label).</p>

</blockquote></div>
<div style="white-space:normal">

<p dir="auto" style="margin:1em 0">MailMate (still) does not map tags (or flags) to Finder tags if that's what you are asking for. MailMate does support the colored flags seen in Apple Mail, but it's (still) cumbersome to actually use this in filters/actions. This is because a colored flag is actually a set of IMAP keywords as illustrated by the default key bindings for setting flag colors:</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">"F" = {
    "0" = ( "removeTag:", "\\Flagged", "removeTag:", "$MailFlagBit0", "removeTag:", "$MailFlagBit1", "removeTag:", "$MailFlagBit2" );
    "1" = (    "setTag:", "\\Flagged", "removeTag:", "$MailFlagBit0", "removeTag:", "$MailFlagBit1", "removeTag:", "$MailFlagBit2" );
    "2" = (    "setTag:", "\\Flagged",    "setTag:", "$MailFlagBit0", "removeTag:", "$MailFlagBit1", "removeTag:", "$MailFlagBit2" );
    "3" = (    "setTag:", "\\Flagged", "removeTag:", "$MailFlagBit0",    "setTag:", "$MailFlagBit1", "removeTag:", "$MailFlagBit2" );
    "4" = (    "setTag:", "\\Flagged",    "setTag:", "$MailFlagBit0",    "setTag:", "$MailFlagBit1", "removeTag:", "$MailFlagBit2" );
    "5" = (    "setTag:", "\\Flagged", "removeTag:", "$MailFlagBit0", "removeTag:", "$MailFlagBit1",    "setTag:", "$MailFlagBit2" );
    "6" = (    "setTag:", "\\Flagged",    "setTag:", "$MailFlagBit0", "removeTag:", "$MailFlagBit1",    "setTag:", "$MailFlagBit2" );
    "7" = (    "setTag:", "\\Flagged", "removeTag:", "$MailFlagBit0",    "setTag:", "$MailFlagBit1",    "setTag:", "$MailFlagBit2" );
};
</code></pre>

<p dir="auto" style="margin:1em 0"></p></div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto" style="margin:1em 0">(2) Can rules be global, applicable to all mailboxes, or can rules be inherited?</p>

</blockquote></div>
<div style="white-space:normal">

<p dir="auto" style="margin:1em 0">Rules can be configured for any mailbox, both IMAP and smart mailboxes. In other words, they can apply to any set of messages for which you can create a smart mailbox. There's no inheritance involved with regard to rules.</p>

<p dir="auto" style="margin:1em 0"></p></div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto" style="margin:1em 0">(3) When replying, is there good support for in-line replying (where you alternate between quoted content and your reply), and does MailMate support Format=Flowed (display and generation)?</p>

</blockquote></div>
<div style="white-space:normal">

<p dir="auto" style="margin:1em 0">Yes, I use MailMate to do inline replies myself. The <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">format=flowed</code> support should be excellent. If you find a bug then it'll be very high on my list to fix it.</p>

<p dir="auto" style="margin:1em 0">-- <br>
Benny</p>
</div>
</div>
</body>
</html>