[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unread status is weird



At Sat, 06 Feb 2010 14:54:07 -0500,
John Floren wrote:
> 
> At Thu, 04 Feb 2010 21:22:10 +0100,
> Vitaly Mayatskikh wrote:
> > 
> > At Thu, 04 Feb 2010 14:56:33 -0500, John Floren wrote:
> > 
> > > It looks like, although I read the message, it gets marked as unread
> > > again. Is this a common problem, or is it some weirdness with my
> > > combination of Gmail + IMAP?
> > 
> > This is weirdness of Google's IMAP proto implementation. Get CVS
> > version of Wanderlust, it has workaround for Google.
> > -- 
> > wbr, Vitaly
> > 
> 
> No luck with the CVS version either. If there are multiple new
> messages and I read them all, only the first one will be marked
> "unread" again, all the others seem to be proper.

You have to add the below line to your ~/.wl.

(setq elmo-imap4-set-seen-flag-explicitly t)

-Herbert