On Sun, 29 Feb 2004, Simon Comeau Martel wrote:
>> In Binc IMAP 1.2.6final, src/maildir-scan.cc, line 260, there's line that
>> goes:
>>     if (::time(0) <= mystat.st_mtime) {
>> Try changing this to
>>     if (0) {
>> then recompile, install and see if it helps.
>It does not help :(
>New dump attached

Okay, the problem persists. In the same file, at line 125 you will see 

  // check wether or not we need to bother scanning the folder.
  if (firstscan) {

This block ends "}" at line 171. Please try removing everything from 125 
to 171 inclusive.

Andy :-)

--
Andreas Aardal Hanssen   | http://www.andreas.hanssen.name/gpg
Author of Binc IMAP      |  "It is better not to do something
http://www.bincimap.org/ |        than to do it poorly."


Reply via email to