Revoke refetching of already polled pop3 messages
authorWilfried Goesgens <dothebart@citadel.org>
Wed, 7 Sep 2011 09:38:22 +0000 (09:38 +0000)
committerWilfried Goesgens <dothebart@citadel.org>
Wed, 7 Sep 2011 09:38:22 +0000 (09:38 +0000)
citadel/modules/pop3client/serv_pop3client.c

index d1e03c4b2875f5b66248261972e218d280191ce6..199f051ee452f507f08ac563ddcf48dcd0471971 100644 (file)
@@ -322,7 +322,7 @@ eNextState POP3_FetchNetworkUsetableEntry(AsyncIO *IO)
                        cdb_store(CDB_USETABLE, 
                                  SKEY(RecvMsg->CurrMsg->MsgUID), 
                                  &ut, sizeof(struct UseTable) );
-                       RecvMsg->CurrMsg->NeedFetch = 1; ////TODO0;
+                       RecvMsg->CurrMsg->NeedFetch = 0; ////TODO0;
                }
                else
                {