branch: master
commit 3622cd971f04c094ae81215894d199d17b732b7d
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>

    [gnorb] Add nnselect method of getting an article's "real" group
    
    * packages/gnorb/gnorb-utils.el (gnorb-get-real-group-name): I swear
      nnselect will land before too long.
---
 packages/gnorb/gnorb-utils.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/packages/gnorb/gnorb-utils.el b/packages/gnorb/gnorb-utils.el
index 772e667..25af131 100644
--- a/packages/gnorb/gnorb-utils.el
+++ b/packages/gnorb/gnorb-utils.el
@@ -560,7 +560,9 @@ group."
     (nnvirtual
      (setq group (car (nnvirtual-map-article art-no))))
     (nnir
-     (setq group (nnir-article-group art-no))))
+     (setq group (nnir-article-group art-no)))
+    (nnselect
+     (setq group (nnselect-article-group art-no))))
   group)
 
 (defun gnorb-find-tracked-headings (headers &optional include-zombies)

Reply via email to