I can confirm that now emails fetched from gmail are not market as read, cool thanks!
I think I misunderstood the parameter the first time I've read it. I don't know if that "pop3_no_flag_updates" is a standard name for the param, but I would have changed to: pop3_flag_updates = yes // means it updates the flags pop3_flag_updates = no // means it does not updates the flags
while the current behaviour is: pop3_no_flag_updates = yes // Does not updates the flags pop3_no_flag_updates = no // Does updates the flags
In any case, thank you!
Julien
2009/6/12 Julien Buratto julien.buratto@gmail.com:
Hi, I think that this one was the one that I tried already, but I think I made a mistake because I left it as = no I will try with = yes
Julien
2009/6/11 Timo Sirainen tss@iki.fi:
On Thu, 2009-06-11 at 22:33 +0200, Julien Buratto wrote:
I'm testing gmail to fetch my emails via POP3 and I've noticed that on the server where I run dovecot, the emails that gmail take, are marked as read when I imap my emails with my thunderbird.
As I've noticed that this is not true for the email accounts on another mail environment, I was wondering if anyone of you could sugged where I could change the behaviour.
# Don't try to set mails non-recent or seen with POP3 sessions. This is # mostly intended to reduce disk I/O. With maildir it doesn't move files # from new/ to cur/, with mbox it doesn't write Status-header. #pop3_no_flag_updates = no
-- Julien Buratto
-- Julien Buratto