Pass const QString& instead of QString& in the signal, when the caller isn't supposed
to change the value.
This showed an interesting issue in kmacctimap - the member vars were not needed,
and the clear() cleared the wrong one. All cleaned up (but please double-check).
svn path=/trunk/kdepim/; revision=314899
I created a new FolderStorage::listDirectory method to make it easier.
Add a Refresh folder list to the context menu of imap folders as the user
will probably not know how to refresh the listing (collapsing does the same).
This is needed together with the list-only-open-folders thing.
svn path=/trunk/kdepim/; revision=314858
Anyway, as I was just telling Carsten, we could avoid the code duplication
by simply emitting a signal instead of calling a slot directly.
svn path=/trunk/kdepim/; revision=314595
I did a fast test with online imap and it just works ;-)
This fixes the bug with concurrent listings for one account.
Not enabled by now, comments welcome!
svn path=/trunk/kdepim/; revision=314558