From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joseph Vidal-Rosset Subject: Re: org-links for Gnus in imap with Gmail (for a convenient todo.org list) Date: Fri, 26 Jul 2019 09:14:11 +0200 Message-ID: <5d3aa844.1c69fb81.a5d88.d59d@mx.google.com> References: <5d39d7af.1c69fb81.2893e.8fde@mx.google.com> <87k1c6x6vu.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58979) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hquQn-0000tN-9v for emacs-orgmode@gnu.org; Fri, 26 Jul 2019 03:14:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hquQk-0004Sx-30 for emacs-orgmode@gnu.org; Fri, 26 Jul 2019 03:14:20 -0400 Received: from mail-wr1-x442.google.com ([2a00:1450:4864:20::442]:45646) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hquQi-0004GG-RP for emacs-orgmode@gnu.org; Fri, 26 Jul 2019 03:14:18 -0400 Received: by mail-wr1-x442.google.com with SMTP id f9so53204583wre.12 for ; Fri, 26 Jul 2019 00:14:15 -0700 (PDT) In-Reply-To: <87k1c6x6vu.fsf@gmail.com> (Ken Mankoff's message of "Thu, 25 Jul 2019 15:15:49 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Ken Mankoff Cc: emacs-orgmode list Le jeu. 07/25/19 juil. 2019 =C3=A0 03:15:49 , Ken Mankoff a envoy=C3=A9 ce message: > On 2019-07-25 at 12:24 -04, Joseph Vidal-Rosset wrote... >> Documentation to create a todo.org list that provides links to email as >> tasks is not seldom on the web. I recommend for example >> [[http://pragmaticemacs.com/]].=20 >> >> But for gnus-imap-gmail users, it is more difficult to get the same >> thing. > > FYI, here is the mu4e implementation defined so that the standard org-sto= re-link properly work based on msgid: > > https://github.com/djcb/mu/blob/master/mu4e/org-mu4e.el#L117 > > When viewing email I use the same keybindings as elswhere, C-l to store l= ink, and C-c C-l to paste it and I get: > > [[mu4e:msgid:325fooetc@mx.google.com][SUBJECT OF EMAIL]] > > -k. Many thanks for this information Ken. Did you want to suggest that it is not difficult to adapt such a function for gnus by replacing the mention of mu4e by gnus' in the code? I would be a good thing indeed to avoid this need of updating link that is presently necessary with gnus working with imap.gmail.com . Best wishes, --=20 Jo.