gnus-registry.el (gnus-registry-ignore-group-p): Don't call `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
This commit is contained in:
parent
8b492194a9
commit
e2822bd2ea
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
|
||||
|
||||
* gnus-registry.el (gnus-registry-ignore-group-p): Don't call
|
||||
`gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
|
||||
|
||||
2011-04-23 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* gnus-sum.el (gnus-extra-headers): Bump :version.
|
||||
|
|
|
@ -678,6 +678,7 @@ Consults `gnus-registry-ignored-groups' and
|
|||
;; `gnus-registry-ignored-groups' is a list of lists
|
||||
;; (it can be a list of regexes)
|
||||
(and (listp (nth 0 gnus-registry-ignored-groups))
|
||||
(get-buffer "*Group*") ; in automatic tests this is false
|
||||
(gnus-parameter-registry-ignore group))
|
||||
(gnus-grep-in-list
|
||||
group
|
||||
|
|
Loading…
Add table
Reference in a new issue