Gnus development mailing list
 help / color / mirror / Atom feed
* More on the new nnimap
@ 2010-10-02 18:23 James Cloos
  2010-10-04 16:36 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 13+ messages in thread
From: James Cloos @ 2010-10-02 18:23 UTC (permalink / raw)
  To: ding

This is as of commit 43de9c6fe344a3075129ef8fee230f67a4cd17a1.

First the good:

In addition to the general speed improvement, it is wonderful that the
bug which occasionally caused an article to appear as a copy of another
recently viewed article has been quashed.  This is a *significant*
progression.  Thanks!

Then the issues:

NNimap does an lsub at startup and still fails to subscribe new groups
even though I set (gnus-subscribe-newsgroup-method) for all "^nn.+:"
groups.  If it is going to list the groups, then it knows about all of
them and should honour gnus-subscribe-newsgroup-method and subscribe
all new groups via it.

C in the server buffer fails to close an nnimap server.  That needs to
work.  There are valid reasons to be able to close any server on demand.

New since my last upgrade, I now get two imapd's.  And they use a pipe
rather than a pty as they used to.  Not using a pts is a bug; separating
stdout from stderr is imperative.  (It is possible the last is an Emacs
bug rather than a gnus bug; my emacs is bzr trunk rev 101727.)

I already wrote about the new h bug.  (Hmm, h as in hellish. :)

gnus-group-make-group now tries to make the group on the imap server
rather than just make a group to access the existing group on the imap
server.  If the former is useful, then it should not be an error if the
group already exists on the server.

Rather than use F, which is *slow*, I have a script which accesses the
backend directly and writes out an .el file to add the new groups.  (The
backend knows which are new; IMAP not so much.)  That script writes
a series of sexps running (gnus-group-make-group) with suitable args.

It works very well.

Until today.

-JimC
-- 
James Cloos <cloos@jhcloos.com>         OpenPGP: 1024D/ED7DAEA6



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2010-10-09 16:06 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-02 18:23 More on the new nnimap James Cloos
2010-10-04 16:36 ` Lars Magne Ingebrigtsen
2010-10-04 18:02   ` James Cloos
2010-10-04 19:48     ` Lars Magne Ingebrigtsen
2010-10-04 21:14       ` James Cloos
2010-10-05 16:39         ` Lars Magne Ingebrigtsen
2010-10-05 22:01           ` Dan Christensen
2010-10-07 19:11             ` Lars Magne Ingebrigtsen
2010-10-08 15:47               ` James Cloos
2010-10-06  9:05           ` James Cloos
2010-10-07 19:22             ` Lars Magne Ingebrigtsen
2010-10-08 16:00               ` James Cloos
2010-10-09 16:06                 ` Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).