From: Greg Minshall <minshall@umich.edu>
To: Timothy <tecosaur@gmail.com>
Cc: Bastien <bzg@gnu.org>, emacs-orgmode@gnu.org
Subject: Re: Grabbing the link to a message on the archive
Date: Thu, 30 Sep 2021 09:53:03 +0300 [thread overview]
Message-ID: <1482317.1632984783@apollo2.minshall.org> (raw)
In-Reply-To: Your message of "Thu, 30 Sep 2021 13:18:44 +0800." <87v92i4p0c.fsf@gmail.com>
Timothy,
> If you use mu4e, the following may be of some interest:
> ┌────
> │ (defun +mu4e-ml-message-link (msg)
> │ (cond
> │ ((string= "emacs-orgmode.gnu.org" (mu4e-message-field msg :mailing-list))
> │ (message "Link %s copied to clipboard" (gui-select-text (format "https://list.orgmode.org/%s" (mu4e-message-field msg :message-id)))))
> │ (t (user-error "Mailing list %s not supported" (mu4e-message-field msg :mailing-list)))))
> │ (add-to-list 'mu4e-view-actions (cons "link to message ML" #'+mu4e-ml-message-link t))
> └────
awesome! i didn't realize that the Message-ID was the key to the
specific e-mail at list.orgmode.org!
cheers, Greg
next prev parent reply other threads:[~2021-09-30 7:08 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-29 20:18 orgmode.org setup Bastien
2021-09-29 20:24 ` Samuel Banya
2021-09-29 20:38 ` Bastien
2021-09-29 21:20 ` Russell Adams
2021-09-29 21:29 ` Bastien
2021-09-30 4:00 ` Greg Minshall
2021-09-30 5:18 ` Grabbing the link to a message on the archive Timothy
2021-09-30 6:53 ` Greg Minshall [this message]
2021-10-01 15:07 ` Max Nikulin
2021-10-01 18:50 ` Greg Minshall
2021-10-02 14:26 ` Ihor Radchenko
2021-10-02 15:48 ` Max Nikulin
2021-10-02 16:12 ` Kyle Meyer
2021-10-04 0:20 ` Jorge P. de Morais Neto
2021-10-04 0:21 ` Jorge P. de Morais Neto
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1482317.1632984783@apollo2.minshall.org \
--to=minshall@umich.edu \
--cc=bzg@gnu.org \
--cc=emacs-orgmode@gnu.org \
--cc=tecosaur@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).