<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
<style>
div.markdown { white-space: normal; }
div.plaintext { white-space: normal; }
body { font-family: sans-serif; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
blockquote { margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777; }
blockquote blockquote { border-left-color: #999999; color: #999999; }
blockquote blockquote blockquote { border-left-color: #BBBBBB; color: #BBBBBB; }
a { color: #3983C4; }
blockquote a { color: #777777; }
blockquote blockquote a { color: #999999; }
blockquote blockquote blockquote a { color: #BBBBBB; }
pre { margin-left: 15px; margin-right: 15px; padding: 5px; background-color: #F7F7F7; border-radius: 5px 5px 5px 5px; overflow-x: auto; max-width: 90vw; }
code { margin: 0; padding: 0 0.4em; border-radius: 3px; background-color: #F7F7F7; }
pre > code { padding: 0px; }
math[display="inline"] > mrow { padding:5px; }
div.footnotes li p { margin: 0.2em 0; }
</style>
</head>
<body>
<div class="markdown">
<p dir="auto">On 8 Jun 2019, at 23:13, Randy Bush wrote:</p>

</div>
<div class="plaintext"><blockquote><blockquote><blockquote><p dir="auto">a gpg encrypted message arrives.  i try my default key and fail.  i<br>
realize the sender has encrypted to a different key.  i can not figure<br>
out how to get mm to let be retry the decryption.</p>
</blockquote></blockquote></blockquote></div>
<div class="markdown">

<p dir="auto">[...]</p>

</div>
<div class="plaintext"><blockquote><p dir="auto">one only looks at the details *after* the decrypt fails.<br>
<br>
idiots such as i do not read the key name in the pop-up before entering<br>
the 'normal' (whatever that is) passphrase.  then it fails.  then i can<br>
not go back and pay attention and do it properly.</p>
</blockquote></div>
<div class="markdown">

<p dir="auto">If I understand correctly then the problem is that the <code>gpg</code> command doesn't trigger the passphrase requester again?</p>

<p dir="auto">Note that the passphrase requester is not really part of MailMate. It is triggered by gpg itself. You can get debug output like this in a Terminal window:</p>

<pre><code>defaults write com.freron.MailMate MmDebugSecurity -bool YES
</code></pre>

<p dir="auto">Then launch MailMate like this:</p>

<pre><code>/Applications/MailMate.app/Contents/MacOS/MailMate
</code></pre>

<p dir="auto">You should then be able to reproduce the issue using the <code>gpg</code> command directly in the Terminal window and maybe that'll lead to a solution. If there is some kind of argument I should provide to the <code>gpg</code> command to avoid this issue then let me know.</p>

<p dir="auto">-- <br>
Benny<br>
<a href="https://freron.com/become_a_mailmate_patron/">https://freron.com/become_a_mailmate_patron/</a></p>
</div>

</body>
</html>