aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-03-06 15:41:03 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-03-06 15:41:03 +0000
commitcdca22242d06c3ceb4821937164afd9000d17d20 (patch)
tree3ab4f62b9676dabe5783848aaf6d5d30dcd3caa5 /fetchmail.h
parent0aa7e4307aae2252986fb0e440461642c833a677 (diff)
downloadfetchmail-cdca22242d06c3ceb4821937164afd9000d17d20.tar.gz
fetchmail-cdca22242d06c3ceb4821937164afd9000d17d20.tar.bz2
fetchmail-cdca22242d06c3ceb4821937164afd9000d17d20.zip
Respond to bug report from Dick van den Burg <burg@is.ge.com>
svn path=/trunk/; revision=1690
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h
index a4cccde0..259add67 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -182,7 +182,7 @@ struct query
#define UID_KEPT 0 /* remembered from a previous run */
#define UID_DELETED INT_MIN /* this message has been deleted */
#define UID_EXPUNGED INT_MAX /* this message has been expunged */
-#define SAVE_UID(n) ((n) < 0) /* must this UID be saved? */
+#define SAVE_UID(n) ((n) <= 0) /* must this UID be saved? */
#define MARK_SEEN(n) n *= -1 /* mark a UID seen */
/*