summaryrefslogtreecommitdiffstats
path: root/handler.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-03-09 13:09:52 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-03-09 13:09:52 +0000
commitfd816365cb25c5ffd7c9df9a682a2acd15f23b1b (patch)
tree985049348bf45335f03b625b36e10fa1e590390b /handler.c
parentf6b31275137596fae70cda1ea3f11104c23a953f (diff)
handler.c: Properly handle message/external-body expiry.
menu.c: Small fix from Liviu. send.c: Honor confirm_create for FCCs. cvs: ----------------------------------------------------------------------
Diffstat (limited to 'handler.c')
-rw-r--r--handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/handler.c b/handler.c
index 89139eab..0c5b4e43 100644
--- a/handler.c
+++ b/handler.c
@@ -1208,7 +1208,7 @@ static void external_body_handler (BODY *b, STATE *s)
CH_DECODE , NULL);
}
}
- else if(expire < time(NULL))
+ else if(expiration && expire < time(NULL))
{
if (s->flags & M_DISPLAY)
{