<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body><div style="font-family: sans-serif;"><div class="markdown" style="white-space: normal;">
<p dir="auto">Tried it out. As Benny said, the install was flawless and per other comments, the single column + Correspondence Layout with settings changes — shutting off additional columns, turning off the alternate row coloring – makes for a nice look. Agree on your cleaner comment.</p>
<p dir="auto">Particularly, I like the two line nature of the Subject section.</p>
</div><div id="1995A5DB-20CE-42F9-8B2F-3BA5BB180511"><body style="font-family: times; font-size: 125%;">   
        <div style="word-wrap:break-word;-webkit-nbsp-mode:space;line-break:after-white-space;"> 
                Respectfully, <br />
                        Henry Seiden <br />
                        <! -- Email address option -- > 
                        E: <a href= "mailto:inf@techworkspro.com"> Techworks Pro E-mail</a>  <br />
                        W: <a href= "http://techworkspro.com"> Techworks Pro Co. Home Page</a>
        <br /> <hr /> <br />
                </div>
                <div class="container" style="width:100%;margin-top:0px;margin-bottom:0px;margin-right:0px;margin-left:0px;border-width:1px;border-style:solid;border-color:gray;line-height:150%;background-color:lightblue;" >
                <div class="header" style="padding-top:0.5em;padding-bottom:0.5em;padding-right:0.5em;padding-left:0.5em;color:white;background-color:gray;clear:left;" >
                        <h1 class="header" style="padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;" >Techworks Pro Co.
                                        </h1>
                </div>
                <div class="left" style="float:left;width:210px;margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;padding-top:1em;padding-bottom:1em;padding-right:1em;padding-left:1em;" >
                        <p>Founder, Henry Seiden info@techworkspro.com
                                        </p>
                </div>
                <div class="content" style="margin-left:230px;border-left-width:1px;border-left-style:solid;border-left-color:gray;padding-top:1em;padding-bottom:1em;padding-right:1em;padding-left:1em;overflow:hidden;" >
                 <img src="https://techworkspro.com/_includes/techworkspro_v3_200x53.png" width="300" alt="" />
                        </div>
                <div class="footer" style="padding-top:0.5em;padding-bottom:0.5em;padding-right:0.5em;padding-left:0.5em;color:white;background-color:gray;clear:left;" >© 2022 techworkspro.com
                                </div>
        </div>
</body></div>
<div class="markdown" style="white-space: normal;"><p dir="auto"><br>
On 8 Jun 2023, at 7:31, Benny Kjær Nielsen wrote:</p>
<blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #5855D5; color: #5855D5;">
<p dir="auto">On 24 May 2023, at 16:08, Benny Kjær Nielsen wrote:</p>
<blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #5855D5; border-left-color: #00AFCC; color: #00AFCC;">
<p dir="auto">The new better (cleaner/robust/faster?) implementation means that I'll now be able to, finally, add the option of a single column message list. This part is not fully implemented yet, but I believe I'm relatively close to being able to release a crude first shot at it.</p>
</blockquote>
<p dir="auto">This first shot is now available as a direct download only: <a href="https://updates.mailmate-app.com/archives/MailMate_r5965.tbz">MailMate_r5965.tbz</a></p>
<p dir="auto">It's a major update (with respect to code changes) and I'm a bit worried about the number of bugs possibly introduced (write me via “Help > Send Feedback”). The message list is almost completely rewritten even though it should essentially look the same as before.</p>
<p dir="auto">It does, experimentally, support a single column mode. This is a bit cumbersome to try out for now though. You'll have to enable the new “Standard Single Column” and then disable the other columns, but this should then work well in the Widescreen layout. I'd also recommend disabling the alternate row coloring option in the Viewer preferences pane.</p>
<p dir="auto">Some very low level hints below for those who love tinkering with things while also being willing to break them.</p>
<hr>
<p dir="auto">There's a new settings file which is mostly identical to the one used by the old message list. It's located here:</p>
<pre style="margin-left: 15px; margin-right: 15px; padding: 5px; border: thin solid gray; overflow-x: auto; max-width: 90vw; background-color: #F7F7F7;"><code style="padding: 0 0.25em; background-color: #F7F7F7;">MailMate.app/Contents/Resources/MmMessageListView/outlineColumns.plist
</code></pre>
<p dir="auto">This can be extended by creating this path and file:</p>
<pre style="margin-left: 15px; margin-right: 15px; padding: 5px; border: thin solid gray; overflow-x: auto; max-width: 90vw; background-color: #F7F7F7;"><code style="padding: 0 0.25em; background-color: #F7F7F7;">/Users/<username>/Library/Application Support/MailMate/Resources/MmMessageListView/outlineColumns.plist
</code></pre>
<p dir="auto">Example content could then be (this is identical to the current default):</p>
<pre style="margin-left: 15px; margin-right: 15px; padding: 5px; border: thin solid gray; overflow-x: auto; max-width: 90vw; background-color: #F7F7F7;"><code style="padding: 0 0.25em; background-color: #F7F7F7;">{
    columns =
    {
        mycustomcolumn = {
                title = "Custom Single Column";
                type = "multivalue";
                sortKey = "#date-received";
                minimumWidth = 200;

                layout = {
                        leftAligned = (
                                ( { columnKey = "read"; }, { columnKey = "security"; }, { columnKey = "correspondent"; /*minimumWidth = 200.0;*/ }, ),
                                ( { columnKey = "flag"; }, { columnKey = "short_tags"; }, { columnKey = "subject"; }, ),
                        );
                        rightAligned = (
                                ( { columnKey = "date"; }, ),
                                ( { columnKey = "size"; }, { columnKey = "attachments"; }, ),
                        );
                };
        };
    };
}
</code></pre>
<p dir="auto">The column keys are used to “reuse” the values defined for other columns. It's also possible to have inline formatting of other values, but I haven't really tested that.</p>
<p dir="auto">There's also another new settings file:</p>
<pre style="margin-left: 15px; margin-right: 15px; padding: 5px; border: thin solid gray; overflow-x: auto; max-width: 90vw; background-color: #F7F7F7;"><code style="padding: 0 0.25em; background-color: #F7F7F7;">MailMate.app/Contents/Resources/MmMessageListView/rowActions.plist
</code></pre>
<p dir="auto">This can be copied and then altered in the following location:</p>
<pre style="margin-left: 15px; margin-right: 15px; padding: 5px; border: thin solid gray; overflow-x: auto; max-width: 90vw; background-color: #F7F7F7;"><code style="padding: 0 0.25em; background-color: #F7F7F7;">/Users/<username>/Library/Application Support/MailMate/Resources/MmMessageListView/rowActions.plist
</code></pre>
<p dir="auto">This will allow custom swiping actions to be defined. Note that these are currently only available multi-value columns. (I guess that could be optional.)</p>
<p dir="auto">--<br>
Benny</p>
<hr>
<p dir="auto">mailmate mailing list<br>
<a href="mailto:mailmate@lists.freron.com">mailmate@lists.freron.com</a><br>
<a href="https://lists.freron.com/listinfo/mailmate">https://lists.freron.com/listinfo/mailmate</a></p>
</blockquote>

</div>
</div>
</body>

</html>