[Dovecot] Thunderbird does not notice new mails arrival in imap folders
Hello
Since I've installed Dovecot 2 I've observed that TB does not notice new mails arrival in IMAP folders. When I click on a folder new mails count is updated, with dovecot 1 it was automatic. I wonder if it is due to the new TB version (lastest stable) or Dovecot 2 (2.0.11). I use MBOX format.
See below the doveconf -n trace
Thanks for any idea/info
# 2.0.11: /usr/local/etc/dovecot/dovecot.conf # OS: FreeBSD 8.2-RELEASE amd64 auth_worker_max_count = 100 debug_log_path = /var/log/dovecot/debug.log default_client_limit = 6144 default_process_limit = 1024 disable_plaintext_auth = no info_log_path = /var/log/dovecot/info.log log_path = /var/log/dovecot/dovecot.log mail_location = mbox:%h/:INDEX=/var/cache/dovecot/index/%u:INBOX=/var/mail/%u managesieve_notify_capability = mailto managesieve_sieve_capability = fileinto reject envelope encoded-character vacati on subaddress comparator-i;ascii-numeric relational regex imap4flags copy includ e variables body enotify environment mailbox date mbox_write_locks = fcntl passdb { driver = passwd } plugin/sieve = ~/.dovecot.sieve plugin/sieve_dir = ~/sieve postmaster_address = postmaster@esiee.fr protocols = imap pop3 sieve sieve sendmail_path = /usr/local/sbin/sendmail service auth { client_limit = 7169 } service imap-login { inet_listener imap { port = 143 } inet_listener imaps { port = 993 ssl = yes } process_min_avail = 10 service_count = 1 vsz_limit = 1 G } service imap { process_limit = 2048 vsz_limit = 1 G } service managesieve-login { inet_listener sieve { port = 4190 } inet_listener sieve_deprecated { port = 2000 } } service pop3-login { inet_listener pop3 { port = 110 } inet_listener pop3s { port = 995 ssl = yes } } ssl_ca = /etc/ssl/COMODO/ca.pem ssl_cert = </etc/ssl/COMODO/cert.pem ssl_key = </etc/ssl/COMODO/mail.key userdb { driver = passwd } verbose_proctitle = yes protocol lda { info_log_path = /var/log/dovecot/dovecot-lda.log log_path = /var/log/dovecot/dovecot-lda-errors.log mail_plugins = " sieve" } protocol imap { imap_client_workarounds = tb-extra-mailbox-sep } protocol sieve { managesieve_implementation_string = Dovecot Pigeonhole }
On 23/04/11 06:58, Frank Bonnet wrote:
Hello
Since I've installed Dovecot 2 I've observed that TB does not notice new mails arrival in IMAP folders. When I click on a folder new mails count is updated, with dovecot 1 it was automatic. I wonder if it is due to the new TB version (lastest stable) or Dovecot 2 (2.0.11).
I believe this is the default behaviour in Thunderbird 3 and has nothing to do with Dovecot. To change it so that Thunderbird checks all IMAP folders for new messages open the config editor and set
mail.check_all_imap_folders_for_new
to "true".
HTH
Andreas
am 23.04.11 18:28 schrieb Andreas Ntaflos <daff@dword.org>:
On 23/04/11 06:58, Frank Bonnet wrote:
Hello
Since I've installed Dovecot 2 I've observed that TB does not notice new mails arrival in IMAP folders. When I click on a folder new mails count is updated, with dovecot 1 it was automatic. I wonder if it is due to the new TB version (lastest stable) or Dovecot 2 (2.0.11).
I believe this is the default behaviour in Thunderbird 3 and has nothing to do with Dovecot. To change it so that Thunderbird checks all IMAP folders for new messages open the config editor and set
mail.check_all_imap_folders_for_new
to "true".
HTH
Andreas
you are right. Thanx.
-- Mit freundlichen Grüßen, Jim Knuth
P.S.: Bitte HTML-Mails! Zufallszitat: Ist das Leben nicht hundert Mal zu kurz, sich in ihm - zu langweilen? [Nietzsche]
Finally I had to set to TRUE
mail.check_new_mail mail.check_all_imap_folders_for_new
options to have what I wanted
Thanks to all !
Le 23/04/2011 20:12, Jim Knuth a écrit :
am 23.04.11 18:28 schrieb Andreas Ntaflos <daff@dword.org>:
On 23/04/11 06:58, Frank Bonnet wrote:
Hello
Since I've installed Dovecot 2 I've observed that TB does not notice new mails arrival in IMAP folders. When I click on a folder new mails count is updated, with dovecot 1 it was automatic. I wonder if it is due to the new TB version (lastest stable) or Dovecot 2 (2.0.11).
I believe this is the default behaviour in Thunderbird 3 and has nothing to do with Dovecot. To change it so that Thunderbird checks all IMAP folders for new messages open the config editor and set
mail.check_all_imap_folders_for_new
to "true".
HTH
Andreas
you are right. Thanx.
participants (3)
-
Andreas Ntaflos
-
Frank Bonnet
-
Jim Knuth