craig.dovecot at noboost.org
2014-Feb-10 00:25 UTC
[Dovecot] Sieve - Not showing new emails in Thunderbird?
Hi, Issue: Sieve works perfectly and does deliver the mail to the correct mail directories. However Thunderbird doesn't detect the new email, until the user clicks on the folder and then all of a sudden it shows the newly detected emails. Perhaps this is a task for the Thunderbird forums? (Thunderbird 24.2.0) Server Side: * CentOS release 6.3 (Final) * dovecot-2.0.9-7.el6.x86_64 * dovecot-pigeonhole-2.0.9-7.el6.x86_64 * postfix-2.6.6-2.2.el6_1.x86_64 * Server Sieve Settings: mail_location = maildir:~/Maildir plugin { sieve = ~/.dovecot.sieve sieve_dir = ~/sieve sieve_vacation_default_period = 10d sieve_vacation_max_period = 30d sieve_vacation_min_period = 1h } * Client App: - Thunderbird 24.2.0 * Userlevel config; File: ~/.dovecot.sieve require "fileinto"; if address :is "to" "sysadmin at example.com" { fileinto "sysadmin"; } elsif address :is "to" "root@" { fileinto "sysadmin"; } elsif address :is "from" "root@" { fileinto "sysadmin"; } cya Craig
Steffen Kaiser
2014-Feb-10 06:12 UTC
[Dovecot] Sieve - Not showing new emails in Thunderbird?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 10 Feb 2014, craig.dovecot at noboost.org wrote:> mail directories. However Thunderbird doesn't detect the new email, > until the user clicks on the folder and then all of a sudden it shows > the newly detected emails. Perhaps this is a task for the ThunderbirdIs Thunderbird configured to detect changes in those folders? - -- Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEVAwUBUvht0HD1/YhP6VMHAQLrDAf+OML7afu7LXzTZoLET6dN7k4T2cSw7kYz dykSVuE5rbLOmr+LkYMmTad2aXUY4orPeRI6181TVnWAFAhVImpjgQdpKI0hQwjj ge6tjIQq3p+DWq8c3l1mO+tBOK2VU8e/CQ1OfvK8FmWlj5DQCZj3PxspZ7a/O1u/ YegxWzzcxjj7LjKX5vsKHpCm68degk/jTNTD46AMubb63m+1MZQcCrZeNnu23//h BcciTNBN7UDXGyFzqNUyJqOzR57xeOZ+2JkFdQY+MviBaWEyb7c2m6vXdbh3to3q jNX76EyDEZL7aBSzzNb933o5+G9ED7yBNWgn4fqsg5p/jLMi10pO7g==KQCA -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 10 Feb 2014, craig.dovecot@noboost.org wrote:> mail directories. However Thunderbird doesn't detect the new email, > until the user clicks on the folder and then all of a sudden it shows > the newly detected emails. Perhaps this is a task for the ThunderbirdIs Thunderbird configured to detect changes in those folders? - -- Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEVAwUBUvht0HD1/YhP6VMHAQLrDAf+OML7afu7LXzTZoLET6dN7k4T2cSw7kYz dykSVuE5rbLOmr+LkYMmTad2aXUY4orPeRI6181TVnWAFAhVImpjgQdpKI0hQwjj ge6tjIQq3p+DWq8c3l1mO+tBOK2VU8e/CQ1OfvK8FmWlj5DQCZj3PxspZ7a/O1u/ YegxWzzcxjj7LjKX5vsKHpCm68degk/jTNTD46AMubb63m+1MZQcCrZeNnu23//h BcciTNBN7UDXGyFzqNUyJqOzR57xeOZ+2JkFdQY+MviBaWEyb7c2m6vXdbh3to3q jNX76EyDEZL7aBSzzNb933o5+G9ED7yBNWgn4fqsg5p/jLMi10pO7g==KQCA -----END PGP SIGNATURE-----
craig.dovecot at noboost.org
2014-Feb-10 23:01 UTC
[Dovecot] Sieve - Not showing new emails in Thunderbird?
On Mon, Feb 10, 2014 at 07:12:32AM +0100, Steffen Kaiser wrote:> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Mon, 10 Feb 2014, craig.dovecot at noboost.org wrote: > > >mail directories. However Thunderbird doesn't detect the new email, > >until the user clicks on the folder and then all of a sudden it shows > >the newly detected emails. Perhaps this is a task for the Thunderbird > > Is Thunderbird configured to detect changes in those folders?Brilliant thanks! I love it when it's a simple answer. cya Craig