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

Re: new version ready for heavy use?



dsg@mitre.org (David S. Goldberg) writes:

> I still occasionally see it with nnimap 0.93 and pgnus 0.80 but not
> nearly as often as I used to.

I introduced a more subtle bug in the flag setting with pgnus
recently, pgnus 0.81 should fix it.

> (defadvice gnus-group-get-new-news (before reset-imap-srvrs activate)
>   (message "Closing imap servers...")
>   (nnimap-close-server "linus")
>   (nnimap-close-server "mailsrv1")
>   (message "Done"))

Nice, I'm still doing this manually. Perhaps I better not use that, or
I would never fix the real problem. :-)

-s