Discussion:
move article painfully slow over imap
Carlos Pita
2014-07-31 23:02:32 UTC
Permalink
Hi guys,

I'm using gnus-summary-move-article to move messages to gmail trash over
an imap connection. Moving a single message takes several
seconds. Moving a list of messages has more or less O(n) with the same
constant. So it's slow for one article and it's proportionally slow for
n articles (no decreasing average cost here, batching the moves is not
optimizing on some fixed initial cost or whatever).

Is there something I could be doing wrong? Is there anything I could do
better?

Cheers
--
Carlos
Lars Ingebrigtsen
2015-01-28 03:48:30 UTC
Permalink
Post by Carlos Pita
I'm using gnus-summary-move-article to move messages to gmail trash over
an imap connection. Moving a single message takes several
seconds. Moving a list of messages has more or less O(n) with the same
constant. So it's slow for one article and it's proportionally slow for
n articles (no decreasing average cost here, batching the moves is not
optimizing on some fixed initial cost or whatever).
This should be fixed in the current git Gnus, but there's apparently new
problems associated in this area that haven't been worked out yet. But
will hopefully be within a couple of days. :-)
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
Loading...