diff options
Diffstat (limited to 'protocols/GmailNotifier/src/notify.cpp')
-rw-r--r-- | protocols/GmailNotifier/src/notify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/GmailNotifier/src/notify.cpp b/protocols/GmailNotifier/src/notify.cpp index cd4ed69fb9..536bd7f0eb 100644 --- a/protocols/GmailNotifier/src/notify.cpp +++ b/protocols/GmailNotifier/src/notify.cpp @@ -145,7 +145,7 @@ void NotifyUser(Account *curAcc) dbei.eventType = EVENTTYPE_MESSAGE; dbei.flags = DBEF_READ; dbei.szModule = MODULENAME; - dbei.timestamp = time(0); + dbei.iTimestamp = time(0); resultLink *prst = curAcc->results.next; for (int i = 0; i < newMails; i++) { |