Problems with sent folder
Christian Schulte
cs at schulte.it
Mon Apr 28 12:34:20 EDT 2003
Luca Olivetti wrote:
> Christian Schulte wrote:
>
>
>>> See
>>> http://bugzilla.mozilla.org/show_bug.cgi?id=199433
>>>
>>> incorrectly marked as a duplicate of
>>> http://bugzilla.mozilla.org/show_bug.cgi?id=199433
>>>
>>>
>>> Bye
>>
>>
>>
>> If you put
>>
>> user_pref("mail.check_all_imap_folders_for_new", true);
>>
>> in your .mozilla/default/prefs.js Mozilla knows to check each IMAP
>
>
> Yes, I have had this setting for ages, and it is what trigger the
> problem (I think)
>
>> folder for new messages. You'll have to shutdown Mozilla before
>> adding that line because otherwise Mozilla overwrites it the next
>> start! I am using Mozilla mail with cyrus on Windows and Linux for
>> years and ...hmm... never saw that problem ! Have that problem only
>> with Outlook
>
>
> That's because you're using an older (working) version of mozilla. I
> saw this problem starting with 1.3. Up 1.2.1 it worked fine.
>
>> and there I know that it is about Outlook opening a new imap
>> connection for each folder it checks messages in which mozilla does
>> differently!
>
>
> Mozilla uses a number of imap connections settable per server.
> With the following preference
>
> user_pref("mail.server.server1.max_cached_connections", 2);
>
> it should use maximum two connection to server1.
>
> Bye
I have that entry in my Mozilla and changing it does reflect Mozilla to
use more or less than 5 imapd processes. Even if I set it to 50 cached
connections (...and I can see that 50 imapd processes on the server...)
the problem does not appear. I am using the debian woody mozilla build
(that is 1.0.0 I think). I searched for the dialog box in which to set
the cached connections but could not find it. So in this version the
frontend for setting the max cached connections is missing but
internally things seem to be already working and max_cached_connections
is present in user.prefs and gets used propperly! I remember a Mozilla
version in which one could set the max_cached_connection value per
dialog box (a much more recent one) and cannot say if the problem exists
there as well! I used Mozilla 1.3 on Windows for months without any
problems and with check_all_imap_folders_for_new being set!
user_pref("mail.server.server1.max_cached_connections", 5);
More information about the Info-cyrus
mailing list