From 0cc7443ba39e5621a4d86557a25def02d942e9f3 Mon Sep 17 00:00:00 2001 From: teranisi Date: Mon, 11 Jun 2001 03:49:27 +0000 Subject: [PATCH] * elmo-shimbun.el (elmo-shimbun-msgdb-to-headers): Inverted logic. --- elmo/ChangeLog | 2 ++ elmo/elmo-shimbun.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/elmo/ChangeLog b/elmo/ChangeLog index fbab6e5..82970e3 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,5 +1,7 @@ 2001-06-11 Yuuichi Teranishi + * elmo-shimbun.el (elmo-shimbun-msgdb-to-headers): Inverted logic. + * elmo-util.el (elmo-file-field-primitive-condition-match): New inline function (Don't fetch file content if "first" or "last"). (elmo-file-field-condition-match): Use diff --git a/elmo/elmo-shimbun.el b/elmo/elmo-shimbun.el index 1c1ec09..c1d9922 100644 --- a/elmo/elmo-shimbun.el +++ b/elmo/elmo-shimbun.el @@ -96,7 +96,7 @@ See `shimbun-headers' for more detail about RANGE." (dolist (ov (elmo-msgdb-get-overview (elmo-folder-msgdb folder))) (when (and (elmo-msgdb-overview-entity-get-extra-field ov "xref") (if expire-days - (> (elmo-shimbun-lapse-seconds + (< (elmo-shimbun-lapse-seconds (elmo-shimbun-parse-time-string (elmo-msgdb-overview-entity-get-date ov))) (* expire-days 86400 ; seconds per day -- 1.7.10.4