diff options
Diffstat (limited to 'framework/domain/outboxmodel.h')
-rw-r--r-- | framework/domain/outboxmodel.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/framework/domain/outboxmodel.h b/framework/domain/outboxmodel.h index d2fa17ac..16b5dc49 100644 --- a/framework/domain/outboxmodel.h +++ b/framework/domain/outboxmodel.h | |||
@@ -40,12 +40,8 @@ public: | |||
40 | 40 | ||
41 | enum Roles { | 41 | enum Roles { |
42 | Subject = Qt::UserRole + 1, | 42 | Subject = Qt::UserRole + 1, |
43 | Sender, | ||
44 | SenderName, | ||
45 | Date, | 43 | Date, |
46 | Unread, | 44 | Status, |
47 | Important, | ||
48 | Draft, | ||
49 | Id, | 45 | Id, |
50 | MimeMessage, | 46 | MimeMessage, |
51 | DomainObject | 47 | DomainObject |