Bug 43 - importing mbox took hours
: importing mbox took hours
Status: RESOLVED FIXED
: Sylpheed-Claws (GTK1)
Other
: 0.8.9
: PC Linux
: P3 trivial
Assigned To:
:
:
:
  Show dependency treegraph
 
Reported: 2003-02-06 12:29 by
Modified: 2003-02-06 14:43 (History)


Attachments
A fix to speed up mbox importing A LOT (281 bytes, patch)
2003-02-06 13:44, Jens Rantil
reboot: applied+
Details | Diff


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2003-02-06 12:29:54
sylpheed imports on my system (cel 500) with an average rate of 0.5 mails per
second at a cpu usage of 100%! this ment some hours for my inbox. most time seem
to be consumated by refreshing everything (visuals...) after the read of a
single mail is done. this could/should be optimized. giving a little window with
status output (% imported...) instead of alltime redrawing everything and doing
stuff would be nice.
------- Comment #1 From 2003-02-06 12:47:57 -------
Mmmh. Does this need a folder_item_freeze() & xxx_thaw()? Christoph? 
------- Comment #2 From 2003-02-06 13:44:32 -------
Created an attachment (id=16) [details]
A fix to speed up mbox importing A LOT

This is probably what is needed. This patch will lock the summaryview.
------- Comment #3 From 2003-02-06 14:20:36 -------
i thought it was the folder_item_freeze() / thaw(). can be committed. 
------- Comment #4 From 2003-02-06 14:43:50 -------
fixed in 0.8.9claws45

I noticed the same problem when getting mails from a local account, but had no
time to investigate it.