6 Oct
2007
6 Oct
'07
4:01 a.m.
On Fri, 2007-10-05 at 17:27 -0700, Jeff Grossman wrote:
Timo Sirainen wrote:
On Tue, 2007-10-02 at 18:12 -0700, Jeff Grossman wrote:
So, what would have changed between version 1.0.5 and 1.1beta2 to somehow make the phone think all of the messages are older than 30 days?
Is it using SORT command? Apparently there are some bugs still in it. http://dovecot.org/bugreport.html#sniffing
I don't think so. Here is the first .in file from the rawlog
A6 NAMESPACE A7 SELECT "Inbox" A8 SEARCH SINCE 6-Sep-2007
OK, this finds the messages based on their INTERNALDATE. With maildir that means the files' mtime. Are all the mtimes older than 6 Sep? If not, try deleting dovecot.index.cache file to see if it helps.