diff options
-rw-r--r-- | components/package/contents/ui/MailListView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/package/contents/ui/MailListView.qml b/components/package/contents/ui/MailListView.qml index 3f0ebcaa..1467979a 100644 --- a/components/package/contents/ui/MailListView.qml +++ b/components/package/contents/ui/MailListView.qml | |||
@@ -47,7 +47,7 @@ Item { | |||
47 | spacing: Kirigami.Units.smallSpacing | 47 | spacing: Kirigami.Units.smallSpacing |
48 | 48 | ||
49 | Controls.ToolButton { | 49 | Controls.ToolButton { |
50 | iconName: "mail-mark-unread" | 50 | iconName: "mail-mark-unread-new" |
51 | text: qsTr("Mark As Read") | 51 | text: qsTr("Mark As Read") |
52 | enabled: mailController.markAsReadAction.enabled | 52 | enabled: mailController.markAsReadAction.enabled |
53 | tooltip: qsTr("mark mail as read") | 53 | tooltip: qsTr("mark mail as read") |