Ignore the `active' non-variable, too.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 10 Oct 2010 19:43:47 +0000 (21:43 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 10 Oct 2010 19:43:47 +0000 (21:43 +0200)
lisp/ChangeLog
lisp/gnus-sum.el

index ff8a947..888df80 100644 (file)
@@ -1,5 +1,8 @@
 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
+       non-variable, too.
+
        * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
        available.
        (nnimap-update-info): Rely more on the current active than the param
index a056690..1a8d454 100644 (file)
@@ -3841,7 +3841,8 @@ This function is intended to be used in
 
 (defun gnus-summary-set-local-parameters (group)
   "Go through the local params of GROUP and set all variable specs in that list."
-  (let ((vars '(quit-config)))          ; Ignore quit-config.
+  (let ((vars '(quit-config active)))  ; Ignore things that aren't
+                                       ; really variables.
     (dolist (elem (gnus-group-find-parameter group))
       (and (consp elem)                        ; Has to be a cons.
           (consp (cdr elem))           ; The cdr has to be a list.