Gnus development mailing list
 help / color / mirror / Atom feed
* Gcc to IMAP is slow
@ 2010-10-25  8:03 Vegard Vesterheim
  2010-10-25 17:16 ` Steinar Bang
  2010-10-29 22:47 ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 4+ messages in thread
From: Vegard Vesterheim @ 2010-10-25  8:03 UTC (permalink / raw)
  To: ding

In order to preserve threads as much as possible, I Gcc my own messages
both into the folder I am in, and to the Sent-folder (via
gnus-outgoing-message-group)). But this is now much slower than before
the IMAP rewrite. My emacs can get unresponsive for many seconds after I
have sent a message. The imap log shows that gnus is doing a IMAP SEARCH
for a Message-Id, which I guess can be slow on large folders:

09:45:15 920 SELECT "INBOX"
09:45:15 921 UID FETCH 1:* FLAGS
09:45:16 922 APPEND "INBOX" {786}
09:45:16 923 UID SEARCH HEADER Message-Id "<1ssjzuk96c.fsf@voll.uninett.no>"
09:45:22 924 SELECT "Sent"
09:45:22 925 SELECT "Sent"
09:45:22 926 UID FETCH 1:* FLAGS
09:45:22 927 APPEND "Sent" {786}
09:45:22 928 UID SEARCH HEADER Message-Id "<1ssjzuk96c.fsf@voll.uninett.no>"

Any hints on how to fix this?

 - Vegard V -





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

end of thread, other threads:[~2010-10-29 22:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-25  8:03 Gcc to IMAP is slow Vegard Vesterheim
2010-10-25 17:16 ` Steinar Bang
2010-10-25 21:42   ` Vegard Vesterheim
2010-10-29 22:47 ` 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).