On Dienstag, 18. Juni 2013 03:05:05 CEST, David Lang wrote:
On Mon, 17 Jun 2013, Thomas L?bking wrote:
Subject: [trojita] Re: Using QtKeychain ...
This seems like familiar territory :-)
It's not the best way possible, but do you really want to drive
away users because of this? Does that re
Hello,
I'm sending first version of qt plugin interface for Addressbook. I reused
src/Gui/AbstractAddressbook.h and I think that Trojita
GUI only needs additional functions for opening addressbook manager (now called
from menu: IMAP --> Address Book) and
function for opening add/edit window fo
General observation first:
this is a synchronous interface.
KDE's data access API for example is asynchronous, so in order to make this
truely synchronous you will have to create a secondard thread that works with
the asynchronous API and block the calling thread until the secondary thread
has