fix pop3 Aggregator
[citadel.git] / citadel / database.c
index e89783f69faab825970c15a8258ee7b3ec2e8ea7..dbcccf5b16b1a51ce3b7c17136d08f3f849022f7 100644 (file)
@@ -935,8 +935,10 @@ time_t CheckIfAlreadySeen(const char *Facility,
                else
                {
                        if (cdbut) cdb_free(cdbut);
-
+                       
                        SEENM_syslog(LOG_DEBUG, "not Found");
+                       if (cType == eCheckUpdate)
+                               return 0;
                }
 
                if (cType == eCheckExist)