From d6b21657773e35b6956f661ffad1a6cdfc24769c Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 30 Jul 2001 02:56:17 +0000 Subject: [PATCH 1/1] Fix. --- lisp/nnshimbun.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/nnshimbun.el b/lisp/nnshimbun.el index b10fff2..9d4fc51 100644 --- a/lisp/nnshimbun.el +++ b/lisp/nnshimbun.el @@ -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) -- 1.7.10.4