<!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">On 10 Feb 2017, at 22:39, Max Rydahl Andersen wrote:</p>

<p dir="auto"></p></div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><blockquote style="border-left:2px solid #777; color:#999; margin:0 0 5px; padding-left:5px; border-left-color:#999"><p dir="auto">Ok. I'll give it some more thought to see if I can come up with something more flexible.</p>
</blockquote><p dir="auto">don't let my crazy ideas stop you from doing whatever simple solution you can do now - your solution described above sounds super for me even if I had to set it up on each mailbox.</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">I dropped this approach and decided on a different approach. I've added the minimum needed (I think) for you to do what you want, but it's a system that can be extended and made more configurable when needed. For now, you can add something like this to your key bindings:</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">"x" = ( "toggleFilterKey:", "unread" );
</code></pre>

<p dir="auto">The general idea is that a set of keys can be defined and each of these can be toggled to enable/disable various “temporary” filters. The current state is not saved between launches of MailMate. Any mailboxes based on the currently selected mailbox are also affected when toggling. It also works when selecting multiple mailboxes. There's no visual feedback on whether or not a key is enabled.</p>

<p dir="auto">For now, the only supported key is <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">unread</code> and it's hardcoded into MailMate. This features is in the next update of MailMate.</p>

<p dir="auto">-- <br>
Benny</p>
</div>
</div>
</body>
</html>