summaryrefslogtreecommitdiffstats
path: root/components/mail/contents/ui
diff options
context:
space:
mode:
Diffstat (limited to 'components/mail/contents/ui')
-rw-r--r--components/mail/contents/ui/main.qml9
1 files changed, 6 insertions, 3 deletions
diff --git a/components/mail/contents/ui/main.qml b/components/mail/contents/ui/main.qml
index fdae00dc..22ff50a0 100644
--- a/components/mail/contents/ui/main.qml
+++ b/components/mail/contents/ui/main.qml
@@ -225,16 +225,19 @@ ApplicationWindow {
225 } 225 }
226 } 226 }
227 227
228 ToolButton { 228 Button {
229 id: newMailButton 229 id: newMailButton
230 230
231 iconName: "mail-message-new" 231 //iconName: "mail-message-new"
232 text: "Compose" 232 text: "New Email"
233 tooltip: "compose new email" 233 tooltip: "compose new email"
234 onClicked: { 234 onClicked: {
235 composerComponent.createObject(app) 235 composerComponent.createObject(app)
236 } 236 }
237 } 237 }
238
239 KubeComponents.Outbox {
240 }
238/* 241/*
239 ToolButton { 242 ToolButton {
240 iconName: "mail-message-reply" 243 iconName: "mail-message-reply"