We have moved to a new Sailfish OS Forum. Please start new discussions there.
1 | initial version | posted 2019-08-10 22:35:51 +0200 |
My app uses org.nemomobile.email 0.1
to access the user's inbox. Unfortunately the following code causes an error in the QML page with the following element:
EmailMessageListModel {
id: combinedInboxModel
combinedInbox: true
filterUnread: false
}
The log says:
Cannot assign to non-existent property "filterUnread"
If I remove this line just for testing the log says:
Cannot assign to non-existent property "combinedInbox"
Has Jolla replaced or removed the nemo mobile library for emails? Any idea?
2 | No.2 Revision |
My app uses org.nemomobile.email 0.1
to access the user's inbox. Unfortunately the following code causes an error in the QML page with the following element:
EmailMessageListModel {
id: combinedInboxModel
combinedInbox: true
filterUnread: false
}
The log says:
Cannot assign to non-existent property "filterUnread"
If I remove this line just for testing the log says:
Cannot assign to non-existent property "combinedInbox"
Has Jolla replaced or removed the nemo mobile library for emails? Any idea?idea? The code was working propertly for the previous Sailfish releases.