<!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 18 Jan 2018, at 10:43, Compass Luca Cignacco wrote:</p>

<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">I've just started a trial to see if MailMate will work for me. Is there a way to edit the format of the Notification banner to mirror Apple Mail's implementation?</p>
</blockquote>

<p dir="auto">Go to Preferences -> Counters -> Edit “Format” field</p>
</blockquote>

<p dir="auto">You missed that Daniel also asked for a body text summary in the notification. This is not easily done (although <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">#unquoted</code> could possibly be used).</p>

<p dir="auto">This is actually an old item on my todo lists, but I think some recent additions to MailMate might make it easier to implement. There needs to be some way to get a short summary of the content of an email to make this work. It has to be a bit smart though in order to skip, e.g., the quoted text above and the wrote-line.</p>

<p dir="auto">With respect to new-lines you can do like this:</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">${from.name.#nospoof:${from.address}}\n${subject}
</code></pre>

<p dir="auto">Quick testing seems to indicate that you can only have 1 newline.</p>

<p dir="auto">The title of the notification is currently hardcoded, but I guess that could be changed as well. I'll make a note of it.</p>

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