<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 3 Jun 2018, at 10:03, Benny Kjær Nielsen wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">On 2 Jun 2018, at 21:37, Bill Cole wrote:<br>
<br>
Ah, I thought it was the message list. Unfortunately, I'm not seeing this (definitely buggy) behavior. Does it happen for all linked items in the headers view? Or just the subject?</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">What does this tell you:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">defaults read com.freron.MailMate WebKitShowsURLsInToolTips
</code></pre>

<p dir="auto">Or maybe just this:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">defaults read | grep -C5 WebKitShowsURLsInToolTips
</code></pre>

<p dir="auto">(Technical stuff: I don't seem to be able to find any WebView API which controls this behavior, but I need to switch to WKWebView anyways which means I shouldn't spend much time on it :) )</p>

<p dir="auto">-- <br>
Benny<br>
<a href="https://freron.com/become_a_mailmate_patron/" style="color:#3983C4">https://freron.com/become_a_mailmate_patron/</a></p>
</div>
</div>
</body>
</html>