Good morning,
With the latest beta of Mailmate (5937) and showing the raw message
(headers) the text is blurry and sometimes quite blurry (see link
below). Any ideas of how to fix this?
https://share.icloud.com/photos/06eeFWSYtG919CnpGH3SFWYDw
Cheers,
-Chris__
For anyone interested for an workaround solution:
I created this script for https://github.com/Hammerspoon/hammerspoon:
https://github.com/muescha/dot_hammerspoon/blob/master/Functions/MailMateFocus.lua
On 27 Jan 2023, at 17:07, Michael Nietzold wrote:
## Summary
Is there a way to open link
I am on:
- MailMate 5933
- Ventura 13.1.0
On 27 Jan 2023, at 17:07, Michael Nietzold wrote:
## Summary
Is there a way to open links in background? MailMate should stay
activated
## What I do:
I have many mails with many links (for example a newsletter with some
list of articles).
I like
Added an option:
-- Setup the click behaviour:
-- -> use normal click to come back: false
-- -> use cmd+click to come back: true
local enable_cmdClick = true
On 29 Jan 2023, at 1:46, Michael Nietzold wrote:
For anyone interested for an workaround solution:
I created this scr