]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/gnus/nnir.el (nnir-close-group): Make sure we are in the right group
authorAndrew Cohen <cohen@andy.bu.edu>
Wed, 24 Apr 2013 22:07:21 +0000 (22:07 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 24 Apr 2013 22:07:21 +0000 (22:07 +0000)
lisp/gnus/ChangeLog
lisp/gnus/nnir.el

index aad2244157c083435eecbbe1ef78fb8574874a25..4cdc8a103bdc948a0b29909eb4f919c8e1b132d6 100644 (file)
@@ -1,5 +1,7 @@
 2013-04-24  Andrew Cohen  <cohen@bu.edu>
 
+       * nnir.el (nnir-close-group): Make sure we are in the right group.
+
        * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
        dependency table from all newly retrieved headers.
 
index 2fa6b600ac14b110007a716f4cc78cecf66ca254..21f81dc664cc38d866329f775aa6c65e38a3cda0 100644 (file)
@@ -892,6 +892,7 @@ skips all prompting."
 
 
 (deffoo nnir-close-group (group &optional server)
+  (nnir-possibly-change-group group server)
   (let ((pgroup (gnus-group-guess-full-name-from-command-method group)))
     (when (and nnir-artlist (not (gnus-ephemeral-group-p pgroup)))
       (gnus-group-set-parameter  pgroup 'nnir-artlist nnir-artlist))