<!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 21:55, Bill Cole wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><blockquote style="border-left:2px solid #777; color:#999; margin:0 0 5px; padding-left:5px; border-left-color:#999"><p dir="auto">What does this tell you:<br>
<br>
        defaults read com.freron.MailMate WebKitShowsURLsInToolTips</p>
</blockquote><p dir="auto">1</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">Ok, that explains why it happens,</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><blockquote style="border-left:2px solid #777; color:#999; margin:0 0 5px; padding-left:5px; border-left-color:#999"><p dir="auto">        defaults read | grep -C5 WebKitShowsURLsInToolTips</p>
</blockquote><p dir="auto">Eww, that's a messy approach... What are you looking for?</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">Well, just any possible global setting.  And I was too lazy to look up a better way to do it :-)</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">$ defaults find WebKitShowsURLsInToolTips</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">I had somehow forgotten about the <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">find</code> argument.</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">I think this also tells me the solution, although I'm not sure it is has unwanted side-effects.</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">I think I know why you have it enabled. There's this <a href="https://lists.freron.com/mailmate/2012-March/000219.html" style="color:#3983C4">old email</a> on the mailing list and there's an even older <a href="https://freron.lighthouseapp.com/projects/58672/tickets/54-request-status-bar-primarily-to-display-link-targets" style="color:#3983C4">ticket</a>.</p>

<p dir="auto">You'll know how to fix it, but for anyone else then here it is:</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 delete com.freron.MailMate WebKitShowsURLsInToolTips
</code></pre>

<p dir="auto">(I'll also update the ticket in case anyone finds it when googling.)</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>