From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: org-links for Gnus in imap with Gmail (for a convenient todo.org list) Date: Thu, 25 Jul 2019 10:46:56 -0700 Message-ID: <87d0hyf1m7.fsf@ericabrahamsen.net> References: <5d39d7af.1c69fb81.2893e.8fde@mx.google.com> <87v9vqgiy6.fsf@ucl.ac.uk> <5d39e5ca.1c69fb81.409b9.4b42@mx.google.com> <87muh2ggsb.fsf@ucl.ac.uk> <5d39e9c4.1c69fb81.57d7e.55fb@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:52979) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hqhpg-00022i-60 for emacs-orgmode@gnu.org; Thu, 25 Jul 2019 13:47:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hqhpd-0005W8-VZ for emacs-orgmode@gnu.org; Thu, 25 Jul 2019 13:47:12 -0400 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:42926 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hqhpb-0005Tl-UR for emacs-orgmode@gnu.org; Thu, 25 Jul 2019 13:47:09 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1hqhpW-000mzu-Ju for emacs-orgmode@gnu.org; Thu, 25 Jul 2019 19:47:02 +0200 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: emacs-orgmode@gnu.org Joseph Vidal-Rosset writes: > Le jeu. 07/25/19 juil. 2019 à 05:33:57 , "Fraga, Eric" > a envoyé ce message: > >> Okay, yes, if you move it, the link needs to be updated. I wonder if >> the gnus registery could help with this? But that's well beyond my >> gnus-fu. > > The only mention of gnus registry in my setup is the following one: > > (setq gnus-registry-max-entries 50000) > > and, by the way, it is maybe inconsistent with > > (setq gnus-newsgroup-maximum-articles 70000) You'd have to put (gnus-registry-initialize) in your gnus.el init file to make use of the registry. And no, I don't think the above settings have anything to do with one another. Eric