summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/folderlistmodel.h
Commit message (Collapse)AuthorAge
* 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.
* 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