diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-05-17 10:39:56 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-05-17 10:39:56 +0000 |
commit | 99a6c435e8a24f72ec3cdb8d39c98a180ceb2b49 (patch) | |
tree | 96845e05fe22c8be159410a3d5a5bd42530f5bba /fetchmail.h | |
parent | bb1a6cc615ab21a113ba7ebe273cadcb30fcb3be (diff) | |
download | fetchmail-99a6c435e8a24f72ec3cdb8d39c98a180ceb2b49.tar.gz fetchmail-99a6c435e8a24f72ec3cdb8d39c98a180ceb2b49.tar.bz2 fetchmail-99a6c435e8a24f72ec3cdb8d39c98a180ceb2b49.zip |
Revise UID_DELETED comment.
svn path=/branches/BRANCH_6-3/; revision=4843
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 4 |
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; |