summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/folderlistmodel.cpp
Commit message (Collapse)AuthorAge
* Avoid warning messagesChristian Mollekopf2017-08-20
|
* Filter enabled folders using a krecursivefilterproxymodelChristian Mollekopf2017-08-20
| | | | | | | The KRecursiveFilterProxyModel is necessary until Qt 5.10 when QSortFilterProxyModel will support recursive filtering. For the recursive filtering to work we need to make all data available, so we trigger fetchMore on all added indexes.
* Avoid the default query that queries for everything.Christian Mollekopf2017-08-20
| | | | We're not using it anyways.
* Hide folders we are not subscribed toChristian Mollekopf2017-08-19
|
* Avoid running queries with empty idsChristian Mollekopf2017-07-16
|
* Get the folder name in the status barChristian Mollekopf2017-05-20
|
* Hide trash from non-trash conversations.Christian Mollekopf2017-04-16
| | | | | ...and indicate in the conversation view if a mail has been sent or is a draft.
* Moved cpp code into src directoryChristian Mollekopf2017-04-05