From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80254 Path: news.gmane.org!not-for-mail From: Dave Abrahams Newsgroups: gmane.emacs.gnus.general Subject: [PATCH 6/6] Use `gnus-registry-enabled' instead of `gnus-registry-install'. Date: Sun, 9 Oct 2011 00:11:27 -0400 Message-ID: <1318133487-45386-7-git-send-email-dave@boostpro.com> References: <1318133487-45386-1-git-send-email-dave@boostpro.com> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1318133545 5769 80.91.229.12 (9 Oct 2011 04:12:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 9 Oct 2011 04:12:25 +0000 (UTC) Cc: Dave Abrahams To: ding@gnus.org Original-X-From: ding-owner+M28537@lists.math.uh.edu Sun Oct 09 06:12:19 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RCkkN-00068d-G3 for ding-account@gmane.org; Sun, 09 Oct 2011 06:12:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1RCkjo-0003se-Ho; Sat, 08 Oct 2011 23:11:44 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1RCkjm-0003sB-VI for ding@lists.math.uh.edu; Sat, 08 Oct 2011 23:11:42 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RCkjl-0003x3-F3 for ding@lists.math.uh.edu; Sat, 08 Oct 2011 23:11:42 -0500 Original-Received: from mail-vw0-f44.google.com ([209.85.212.44]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RCkjj-0005pa-V7 for ding@gnus.org; Sun, 09 Oct 2011 06:11:40 +0200 Original-Received: by vws5 with SMTP id 5so6252082vws.17 for ; Sat, 08 Oct 2011 21:11:34 -0700 (PDT) Original-Received: by 10.52.25.75 with SMTP id a11mr8631112vdg.1.1318133494121; Sat, 08 Oct 2011 21:11:34 -0700 (PDT) Original-Received: from pluto.luannocracy.com (207-172-223-249.c3-0.smr-ubr3.sbo-smr.ma.static.cable.rcn.com. [207.172.223.249]) by mx.google.com with ESMTPS id cu18sm14122690vdb.12.2011.10.08.21.11.31 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 08 Oct 2011 21:11:32 -0700 (PDT) Original-Received: by pluto.luannocracy.com (Postfix, from userid 501) id 0938F10AD631; Sun, 9 Oct 2011 00:11:30 -0400 (EDT) X-Mailer: git-send-email 1.7.6.1 In-Reply-To: <1318133487-45386-1-git-send-email-dave@boostpro.com> X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80254 Archived-At: *** NOTE: This patch depends on the patch attached to *** http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9691 --- lisp/gnus-sum.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index 207d963..d1c08c1 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -12384,7 +12384,7 @@ If REVERSE, save parts that do not match TYPE." (not (setq header (car (gnus-get-newsgroup-headers nil t))))) () ; Malformed head. (unless (gnus-summary-article-sparse-p (mail-header-number header)) - (when (and (bound-and-true-p gnus-registry-install) + (when (and (bound-and-true-p gnus-registry-enabled) (not (gnus-ephemeral-group-p (car where)))) (gnus-registry-handle-action (mail-header-id header) nil -- 1.7.6.1