[Orgmode] Re: Fixing slowness of following Gnus links to IMAP articles

2010-10-11 Thread David Maus
At Thu, 30 Sep 2010 20:53:01 -0400, Matt Lundin wrote: > This commit is incompatible with development Gnus (and, therefore, the > Gnus that will be released with Emacs 24). Going forward, nnimap.el no > longer has the function nnimap-group-overview-filename. Thus, with the > default settings and de

[Orgmode] Re: Fixing slowness of following Gnus links to IMAP articles

2010-09-30 Thread Matt Lundin
Hi David, David Maus writes: > Sébastien Vauban wrote: >>Hi David, > >>David Maus wrote: >>> Sébastien Vauban wrote: it just perfectly *works*! Great, great feature... Thanks a lot. >>> >>> Sweet! > >>I must add that 14 seconds is the average time for my huge folder. For folder >>of more t

Re: [Orgmode] Re: Fixing slowness of following Gnus links to IMAP articles

2010-09-09 Thread David Maus
Sébastien Vauban wrote: >Hi David, >David Maus wrote: >> Sébastien Vauban wrote: >>> it just perfectly *works*! Great, great feature... Thanks a lot. >> >> Sweet! >I must add that 14 seconds is the average time for my huge folder. For folder >of more traditional sizes (less emails), it's more or

[Orgmode] Re: Fixing slowness of following Gnus links to IMAP articles

2010-09-08 Thread Sébastien Vauban
Hi David, David Maus wrote: > Sébastien Vauban wrote: >> it just perfectly *works*! Great, great feature... Thanks a lot. > > Sweet! I must add that 14 seconds is the average time for my huge folder. For folder of more traditional sizes (less emails), it's more or less instantaneous... >> I'm

Re: [Orgmode] Re: Fixing slowness of following Gnus links to IMAP articles

2010-09-08 Thread David Maus
Sébastien Vauban wrote: >it just perfectly *works*! Great, great feature... Thanks a lot. Sweet! >I'm excited about using this all the time now... Will you make that part of >the master? Sure, its on my list and will be pushed tomorrow (i think). HTH, -- David -- OpenPGP... 0x99ADB83B5A447

[Orgmode] Re: Fixing slowness of following Gnus links to IMAP articles

2010-09-08 Thread Sébastien Vauban
Hi David, David Maus wrote: > Sébastien Vauban wrote: >> Thanks a lot for trying to get Gnus better behaving in face of slow servers >> like Courier... >> >> Do "you" want me to test something special to move things forward? > > Okay, could you try the attached patch? It is based on current master

Re: [Orgmode] Re: Fixing slowness of following Gnus links to IMAP articles

2010-08-15 Thread David Maus
Sébastien Vauban wrote: >Just to say I'm back online -- after a week holiday and an almost nil access >to the newsgroups. >Thanks a lot for trying to get Gnus better behaving in face of slow servers >like Courier... >Do "you" want me to test something special to move things forward? Okay, could

[Orgmode] Re: Fixing slowness of following Gnus links to IMAP articles

2010-08-05 Thread Tassilo Horn
Sébastien Vauban writes: Hi Sébastien, > Just to give you feedback, here's a cite from the answer of my > postmaster about the bad experiences with Courier: > >"Had a search and it appears that courier doesn't support this. The >best solution would be to upgrade our mail server to use do

[Orgmode] Re: Fixing slowness of following Gnus links to IMAP articles

2010-08-03 Thread Sébastien Vauban
Hi Tassilo and David, Tassilo Horn wrote: > I'm trying to add a workaround to org-gnus.el which should save the slowness > of querying the IMAP server by looking up the article number in the group's > .overview file. But since I don't have nnimap groups, we have to play some > question & answer ga

Re: [Orgmode] Re: Fixing slowness of following Gnus links to IMAP articles

2010-08-01 Thread David Maus
Tassilo Horn wrote: >> Second it would return a cons (min-UID . max-UID). That wouldn't help >> us, would it? >What an appropriately named function that is. ;-) No, that wouldn't >help. But its code could be stolen to write and own function to insert >the right NOV file in a temp buffer, to sear

[Orgmode] Re: Fixing slowness of following Gnus links to IMAP articles

2010-07-30 Thread Sébastien Vauban
Hi Tassilo and David, Tassilo Horn wrote: > David Maus writes: >> >> Now the strange thing is that the novcache file in ~/News/overview is >> 100% identical to .overview in ~/News/agent > > Two are better than one! (I have no idea why.) > >> , >> | dm...@t41 ~/News % md5sum >> overview/nnim

[Orgmode] Re: Fixing slowness of following Gnus links to IMAP articles

2010-07-29 Thread Tassilo Horn
David Maus writes: Hi David, > Finally I got a novcache: Congratulations! ;-) > ,[ gnus.el ] > | ;;; Experimental Gnus setup > | > | (setq gnus-select-method '(nntp "news.gmane.org")) > | (setq gnus-secondary-select-methods > | '((nnimap "localhost" > | (nnimap-address "l

Re: [Orgmode] Re: Fixing slowness of following Gnus links to IMAP articles

2010-07-29 Thread David Maus
Tassilo Horn wrote: >Nick Dokos writes: >Hi Nick, >> [Warning: I know very little about gnus, perhaps just enough >> to be dangerous and you probably already know all this, but just >> in case... The bit that caught my attention is the slowness of >> the uid search command on some versions of

[Orgmode] Re: Fixing slowness of following Gnus links to IMAP articles

2010-07-27 Thread Tassilo Horn
Nick Dokos writes: Hi Nick, > [Warning: I know very little about gnus, perhaps just enough > to be dangerous and you probably already know all this, but just > in case... The bit that caught my attention is the slowness of > the uid search command on some versions of Courier, which seems... >

[Orgmode] Re: Fixing slowness of following Gnus links to IMAP articles

2010-07-27 Thread Tassilo Horn
David Maus writes: Hi David, >>I'm trying to add a workaround to org-gnus.el which should save the >>slowness of querying the IMAP server by looking up the article number >>in the group's .overview file. But since I don't have nnimap groups, >>we have to play some question & answer game. ;-) >