<!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">I have multiple email accounts configured in MailMate and I’m trying to configure MailMate to reply to messages based on the source of the message. Something along the lines of:</p>
<p dir="auto">imap://<account>/INBOX</p>
<p dir="auto">I found this older thread:</p>
<p dir="auto"><a href="https://www.mail-archive.com/mailmate@lists.freron.com/msg00622.html">https://www.mail-archive.com/mailmate@lists.freron.com/msg00622.html</a></p>
<p dir="auto">But the resolution doesn’t work for me. Setting MmIgnoreDeliveryAddresses doesn’t seem to affect much and I can’t find a setting for MmDefaultAccount.</p>
<p dir="auto">I’ve also tried setting Address Pattern for all my accounts but that doesn’t seem to make a difference.</p>
<p dir="auto">The specific scenario I’m running into is this:</p>
<ol>
<li>Message is delivered to account A. imap://A/INBOX</li>
<li>A server-side rule for account A redirects the message to account B. imap://B/INBOX</li>
<li>Reply to message in account B’s inbox. imap://B/INBOX</li>
</ol>
<p dir="auto">In this case, the headers for the message inbox B are:</p>
<p dir="auto">Envelope-to: <a href="mailto:email@b.com">email@b.com</a><br>
To: <a href="mailto:email@a.com">email@a.com</a></p>
<p dir="auto">The to: header is to the original email address, but Envelope-to is to the redirected email address.</p>
<p dir="auto">I’d like to configure MailMate to reply with the account that the message is stored in, not based on the To: header.</p>
<p dir="auto">Any way to do this?</p>
<p dir="auto">— Fred McCann<br>
<a href="mailto:fred@fredmccann.com">fred@fredmccann.com</a></p>

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

</html>