On 02/02/2023 13:04, Bruno Barbier wrote:
As it's still not clear to me how to configure browse-url, I'm still relying
on start-process.
Bruno, it seems I completely confused you by my comments. I am sorry for
that.
Does the method currently suggested by FAQ works for you? My particular
interest caused by your words that you use Thunderbird on Windows:
(with-eval-after-load 'ol
(org-link-set-parameters
"mid"
:follow (lambda (url &optional arg)
(browse-url (concat "mid:" url) arg))))
Thunderbird opens mid: links in new message display tab or window. Does
cb_thunderlink behave in the same way or it switches to proper folder
and selects the message in the list of messages, so it appears in 3 pane
view making other messages from the same thread directly accessible?