X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fpop3client%2Fserv_pop3client.c;h=950436dd8ed65d5eaa4954b5cdbba915efc9af56;hb=aec55667296bcb38139495f328aff9d0d292a0d3;hp=47e93d11f4b88738fc31930c07258f98bb69dbfb;hpb=7335b7a21e645bbd9b2ecc37f0416f91be1e0180;p=citadel.git diff --git a/citadel/modules/pop3client/serv_pop3client.c b/citadel/modules/pop3client/serv_pop3client.c index 47e93d11f..950436dd8 100644 --- a/citadel/modules/pop3client/serv_pop3client.c +++ b/citadel/modules/pop3client/serv_pop3client.c @@ -21,6 +21,7 @@ #include #include #include +#include #if TIME_WITH_SYS_TIME # include @@ -432,8 +433,8 @@ eNextState POP3_FetchNetworkUsetableEntry(AsyncIO *IO) if (CheckIfAlreadySeen("POP3 Item Seen", RecvMsg->CurrMsg->MsgUID, - IO->Now, - IO->Now, //// todo + EvGetNow(IO), + EvGetNow(IO) - USETABLE_ANTIEXPIRE, eCheckUpdate, IO->ID, CCID) != 0) @@ -590,8 +591,8 @@ eNextState POP3C_StoreMsgRead(AsyncIO *IO) ChrPtr(RecvMsg->CurrMsg->MsgUID)); CheckIfAlreadySeen("POP3 Item Seen", RecvMsg->CurrMsg->MsgUID, - IO->Now, - IO->Now, //// todo + EvGetNow(IO), + EvGetNow(IO) - USETABLE_ANTIEXPIRE, eWrite, IO->ID, CCID);