<!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 6 Nov 2022, at 2:40, leo wrote:</p>
<blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777;">
<p dir="auto">I block external images by default, but sometimes I download them via the <em>Download</em> button in the message:</p>
<p dir="auto">Is there a keyboard shortcut for this?</p>
</blockquote>
<p dir="auto">There are currently no menu items. It's on my todo. (I've also considered using ⌘L and ⌥⌘L as default shortcuts. Alternatively, no default shortcuts.)</p>
<blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777;">
<p dir="auto">Or can I bind one to "Download images"?</p>
</blockquote>
<p dir="auto">There used to be <code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">loadImagesOnce:</code> for key bindings, but the new message view has two levels of blocking. I'll be adding something like the following to the manual pages:</p>
<table style="border-radius: 5px 5px 5px 5px; background-color: #F7F7F7; border-collapse: collapse; margin: 0 2em; font-size: 0.9em;" bgcolor="#F7F7F7">
<thead>
<tr>
<th style="padding: 0.5em;">Selector</th>
<th style="padding: 0.5em; border-left: 1px solid lightgray;">Action</th>
</tr>
</thead>
<tbody>
<tr>
<td style="border-top: 1px solid lightgray; padding: 0.5em;"><code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">downloadResources:</code></td>
<td style="border-top: 1px solid lightgray; padding: 0.5em; border-left: 1px solid lightgray;">Allow the external resources/images of the currently displayed message to be downloaded once (potentially allowing tracking)</td>
</tr>
<tr>
<td style="border-top: 1px solid lightgray; padding: 0.5em;"><code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">downloadAllResources:</code></td>
<td style="border-top: 1px solid lightgray; padding: 0.5em; border-left: 1px solid lightgray;">Works like <code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">downloadResources:</code>, but this will also include any strictly blocked resources</td>
</tr>
</tbody>
</table>
<p dir="auto">These key bindings should work in recent test releases and would have the same functionality as any future menu items.</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>