<!DOCTYPE html>
<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">OK. I'm now using cli tools to do most of the lifting, incl search, by accessing all the EMLs directly. Now I just need to figure out:</p>

<ul>
<li><p dir="auto">How to get the Tags assigned to the individual EML, I'm building a fzf-based search ncurses environment for working with MailMate email</p></li>
<li><p dir="auto">How to have MailMate use its smartness and only return "only unquoted text" of a message to me, so I can create my own "iMessage-like" interface for doing email</p>

<ul>
<li>How to assign "cmd+backspace" to completely delete a mail without moving to trash, i've done the remap, but half of the time MailMate crashes after deleting the email. If it doesn't crash, the next (or previous) email in the list is not selected/focussed, so on arrow down or up focus moves to the item on the top of the list. Which is annoying when you want to move down the list and delete or trash email quickly</li>
</ul></li>
</ul>

<p dir="auto">Keep up the great work.</p>

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

<p dir="auto">On 27 Jan 2020, at 14:29, 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 27 Jan 2020, at 3:14, leo wrote:</p>

<blockquote style="border-left:2px solid #777; color:#999; margin:0 0 5px; padding-left:5px; border-left-color:#999">
<p dir="auto"><em>I asked this before, but I didn’t see any reply, so maybe the mail didn’t get through. So here you go again:</em></p>
</blockquote>

<p dir="auto">I still have a huge backlog of unanswered emails to the list. In other words, I'm most likely to be blamed for the lack of a reply.</p>

<blockquote style="border-left:2px solid #777; color:#999; margin:0 0 5px; padding-left:5px; border-left-color:#999">
<p dir="auto">How can I create a Smart Mailbox for all emails with size > x? (In my particular case is x = 50 MB)</p>
</blockquote>

<p dir="auto">You cannot (easily).</p>

<blockquote style="border-left:2px solid #777; color:#999; margin:0 0 5px; padding-left:5px; border-left-color:#999">
<p dir="auto">I tried the <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">Size*</code> header, but it does not offer a numerical operator when added as condition…</p>
</blockquote>

<p dir="auto">Yes, such an operator does not exist.</p>

<blockquote style="border-left:2px solid #777; color:#999; margin:0 0 5px; padding-left:5px; border-left-color:#999">
<p dir="auto">Then I tried the <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">Size*</code> header <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">Formatted</code> but still I found only string comparison. So I was able to get a condition for all emails > 1MB (by testing for string contains <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">MiB</code>) but not for > 50 MB.</p>
</blockquote>

<p dir="auto">Yes, you'll need hacks like that for now. Very few headers are numeric (size and spam scores) and I simply never implemented numeric comparisons (but numeric message ordering does work). The only general workaround would be to create a bundle command which could use the virtual #size header to do the comparison and move itself, but this is probably overkill (too much work for what should be much simpler).</p>

<p dir="auto">-- <br>
Benny</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>