diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-07-19 12:20:21 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-07-19 12:22:54 +0200 |
| commit | 2da435c172ee0463e67343d799faa793a7e485c3 (patch) | |
| tree | 024e8ee5fe79be98ae0014f8c10dc5e532340bb1 /itches/emacs | |
| parent | bafc2c6b57115e30773d27feb11f3ef405c1056f (diff) | |
| download | memory-leaks-2da435c172ee0463e67343d799faa793a7e485c3.tar.xz | |
Jot down notes about message-id handling
Next step: write down some Elisp to do that through some shortcut.
Diffstat (limited to 'itches/emacs')
| -rw-r--r-- | itches/emacs/development.org | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/itches/emacs/development.org b/itches/emacs/development.org index 91a0109..ce9b589 100644 --- a/itches/emacs/development.org +++ b/itches/emacs/development.org @@ -76,3 +76,21 @@ timezone bit actually conveys meaning to a human reader. It would be wonderful if ~debbugs-gnu~ and ~debbugs-gnu-search~ used their own thread/process to wait & process the server's response, instead of forcing me to twiddle my thumbs for minutes. +* Mailing lists +** Message IDs +*** Summary buffer → Message-ID +#+begin_src elisp +(kill-new (mail-header-message-id (gnus-summary-article-header))) +#+end_src +*** TODO Message-ID → HTTP archive +- <https://lists.gnu.org>: + #+begin_example + https://lists.gnu.org/archive/cgi-bin/namazu.cgi + ?query=%2Bmessage-id:<$MESSAGE_ID> + &submit=Search! + &idxname=$LIST + #+end_example +- public-inbox: trivial +*** TODO HTTP archive → Message-ID +- <https://lists.gnu.org>: cf. =X-Message-Id= comment in HTML +- public-inbox: cf. URL |
