diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-08 11:54:45 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-08 11:54:45 +0200 |
commit | 6c7e79f7270500d00c526692c32cfc106a2feb07 (patch) | |
tree | 25de8ffc4de9a091c39449793823926c55e8a5bd /accounts/maildir | |
parent | 2adb0ca74ac2a3f993824ea86e9a3233dcacb9e5 (diff) | |
download | kube-6c7e79f7270500d00c526692c32cfc106a2feb07.tar.gz kube-6c7e79f7270500d00c526692c32cfc106a2feb07.zip |
Some basic input field validation.
Diffstat (limited to 'accounts/maildir')
-rw-r--r-- | accounts/maildir/package/contents/ui/MaildirAccountSettings.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml b/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml index 83f6d381..ba5bd766 100644 --- a/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml +++ b/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml | |||
@@ -28,6 +28,7 @@ Item { | |||
28 | property string accountId | 28 | property string accountId |
29 | property string heading: "Add your Maildir archive" | 29 | property string heading: "Add your Maildir archive" |
30 | property string subheadline: "To let Kube access your maildir archive, add the path to your archive and give the account a title that will be displayed inside Kube." | 30 | property string subheadline: "To let Kube access your maildir archive, add the path to your archive and give the account a title that will be displayed inside Kube." |
31 | property bool valid: true | ||
31 | 32 | ||
32 | MaildirAccount.MaildirSettings { | 33 | MaildirAccount.MaildirSettings { |
33 | id: maildirSettings | 34 | id: maildirSettings |