summaryrefslogtreecommitdiffstats
path: root/accounts
Commit message (Collapse)AuthorAge
* Added a maildir configuration controller that can edit the config inChristian Mollekopf2016-03-03
| | | | | | | sink. The property binding only works when using actual QObject::property'ies. It doesn't work at all with Q_PROPERTY, even with a NOTIFY signal.
* Install a qml plugin for the maildir accountChristian Mollekopf2016-03-03
This works and allows us to register other controllers and action handlers, but it's not yet clear to me whether we should rather be using kpackage for this as well (and I failed to get it to run, so, here we are...)