On 18 Feb 2017, at 4:19, Randy Bush wrote:

my email addy has multiple keys in my gpg keychain. how do i tell MM which to use. i tried putting my own addy in the ~/Library/Application\
Support/MailMate/Security.plist hack, but no love.

If you want me to review the file then you can send it to me off list.

MM seems not to believe default-key in .gnupg/gpg.conf

MailMate calls `gpg2` directly and should do whatever that command would do from the command line. If you want to see how MailMate calls the command then you can enable a hidden preference and launch MailMate from a Terminal window like this:

        defaults write com.freron.MailMate MmDebugSecurity -bool YES
        /Applications/MailMate.app/Contents/MacOS/MailMate

You'll see that MailMate uses `--local-user` to specify the from address and this overrides `default-key` (I think). In other words, we need to make `Security.plist` work for you.

--
Benny
_______________________________________________
mailmate mailing list
[email protected]
https://lists.freron.com/listinfo/mailmate

Reply via email to