Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use imported targets instead of qt5_use_modules | Heiko Becker | 2017-07-29 |
| | | | | | | | | | | | | | | | | | | | From Qt's documentation: "This macro is obsolete. Use target_link_libraries with IMPORTED targets instead." It's only recommended with cmake >=2.8.9 & < 2.8.12. Sink already requires cmake 3.0. One advantage of using the imported targets is, that cmake complains if a target isn't found before it's used, like Qt5Concurrent missing from the find_package_call here. Reviewers: #sink, cmollekopf Reviewed By: #sink, cmollekopf Subscribers: #sink Tags: #sink Differential Revision: https://phabricator.kde.org/D6361 | ||
* | Default domain adaptor | Christian Mollekopf | 2017-03-21 |
| | |||
* | Don't install libmaildir as separate library | Christian Mollekopf | 2017-03-08 |
| | | | | | It's not a generic maildir implementation and the library conflicts with what's installed from kdepim-runtime. | ||
* | The maildir resource passes the maildirmailsync test | Christian Mollekopf | 2016-05-31 |
| | |||
* | The maildirresource is back in action | Christian Mollekopf | 2016-05-29 |
| | |||
* | Adapt mailtest for the maildirresource | Christian Mollekopf | 2016-05-24 |
| | |||
* | Use Sink instead of SinkCommon | Christian Mollekopf | 2016-02-09 |
| | |||
* | Renamed Akonadi2 to Sink | Christian Mollekopf | 2016-01-20 |
| | | | | (except for documentation). | ||
* | A read-only maildir resource. | Christian Mollekopf | 2015-12-15 |
Respectively a first prototype thereof. |