Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | 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 |