summaryrefslogtreecommitdiffstats
path: root/accounts/imap/package/contents/ui/ImapAccountSettings.qml
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/imap/package/contents/ui/ImapAccountSettings.qml')
-rw-r--r--accounts/imap/package/contents/ui/ImapAccountSettings.qml17
1 files changed, 0 insertions, 17 deletions
diff --git a/accounts/imap/package/contents/ui/ImapAccountSettings.qml b/accounts/imap/package/contents/ui/ImapAccountSettings.qml
index fec070f2..d81f9c54 100644
--- a/accounts/imap/package/contents/ui/ImapAccountSettings.qml
+++ b/accounts/imap/package/contents/ui/ImapAccountSettings.qml
@@ -94,23 +94,6 @@ Item {
94 } 94 }
95 95
96 Kube.Label { 96 Kube.Label {
97 text: qsTr("Password")
98 Layout.alignment: Qt.AlignRight
99 }
100
101 Kube.PasswordField {
102 id: pwField
103 Layout.fillWidth: true
104
105 placeholderText: qsTr("Password of your email account")
106 text: imapSettings.imapPassword
107 onTextChanged: {
108 imapSettings.imapPassword = text
109 imapSettings.smtpPassword = text
110 }
111 }
112
113 Kube.Label {
114 text: qsTr("IMAP server address") 97 text: qsTr("IMAP server address")
115 Layout.alignment: Qt.AlignRight 98 Layout.alignment: Qt.AlignRight
116 } 99 }