Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Avoid warning messages | Christian Mollekopf | 2017-08-20 |
| | |||
* | Filter enabled folders using a krecursivefilterproxymodel | Christian Mollekopf | 2017-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 Mollekopf | 2017-08-20 |
| | | | | We're not using it anyways. | ||
* | Hide folders we are not subscribed to | Christian Mollekopf | 2017-08-19 |
| | |||
* | Avoid running queries with empty ids | Christian Mollekopf | 2017-07-16 |
| | |||
* | Get the folder name in the status bar | Christian Mollekopf | 2017-05-20 |
| | |||
* | Hide trash from non-trash conversations. | Christian Mollekopf | 2017-04-16 |
| | | | | | ...and indicate in the conversation view if a mail has been sent or is a draft. | ||
* | Moved cpp code into src directory | Christian Mollekopf | 2017-04-05 |