summaryrefslogtreecommitdiffstats
path: root/components/mail/contents/ui/Mail.qml
Commit message (Collapse)AuthorAge
* Support synchronizing individual accountsChristian Mollekopf2017-03-20
|
* A first notification popupChristian Mollekopf2017-03-16
|
* Start of a notifications frameworkChristian Mollekopf2017-03-15
|
* bring back outboxMichael Bohlender2017-03-09
|
* Avoid "Unable to assign...." errorsChristian Mollekopf2017-03-01
| | | | | | | | | | | i.e. "Unable to assign [undefined] to Sink::ApplicationDomain::Folder::Ptr" Because qml does not know how to assign a default-constructed value we have to use conditional bindings. The !! operator checks for availability of the property which then triggers the binding. I assume an alternative viable approach would be to expose all controller properties as QVariants only, in which case an assignment from null would work (it doesn't for Folder::Ptr).
* rename singlemailview to conversationviewMichael Bohlender2017-02-28
|
* Normalize the component package structureChristian Mollekopf2017-02-20