aboutsummaryrefslogtreecommitdiffstats
path: root/uid.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-02-17 22:06:17 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-02-17 22:06:17 +0000
commit73b592a0450107cfb62ec95e910bd064c20d186d (patch)
tree1e59544ae5f00d228e8a715b3041b8eb099c1c52 /uid.c
parent828b8f6279f5bdd0eb9d53de892209e1fd679cde (diff)
downloadfetchmail-73b592a0450107cfb62ec95e910bd064c20d186d.tar.gz
fetchmail-73b592a0450107cfb62ec95e910bd064c20d186d.tar.bz2
fetchmail-73b592a0450107cfb62ec95e910bd064c20d186d.zip
Cleanup.
svn path=/trunk/; revision=1643
Diffstat (limited to 'uid.c')
-rw-r--r--uid.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/uid.c b/uid.c
index 50d8ede6..54d41589 100644
--- a/uid.c
+++ b/uid.c
@@ -42,11 +42,9 @@
* not respond to the request for a UID listing.
*
* Each time a message is fetched, we can check its UID against the
- * `oldsaved' list to see if it is old. If not, it should be downloaded
- * (and possibly deleted). It should be downloaded anyway if --all
- * is on. It should not be deleted if --keep is on.
+ * `oldsaved' list to see if it is old.
*
- * Each time a message is deleted, we mark its id UID_DELETED from the
+ * Each time a message is deleted, we mark its id UID_DELETED in the
* `newsaved' member. When we want to assert that an expunge has been
* done on the server, we call expunge_uid() to register that all
* deleted messages are gone by marking them UID_EXPUNGED.