https://bugs.kde.org/show_bug.cgi?id=217994


Angelika Schulz <sch...@rapideye.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sch...@rapideye.de




--- Comment #3 from Angelika Schulz <schulz rapideye de>  2010-01-06 10:18:58 
---
Hi there,

(In reply to comment #2)
> Well, the patch just increases the number to 10000. No good solution.

What would happen if you just leave the whole if block out? I tried it and
everything worked quite fine with my own system. All folders had been shown
correctly, marks appeared correctly and I had been able to subscribe and
unsubscribe again. It did not get overwhelmingly slow .. but ok, I tried an
account with access to 1200 folders only.

Another idea would be to find a way to make a short break after each 500
folders, redraw the window and go on ... Is there such a possibility? I mean
... actually it counts up to 1000, sends change information and stops
immediately .. 

// give the dialog a chance to repaint
    /*if (done == 1000)
    {
      emit listChanged();
      QTimer::singleShot(0, this, SLOT(processItems()));
      return;
    }*/

The funny thing is - the error message kmail throws when started from the
command line... saying something about "No such slot" .. 

Bye,
Angie.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to