diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-12 15:48:10 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-12 17:20:12 +0200 |
commit | 7b6a60ea6274f19837cc5cfe937d70f72b1d6f7b (patch) | |
tree | 720ad36c5c0167288af8435ff9d81cf04ed36e5f /accounts/imap/package/contents/ui | |
parent | 01c0e20cc5c4b2d771fea2770fbe706e949a389d (diff) | |
download | kube-7b6a60ea6274f19837cc5cfe937d70f72b1d6f7b.tar.gz kube-7b6a60ea6274f19837cc5cfe937d70f72b1d6f7b.zip |
Set the username for login to the email address
Diffstat (limited to 'accounts/imap/package/contents/ui')
-rw-r--r-- | accounts/imap/package/contents/ui/ImapAccountSettings.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accounts/imap/package/contents/ui/ImapAccountSettings.qml b/accounts/imap/package/contents/ui/ImapAccountSettings.qml index a69e5af6..529024b2 100644 --- a/accounts/imap/package/contents/ui/ImapAccountSettings.qml +++ b/accounts/imap/package/contents/ui/ImapAccountSettings.qml | |||
@@ -92,6 +92,8 @@ Item { | |||
92 | text: imapSettings.emailAddress | 92 | text: imapSettings.emailAddress |
93 | onTextChanged: { | 93 | onTextChanged: { |
94 | imapSettings.emailAddress = text | 94 | imapSettings.emailAddress = text |
95 | imapSettings.imapUsername = text | ||
96 | imapSettings.smtpUsername = text | ||
95 | } | 97 | } |
96 | placeholderText: "Your email address" | 98 | placeholderText: "Your email address" |
97 | } | 99 | } |