From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86054 Path: news.gmane.org!not-for-mail From: Peter Davis Newsgroups: gmane.emacs.gnus.general Subject: Re: registry marks? Date: Fri, 10 Jul 2015 08:15:26 -0400 Message-ID: <6sw6c7egkg2opt.fsf@bo-c02p460yg3qc.home> References: <6sw6c7lheqtu05.fsf@bo-c02p460yg3qc.home> <87a8v69ltb.fsf@ericabrahamsen.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1436530592 27043 80.91.229.3 (10 Jul 2015 12:16:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 10 Jul 2015 12:16:32 +0000 (UTC) Cc: ding@gnus.org To: Eric Abrahamsen Original-X-From: ding-owner+M34289@lists.math.uh.edu Fri Jul 10 14:16:20 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 1ZDXE3-0001qp-Dx for ding-account@gmane.org; Fri, 10 Jul 2015 14:16:19 +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 1ZDXDI-0007pj-TH; Fri, 10 Jul 2015 07:15:32 -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 1ZDXDH-0007pR-1t for ding@lists.math.uh.edu; Fri, 10 Jul 2015 07:15:31 -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 1ZDXDF-0007iW-Fv for ding@lists.math.uh.edu; Fri, 10 Jul 2015 07:15:30 -0500 Original-Received: from out3-smtp.messagingengine.com ([66.111.4.27]) by quimby.gnus.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1ZDXDD-0000QJ-Qm for ding@gnus.org; Fri, 10 Jul 2015 14:15:28 +0200 Original-Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 0963020939 for ; Fri, 10 Jul 2015 08:15:26 -0400 (EDT) Original-Received: from frontend1 ([10.202.2.160]) by compute3.internal (MEProxy); Fri, 10 Jul 2015 08:15:26 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=TzPR9FkI+hvAnQGbaM2IE+aSfb4=; b=FlzUZ VxVgH3Gv2FtP4k1YBWKLRayz+70PeTZfXLlhl6iqtEMBBl+OacBcED7B6DLESGLD VVt4kfSlxOui9pN5QHKa0rzEzgFrTwcyhrVqFgGF4XFAer2bitlHyawZZNYBmm5z 3T8oZWFWeeHWMtqKqMGHiOfMn5+3w6UDn+rrjo= X-Sasl-enc: v4HQoU1/rNd0mlJyAh00w2yCroVumjQRY6d3ykvDGD4e 1436530525 Original-Received: from bo-c02p460yg3qc.home (unknown [206.208.105.143]) by mail.messagingengine.com (Postfix) with ESMTPA id BFEFCC00028; Fri, 10 Jul 2015 08:15:25 -0400 (EDT) In-Reply-To: <87a8v69ltb.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Thu, 09 Jul 2015 09:11:44 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.51 (darwin) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86054 Archived-At: Eric Abrahamsen writes: > 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... Ok, that definitely helps. Now I can see the values for gnus-registry-marks, but when I try to add one, e.g., via `M M i', I get: Removing mark nil with message ID <87a8v69ltb.fsf@ericabrahamsen.net>, resulting in nil Thanks, -pd