X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fnnregistry.el;h=359050c356c96113695d0ffe5daabe19fb037656;hb=6d225814ad9bb5ebd7047a4c3b2117ba6a4f5894;hp=03ff5e716aa0d5bdfb68ff274d265cf9888c3046;hpb=0010d890ded15f2e1318afad61fbafe7520d5964;p=gnus diff --git a/lisp/nnregistry.el b/lisp/nnregistry.el index 03ff5e716..359050c35 100644 --- a/lisp/nnregistry.el +++ b/lisp/nnregistry.el @@ -1,7 +1,7 @@ ;;; nnregistry.el --- access to articles via Gnus' message-id registry ;;; -*- coding: utf-8 -*- -;; Copyright (C) 2010 Free Software Foundation, Inc. +;; Copyright (C) 2010-2011 Free Software Foundation, Inc. ;; Authors: Ludovic Courtès ;; Keywords: news, mail @@ -53,7 +53,7 @@ (deffoo nnregistry-request-article (id &optional group server buffer) (and (not nnregistry-within-nnregistry) (let* ((nnregistry-within-nnregistry t) - (group (gnus-registry-fetch-group id)) + (group (nth 0 (gnus-registry-get-id-key id 'group))) (gnus-override-method nil)) (message "nnregistry: requesting article `%s' in group `%s'" id group)