diff options
-rw-r--r-- | applications/kube-mail/package/contents/ui/main.qml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/applications/kube-mail/package/contents/ui/main.qml b/applications/kube-mail/package/contents/ui/main.qml index 82b5d916..f95f875f 100644 --- a/applications/kube-mail/package/contents/ui/main.qml +++ b/applications/kube-mail/package/contents/ui/main.qml | |||
@@ -78,6 +78,15 @@ ApplicationWindow { | |||
78 | 78 | ||
79 | PlasmaComponents.ToolButton { | 79 | PlasmaComponents.ToolButton { |
80 | height: parent.height | 80 | height: parent.height |
81 | iconName: "mail-message-reply" | ||
82 | text: "Reply" | ||
83 | onClicked: { | ||
84 | composer.visible = true | ||
85 | } | ||
86 | } | ||
87 | |||
88 | PlasmaComponents.ToolButton { | ||
89 | height: parent.height | ||
81 | iconName: "mail-mark-unread" | 90 | iconName: "mail-mark-unread" |
82 | text: "Mark As Read" | 91 | text: "Mark As Read" |
83 | enabled: markAsReadAction.ready | 92 | enabled: markAsReadAction.ready |