(nnshimbun-insert-nov): Fixed condition to decide whether
authortsuchiya <tsuchiya>
Fri, 8 Jun 2001 13:27:37 +0000 (13:27 +0000)
committertsuchiya <tsuchiya>
Fri, 8 Jun 2001 13:27:37 +0000 (13:27 +0000)
`X-Nnshimbun-Id' should be inseted or not.

ChangeLog
lisp/nnshimbun.el

index e65d8da..646eb69 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,8 @@
        (shimbun-mua-use-entire-index): Removed.
        (nnshimbun-request-article-1): Replace a date string in
        `gnus-newsgroup-data' only when article header has non-nil value.
+       (nnshimbun-insert-nov): Fixed condition to decide whether
+       `X-Nnshimbun-Id' should be inseted or not.
 
 2001-06-08  Katsumi Yamaoka <yamaoka@jpl.org>
 
index 76f7908..000d067 100644 (file)
@@ -372,10 +372,10 @@ also be nil."
        (standard-output (current-buffer))
        (xref (nnshimbun-string-or (shimbun-header-xref header)))
        (start (point)))
-    (unless (and (stringp id)
-                header-id
-                (string-equal id header-id))
-      (setq id nil))
+    (and (stringp id)
+        header-id
+        (string-equal id header-id)
+        (setq id nil))
     (princ number)
     (insert
      "\t"