I couldn't find with Google a way to configure org-mode to open MailMate's message links. Here's what I came up with; hoping it's useful to someone:

```
(when (eq system-type 'darwin)          ; I only run MailMate on Mac
  (org-link-set-parameters "message"
                         :follow
'(lambda (path) (shell-command (format "open -a MailMate 'message://%s'" path)))))
```
_______________________________________________
mailmate mailing list
[email protected]
https://lists.freron.com/listinfo/mailmate

Reply via email to