~kaziwaseef/safemail/newbackend

« back to all changes in this revision

Viewing changes to qml/SafeMail/desktopAndTablet/DesktopEmailDelegate.qml

  • Committer: kaziwaseef
  • Date: 2013-09-07 22:34:35 UTC
  • Revision ID: kaziwaseef@gmail.com-20130907223435-nmufimgn7gj4qskv
XML backend works for encrypted data

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    anchors.fill: parent
8
8
    clip: true
9
9
    cacheBuffer: units.gu(5) * 60
10
 
    model: emaillistmodel
 
10
    model: emailmodellist
11
11
    delegate: ListItem.Empty {
12
12
        height: units.gu(5)
13
13
        anchors {