From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/16995 Path: news.gmane.org!not-for-mail From: Alan Schmitt Newsgroups: gmane.emacs.gnus.user Subject: gnus registry does not track messages when refiling Date: Sun, 27 Jul 2014 12:46:14 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3935888690272237106==" X-Trace: ger.gmane.org 1406458006 17684 80.91.229.3 (27 Jul 2014 10:46:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Jul 2014 10:46:46 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sun Jul 27 12:46:41 2014 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XBLyT-0001Di-5B for gegu-info-gnus-english@m.gmane.org; Sun, 27 Jul 2014 12:46:41 +0200 Original-Received: from localhost ([::1]:34492 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBLyS-0003Ep-Q1 for gegu-info-gnus-english@m.gmane.org; Sun, 27 Jul 2014 06:46:40 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57189) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBLyM-0003Ek-Qh for info-gnus-english@gnu.org; Sun, 27 Jul 2014 06:46:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XBLyH-0001a2-LM for info-gnus-english@gnu.org; Sun, 27 Jul 2014 06:46:34 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:45286) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBLyH-0001Zy-ER for info-gnus-english@gnu.org; Sun, 27 Jul 2014 06:46:29 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XBLyG-00016I-1n for info-gnus-english@gnu.org; Sun, 27 Jul 2014 12:46:28 +0200 Original-Received: from cbg35-2-78-242-14-140.fbx.proxad.net ([78.242.14.140]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 27 Jul 2014 12:46:28 +0200 Original-Received: from alan.schmitt by cbg35-2-78-242-14-140.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 27 Jul 2014 12:46:28 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 75 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cbg35-2-78-242-14-140.fbx.proxad.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) Cancel-Lock: sha1:O1eXE+2U42VyQXSbKRXLnzFkSG8= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:16995 Archived-At: --===============3935888690272237106== Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello, I'm trying to make the registry work, and I don't understand why it does not track messages when refiling. I set the gnus-verbose level to 10, and when doing some refiling, here is what I saw in the logs: Expiring articles from Sent: (3821 3824 3825 3828 3835 3839 3843 3848 3849) Gnus registry: article going from Sent t= o nil gnus-registry-handle-action ("" "Sent" ni= l "Souhire" "Alan Schmitt " ("utf <**********>")) Gnus registry: new entry for is ((subjec= t "Souhire") (recipient "utf <***********>") (sender "Alan Schmitt ") (group) (creation-time (21460 53651 838918 0))) Expiring articles...done I don't understand why there is only an registry log entry for one message, and why it's saying that the message is "going from Sent to nil". Here are my settings for the Sent group: #+begin_src emacs-lisp ("^Sent$" (total-expire . t) (expiry-wait . 7) (expiry-target . "nnimap+zimbra:archive")) #+end_src (For the test I set the 'expiry-wait' to 3, to trigger some expiring). My registry settings are as follow. #+begin_src emacs-lisp (setq gnus-registry-max-entries nil) ; track everything (setq gnus-registry-track-extra '(sender subject recipient)) (setq gnus-registry-unfollowed-groups nil) ; really track everything (gnus-registry-initialize) (setq gnus-refer-article-method '(current (nnregistry))) #+end_src Am I missing something? Do I need some special invocation to make the registry track messages when they are refiled? Thanks, Alan =2D-=20 OpenPGP Key ID : 040D0A3B4ED2E5C7 --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iQEcBAEBCgAGBQJT1Nh2AAoJEAQNCjtO0uXHYLYIAIDQWEKM57OX6tOwR/GbfsI8 c/E7BLkTBmGxGUSwkROZ5d9Werf6+LE1HRvSX2pif68VbKHiUcDe8UkomxrsQXOp /nOfQK35KdzTx5uK62c2c618AoZHB97GiC0x1gbXcSfW9F/1EssZPnLZ1NusoE/M uKbRJ8eG+AseEEKDkfBp7WzLfNjCQnMEzEQD8fM8tZt30oVBTkWUb7crHrRHIm2g A9pMh9DhffrCisp57Ncb7i0ZVjoa+roXe6cRYuuNpoZ5BBXUeCpKapYDNh46SW6y k8rAcocpsV4Z4+qQVjVyr80zKRh03BVE5//NVOxReDtLynMav6RPxI4DlSi6Q20= =3MhV -----END PGP SIGNATURE----- --=-=-=-- --===============3935888690272237106== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline