<!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">On 22 Dec 2021, at 15:19, <a href="mailto:mapish@gmail.com" style="color: #3983C4;">mapish@gmail.com</a> wrote:</p>
</div><div class="plaintext" style="white-space: normal;"><blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777;"><p dir="auto">In my bindings plist I use this to load the images in a particular email though it doesn't work all that reliably in the newest betas because of some kind of tracker blocking or something. sometimes i have to press it multiple times and sometimes it doesn't work at all depending on the email.</p>
<p dir="auto">"loadImagesOnce:";</p>
</blockquote></div>
<div class="markdown" style="white-space: normal;">
<p dir="auto">There it is! Thanks! This works perfectly for me.</p>
<p dir="auto">I have DNS blocking, so some images are still blocked because of the hostname they load from, but it seems to consistently load all the images that I would expect to load.</p>
<hr style="border: 0; height: 1px; background: #333; background-image: linear-gradient(to right, #ccc, #333, #ccc);">
<p dir="auto">I googled "loadImagesOnce" and found the whole list of <a href="https://manual.mailmate-app.com/key_binding_selectors" style="color: #3983C4;">key binding selectors</a>.</p>
<p dir="auto">I followed <a href="https://manual.mailmate-app.com/custom_key_bindings#key-bindings-in-mailmate" style="color: #3983C4;">the instructions</a> to add this custom key binding so images are displayed after pressing the <code style="margin: 0; padding: 0 0.4em; border-radius: 3px; background-color: #F7F7F7;">i</code> key:</p>
<ol>
<li>
<p dir="auto">Duplicate the <code style="margin: 0; padding: 0 0.4em; border-radius: 3px; background-color: #F7F7F7;">/Applications/MailMate.app/Contents/Resources/KeyBindings/Gmail.plist</code> file to <code style="margin: 0; padding: 0 0.4em; border-radius: 3px; background-color: #F7F7F7;">~/Library/Application Support/MailMate/Resources/KeyBindings/MyKeys.plist</code></p>
</li>
<li>
<p dir="auto">Add the key binding for loadImagesOnce to the top after the first <code style="margin: 0; padding: 0 0.4em; border-radius: 3px; background-color: #F7F7F7;">{</code> bracket:</p>
<pre style="margin-left: 15px; margin-right: 15px; padding: 5px; background-color: #F7F7F7; border-radius: 5px 5px 5px 5px; overflow-x: auto; max-width: 90vw;"><code style="margin: 0; border-radius: 3px; background-color: #F7F7F7; padding: 0px;">"i" = "loadImagesOnce:";
</code></pre>
</li>
<li>
<p dir="auto">Open <code style="margin: 0; padding: 0 0.4em; border-radius: 3px; background-color: #F7F7F7;">Preferences…</code> â†’ <code style="margin: 0; padding: 0 0.4em; border-radius: 3px; background-color: #F7F7F7;">General</code> and set <code style="margin: 0; padding: 0 0.4em; border-radius: 3px; background-color: #F7F7F7;">Custom Key Bindings:</code> to <strong><code style="margin: 0; padding: 0 0.4em; border-radius: 3px; background-color: #F7F7F7;">MyKeys</code></strong>.</p>
</li>
</ol>
<p dir="auto">Q</p>

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

</html>