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

Re: 2.15.9 just came out



At Fri, 15 Jan 2010 19:48:32 +0100,
Vitaly Mayatskikh wrote:
> 
> At Fri, 15 Jan 2010 19:22:35 +0100, Herbert J. Skuhra wrote:
> 
> > One more question. Will you commit the following patch to cvs?
> > 
> > --- elmo/elmo-imap4.el.orig     2009-09-27 19:47:51.000000000 +0200
> > +++ elmo/elmo-imap4.el  2009-09-27 23:02:53.000000000 +0200
> > @@ -2721,6 +2721,7 @@
> >                                                 number strategy
> >                                                 &optional section
> >                                                 outbuf unseen)
> > +  (elmo-imap4-set-flag folder (list number) "\\Seen")
> >    (elmo-imap4-message-fetch folder number strategy section outbuf unseen))
> > 
> >  (luna-define-method elmo-message-fetch-field ((folder elmo-imap4-folder)
> > 
> 
> Done. There's new defcustom now called
> `elmo-imap4-set-seen-flag-explicitly'. Set it to t to avoid this bug
> in Google mail.

Thanks a lot. 

-Herbert