This is a small extension to Emacs which adds Thunderbird Links to org-mode.
To open the correct email within Thunderbird the message-id is used.
Not available in Melpa.
(use-package ol-thunderbird
:straight (ol-thunderbird :type git :host github :repo "lordnik22/ol-thunderbird"))
Alternatively you can clone this project and add it to the load-path in your init-file:
(add-to-list 'load-path "~/.emacs.d/elisp/ol-thunderbird")
(require 'ol-thunderbird)
- Open the email you want to link in Thunderbird
- (If not already done) Display all headers (see image)
- Copy Message-Id by right-click and choose
Copy Message-ID
- Switch to your org-file opened in Emacs
C-c C-l thunderbird ENT ENT
(org-insert-link
)- Test your link
Context to step 5: If the package is installed correcly there should
be the new link-type: thunderbird
. With ENT
we can choose an id
with completion showing candidates from the kill-ring. If you just
copied the message-id from Thunderbird then the first candidate should
be preselected candidate (IDO). With the second ENT
we confirm this
candidate.
Ah and did I mention, I use IDO...