<div class="markdown">
<p dir="auto">On 10 Jan 2014, at 13:22, Benny Kjær Nielsen wrote:</p>

<blockquote>
<p dir="auto">How did it know which list you were writing to?</p>
</blockquote>

<p dir="auto">I think Messenger Pro derived it from the current folder and the (manually maintained) list of all mailing lists. Maybe each list entry had a path. I don't remember that completely. But it worked. Every time I opened a new thread, MP "automagically" filled out the list specific "from" and the "to" field. It behaved exactly like in a usenet client.</p>

<p dir="auto">One way to realise it could be a simple user maintainable list of all used mailing lists (the MP-way). This would be absolutely OK for me.</p>

<p dir="auto">The other way could be automatic guessing derived from the header information of the first n mails in current folder (I would expect that all users of mailing lists let sort the messages into appropriate folders.)</p>

<p dir="auto">If I see the header, it might be difficult to find the correct from-address. Often I used aliases which appears in a slightly different version in each mail. One example is <a href="mailto:alias@provider.de">alias@provider.de</a> appears in header like "X-Remote-Delivered-To: <a href="mailto:alias@123456provider.de">alias@123456provider.de</a>". The correct address <a href="mailto:alias@provider.de">alias@provider.de</a> appears only in the 2nd "Received:"-block.</p>

<p dir="auto">I think the first one is the more stable solution. Although it means more work for the user. But it is easier for people like me who used different addresses for subscribing to mailing lists over the years. Currently, if I cannot remember, I have to look into the headers to get the correct from-address which is really annoying.</p>

<p dir="auto">Maybe such a list entry could be generated via context menu on a list mail via header fields like "List-post:".</p>

<blockquote>
<p dir="auto">If the currently selected message or mailbox has the information needed then it can be done automatically. Actually, this code already exists, but it was disabled because it was annoying for some users (I forgot the details). MailMate used the <code>List-Post</code> header to create the new message.</p>

<p dir="auto">I've inserted a boolean to enable this code, but I haven't tested it. You can tell me about any issues when the next test version is out :-)</p>

<pre><code>defaults write com.freron.MailMate MmListPostLookupEnabled -bool YES
</code></pre>
</blockquote>

<p dir="auto">This does not work here. The to-field is always empty. Even in mailing lists where I had written days ago.</p>

<p dir="auto">Maybe an important detail: I'm using only one mail account. All other addresses are either aliases of the main address or forwarding addresses of other providers (via Personalities feature of Fastmail). All of these addresses are inserted into the email addresses field of the account settings.</p>

<p dir="auto">-- <br>
Gruß<br>
Mike</p>

</div>