<!DOCTYPE html>
<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 24 Jan 2020, at 17:11, Haakon Storm Heen 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">Whenever I want to reboot - initiated remotely via hass.io or via keyboard - `Mailmate` is blocking because I always have a *lot* of "unsaved" drafts going.<br>
I have to confirm on every one.<br>
This is annoying.</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">If I understand correctly, you want an option to always save without asking (when quitting MailMate). I think that should be fairly easy to add and I might even prefer it myself due my frequent run/compose/quit cycles during development :)</p>

<p dir="auto">Let's say this works in the next update:</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 write com.freron.MailMate MmAlwaysSaveDraftsOnQuit -bool YES
</code></pre>

<p dir="auto">(Ideally, MailMate would bring the message back in the unsaved changes state, but that's much harder to do.)</p>

<p dir="auto">-- <br>
Benny</p>
</div>
</div>
</body>
</html>