From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86046 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: registry marks? Date: Thu, 09 Jul 2015 09:11:44 +0800 Message-ID: <87a8v69ltb.fsf@ericabrahamsen.net> References: <6sw6c7lheqtu05.fsf@bo-c02p460yg3qc.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1436404374 16661 80.91.229.3 (9 Jul 2015 01:12:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Jul 2015 01:12:54 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34281@lists.math.uh.edu Thu Jul 09 03:12:42 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZD0OG-0004Lq-La for ding-account@gmane.org; Thu, 09 Jul 2015 03:12:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.85) (envelope-from ) id 1ZD0NZ-0003Rz-QZ; Wed, 08 Jul 2015 20:11:57 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1ZD0NX-0003Rk-BK for ding@lists.math.uh.edu; Wed, 08 Jul 2015 20:11:55 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.84) (envelope-from ) id 1ZD0NW-0003pp-Cs for ding@lists.math.uh.edu; Wed, 08 Jul 2015 20:11:55 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1ZD0NU-0002Sc-El for ding@gnus.org; Thu, 09 Jul 2015 03:11:52 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZD0NT-0003uU-JK for ding@gnus.org; Thu, 09 Jul 2015 03:11:51 +0200 Original-Received: from 111.199.149.245 ([111.199.149.245]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Jul 2015 03:11:51 +0200 Original-Received: from eric by 111.199.149.245 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Jul 2015 03:11:51 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 111.199.149.245 User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:1AKlsiJiONI+0nb8Ag5YAlKBY+E= X-Spam-Score: -0.4 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86046 Archived-At: Peter Davis writes: > I'm running gnus 5.13 and, while the gnus menu offers an option for > adding registry marks to a message, the variable gnus-registry-marks is > undefined, and none of my attempts to mark a message work. > > Is there something I have to configure to enable this feature? > > I'm assuming once I've marked messages, I can somehow retrieve them by > mark, or list all the messages marked Important or whatever, right? I'm > using nnimap. Have you required the gnus-registry library, and put (gnus-registry-initialize) in your init files? I can't think of any other way that `gnus-registry-marks' would be undefined... Eric