<div class="markdown">
<p dir="auto">On 1 Oct 2014, at 14:19, John Cooper wrote:</p>

<blockquote>
<p dir="auto">My preferences are set to mark messages read after 20 seconds. In every other mail program I've used, this setting applies only to the preview pane (Message View). However, when message view is off, and I double-click to open a message for viewing in a new window, the message is not marked read for 20 seconds. I can actually open a short email in a new window, read it, close it, and still have to mark it read manually. I'd prefer to have messages marked read as soon as I explicitly open them.</p>
</blockquote>

<p dir="auto">There are lots of opinions on this subject: <a href="http://freron.lighthouseapp.com/projects/58672/tickets/402">http://freron.lighthouseapp.com/projects/58672/tickets/402</a></p>

<p dir="auto">I cannot make the above the default behavior, but I might make it optional at some point.</p>

<p dir="auto">Note that you can bind a key to get this behavior, e.g.:</p>

<pre><code>"o" =      ( "setTag:", "\\Seen", "openMessages:" );
"\U000A" = ( "setTag:", "\\Seen", "openMessages:" ); // Return
"\U000D" = ( "setTag:", "\\Seen", "openMessages:" ); // Enter
</code></pre>

<p dir="auto">But you cannot override the double-click behavior.</p>

<p dir="auto">-- <br>
Benny</p>

</div>