* gnus-start.el (gnus-activate-group): if the server is nil, don't
authorTeodor Zlatanov <tzz@lifelogs.com>
Tue, 20 Sep 2005 17:10:57 +0000 (17:10 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Tue, 20 Sep 2005 17:10:57 +0000 (17:10 +0000)
fail hard

* spam-report.el: better Keywords line

* spam.el: added Maintainer and better Keywords line

lisp/ChangeLog
lisp/gnus-start.el
lisp/spam-report.el
lisp/spam.el

index c09406d..d911e2f 100644 (file)
@@ -1,3 +1,12 @@
+2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-start.el (gnus-activate-group): if the server is nil, don't
+       fail hard
+
+       * spam-report.el: better Keywords line
+
+       * spam.el: added Maintainer and better Keywords line
+
 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus-art.el (gnus-article-replace-part)
index 64d2d43..88f33ca 100644 (file)
@@ -1529,8 +1529,8 @@ If SCAN, request a scan of that group as well."
           ;; command may have responded with the `(0 . 0)'.  We
           ;; ignore this if we already have an active entry
           ;; for the group.
-          (if (and (zerop (car active))
-                   (zerop (cdr active))
+          (if (and (zerop (or (car active) 0))
+                   (zerop (or (cdr active) 0))
                    (gnus-active group))
               (gnus-active group)
 
index d8609a1..7c11b95 100644 (file)
@@ -2,8 +2,8 @@
 
 ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
-;; Author: Teodor Zlatanov <tzz@lifelogs.com>
-;; Keywords: network
+;; Author: Ted Zlatanov <tzz@lifelogs.com>
+;; Keywords: network, spam, mail, gmane, report
 
 ;; This file is part of GNU Emacs.
 
index 8ffb2aa..fc019da 100644 (file)
@@ -3,7 +3,8 @@
 ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
-;; Keywords: network
+;; Maintainer: Ted Zlatanov <tzz@lifelogs.com>
+;; Keywords: network, spam, mail, bogofilter, BBDB, dspam, dig, whitelist, blacklist, gmane, hashcash, spamassassin, bsfilter, ifile, stat, crm114, spamoracle
 
 ;; This file is part of GNU Emacs.