Re: Link to an email in thunderbird from org-mode

2025-06-03 Thread Max Nikulin
On 28/05/2025 22:29, Max Nikulin wrote: On 27/05/2025 16:32, Christian Moe wrote: However, from the Reddit thread I see that Message-ID can be added as a custom message header in the Thunderbird view and simply copied by right-click, At least in Thunderbird-128 there is a "show all headers" ch

Re: Link to an email in thunderbird from org-mode

2025-05-29 Thread Max Nikulin
On 29/05/2025 02:42, Christoph wrote: On 5/28/25 17:29, Max Nikulin wrote: and there's also an add-on (still working?) to add a button to easily copy it. https://addons.thunderbird.net/en-us/thunderbird/addon/copy-message-id/ I have checked it. Yes it is working on thunderbird 138. It shoul

Re: Link to an email in thunderbird from org-mode

2025-05-28 Thread Christoph
On 5/28/25 17:29, Max Nikulin wrote: and there's also an add-on (still working?) to add a button to easily copy it. https://addons.thunderbird.net/en-us/thunderbird/addon/copy-message-id/ I have checked it. Yes it is working on thunderbird 138. (defun thunderblink-open (path _)    (let ((c

Re: Link to an email in thunderbird from org-mode

2025-05-28 Thread Max Nikulin
On 27/05/2025 16:32, Christian Moe wrote: Christoph writes: the thunderbird addons thunderlink and cb_thunderlink do not work anymore for thunderbird 138. [...] I'm copying Bruno Barbier and Max Nikulin, who contributed to that discussion and the FAQ update about cb_thunderlink. The FAQ entr

Re: Link to an email in thunderbird from org-mode

2025-05-27 Thread Christian Moe
Christoph writes: > the thunderbird addons thunderlink and cb_thunderlink do not work > anymore for thunderbird 138. Thanks for reporting! I hope you and other Thunderbird users can help update the FAQ 'Can I create links to Thunderbirds emails' on Worg -- patches welcome: https://orgmode.org/wo

Re: Link to an email in thunderbird from org-mode

2025-05-26 Thread Christoph
Hasty copy and paste leads to errors :-( This is the defun I wanted to paste: (defun thunderblink-open (path _) "Open thunderbird with mail-id indicated in path. Remove angle brackets if present" (let ((clean-path (replace-regexp-in-string "[<>]" "" path))) (start-process "thunderbird

Link to an email in thunderbird from org-mode

2025-05-26 Thread Christoph
Hi, the thunderbird addons thunderlink and cb_thunderlink do not work anymore for thunderbird 138. There is, however, an alternative; cf. here: https://www.reddit.com/r/Thunderbird/comments/pb6sif/creating_a_link_to_an_email_in_thunderbird/ It requires no thunderbird add-on which is an additi