From f297d0bdc31e69661ad3e09279e16fd6605da621 Mon Sep 17 00:00:00 2001 From: Eric Abrahamsen Date: Thu, 13 Nov 2014 08:16:13 +0800 Subject: [PATCH 2/2] Disable backlog altogethe for virtual groups * lisp/gnus-bcklg.el (gnus-backlog-enter-article): No articles from virtual groups should be added to the backlog. --- lisp/gnus-bcklg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus-bcklg.el b/lisp/gnus-bcklg.el index db80800..eb3c9f0 100644 --- a/lisp/gnus-bcklg.el +++ b/lisp/gnus-bcklg.el @@ -61,7 +61,7 @@ (defun gnus-backlog-enter-article (group number buffer) (when (and (numberp number) - (not (string-match "^nnvirtual" group))) + (not (gnus-virtual-group-p group))) (gnus-backlog-setup) (let ((ident (intern (concat group ":" (int-to-string number)) gnus-backlog-hashtb)) -- 2.1.3