summaryrefslogtreecommitdiffstats
path: root/accounts
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-05-11 18:16:36 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-05-11 18:16:36 +0200
commiteae257f889d300f6d8b81ff80d81501bcfe933bf (patch)
tree960bc94863c10311e4e40158a82f38fac5caa6a2 /accounts
parent78fc43ea0c9077552e17361ba0d5960874a0bdee (diff)
downloadkube-eae257f889d300f6d8b81ff80d81501bcfe933bf.tar.gz
kube-eae257f889d300f6d8b81ff80d81501bcfe933bf.zip
Show the account name
Diffstat (limited to 'accounts')
-rw-r--r--accounts/maildir/package/contents/ui/MaildirAccountSettings.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml b/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml
index d9d0741d..5ade461b 100644
--- a/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml
+++ b/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml
@@ -50,7 +50,7 @@ Rectangle {
50 placeholderText: accountName 50 placeholderText: accountName
51 Layout.fillWidth: true 51 Layout.fillWidth: true
52 text: maildirSettings.accountName 52 text: maildirSettings.accountName
53 onTextChanged: { maildirSettings.accountName = text; } 53 onTextChanged: { maildirSettings.accountName = text; root.accountName = text; }
54 } 54 }
55 55
56 Label { text: "User Name" } 56 Label { text: "User Name" }