<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style='font-size:14px; line-height:115%; color:#333; font-family:"Open Sans", Arial, Helvetica, sans-serif; font-weight:300; text-align:left' align="left"><div style="white-space:normal">
<p dir="auto" style="clear:both; font-size:14px; margin-bottom:12px; color:#333">Does anyone know why this:</p>
<p dir="auto" style="clear:both; font-size:14px; margin-bottom:12px; color:#333"><code>transformation = "$ALL_MESSAGES.filter((from.address = $mainOutline.from.address and #recipient.address = $mainOutline.#recipient.address) or (from.address = $mainOutline.#recipient.address and #recipient.address =  $mainOutline.from.address))";</code></p>
<p dir="auto" style="clear:both; font-size:14px; margin-bottom:12px; color:#333">Correctly shows all the correspondence based on the email address. But this:</p>
<p dir="auto" style="clear:both; font-size:14px; margin-bottom:12px; color:#333"><code>transformation = "$ALL_MESSAGES.filter((from.name = $mainOutline.from.name and #recipient.name = $mainOutline.#recipient.name) or (from.name = $mainOutline.#recipient.name and #recipient.name =  $mainOutline.from.name))";</code></p>
<p dir="auto" style="clear:both; font-size:14px; margin-bottom:12px; color:#333">only <em>sometimes</em> shows all the correspondence based on the the name. The rest of the time I just get the current message.</p>
<p dir="auto" style="clear:both; font-size:14px; margin-bottom:12px; color:#333">In case someone is wondering, I get lots of mail where the from looks like:</p>
<p dir="auto" style="clear:both; font-size:14px; margin-bottom:12px; color:#333"><code>Kanchan Foobar (Jira) <xxx@tivo.com></code></p>
<p dir="auto" style="clear:both; font-size:14px; margin-bottom:12px; color:#333">and I want the correspondence view to only show me the messages from Kanchan, not the ones from <a href="mailto:xxx@tivo.com" style="color:#3498db">xxx@tivo.com</a>, which would include everyone <em>else's</em> Jira tasks too.</p>
<p dir="auto" style="clear:both; font-size:14px; margin-bottom:12px; color:#333">I've also tweaked the layout. Mailboxes all the way down the left. Messages top right. Then two short columns underneath, one with Correspondence, one with all messages with the same Subject. Then the actual message under that.</p>

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