summaryrefslogtreecommitdiffstats
path: root/copy.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-07-07 06:37:28 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-07-07 06:37:28 +0000
commiteb834e1b117a4fa57a6db766feda31319b120039 (patch)
treeeb92a2b53310bbf4b82f862f372626e8f5d707a4 /copy.c
parentf81c6aef361c4518a630fede797ac5e60f906bed (diff)
Fix #185: is_from would return 0 (i.e., error) when parsing Jan 1
1970 12:00 - apparently, this point of time occurs on real mail folders.
Diffstat (limited to 'copy.c')
-rw-r--r--copy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/copy.c b/copy.c
index 596f1b6f..58194003 100644
--- a/copy.c
+++ b/copy.c
@@ -21,7 +21,6 @@
#include "mx.h"
#include "copy.h"
#include "rfc2047.h"
-#include "parse.h"
#include "mime.h"
#ifdef HAVE_PGP