Fix.
authoryamaoka <yamaoka>
Mon, 30 Jul 2001 02:56:17 +0000 (02:56 +0000)
committeryamaoka <yamaoka>
Mon, 30 Jul 2001 02:56:17 +0000 (02:56 +0000)
lisp/nnshimbun.el

index b10fff2..9d4fc51 100644 (file)
@@ -675,11 +675,11 @@ and the NOV is open.  The optional fourth argument FORCE is ignored."
               ;; how does it work.  If the group's parameter is not
               ;; specified by user, the shimbun's default value will
               ;; be used.
-              (nnmail-expiry-wait
+              (expiry-wait
                (or (nnshimbun-find-parameter name 'expiry-wait t)
-                   (shimbun-article-expiration-days nnshimbun-shimbun)
-                   nnmail-expiry-wait))
-              (nnmail-expiry-wait-function (if nnmail-expiry-wait
+                   (shimbun-article-expiration-days nnshimbun-shimbun)))
+              (nnmail-expiry-wait (or expiry-wait nnmail-expiry-wait))
+              (nnmail-expiry-wait-function (if expiry-wait
                                                nil
                                              nnmail-expiry-wait-function))
               article end time)