6 messages in com.googlegroups.google-desktop-developerRe: how to use Google.Desktop.IM?
FromSent OnAttachments
maf-soft06 Jun 2005 14:46 
Google Employee08 Jun 2005 12:20 
maf-soft14 Jun 2005 01:41 
Google Employee15 Jun 2005 13:45 
maf-soft15 Jun 2005 15:07 
maf-soft18 Jun 2005 14:16 
Subject:Re: how to use Google.Desktop.IM?
From:Google Employee (labs@google.com)
Date:06/15/2005 01:45:03 PM
List:com.googlegroups.google-desktop-developer

You can't overwrite old data. You should save the time of the last event from each file and only send newer events. If you have a chat file per day, you don't need to store this data for thousands of files, just the ones that changed today.

There isn't a way to get the timestamp data to be shown in the cached view beside each message.

If you don't want to handle a file, return E_FAIL instead of S_OK, that will tell the crawler to send the file to GDS for indexing.