aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.h b/fetchmail.h
index c77c5fe0..1191bd34 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -184,8 +184,8 @@ struct idlist
flag mark; /* UID-index information */
#define UID_UNSEEN 0 /* hasn't been seen */
#define UID_SEEN 1 /* seen, but not deleted */
-#define UID_DELETED 2 /* this message has been deleted */
-#define UID_EXPUNGED 3 /* this message has been expunged */
+#define UID_DELETED 2 /* this message has been marked deleted */
+#define UID_EXPUNGED 3 /* this message has been expunged */
}
status;
char *id2;