summaryrefslogtreecommitdiffstats
path: root/kmail/accountdialog.h
diff options
context:
space:
mode:
authormio <stigma@disroot.org>2025-03-23 16:34:07 +1000
committermio <stigma@disroot.org>2025-04-11 19:56:20 +1000
commit409b67ac0559a06dc58da81fc90f0ba959d6068c (patch)
tree14d90f3f5a3fdae4ec8e52022a3744156cfc7e0a /kmail/accountdialog.h
parent0a058702f8c011f1b76ab4fbce8a996c50d5bbda (diff)
downloadtdepim-r14.1.4.tar.gz
tdepim-r14.1.4.zip
kmail: Rename TLS to STARTTLS and SSL to SSL/TLSr14.1.4
Avoid confusion between TLS and STARTTLS in the UI when configuring accounts. The values of EncryptionMethods (private) match the ID of the radio buttons, and since the button order changed, the values need to as well. Signed-off-by: mio <stigma@disroot.org> (cherry picked from commit 625d3c38cd3a49d07b6e1f511fe06d0792440791)
Diffstat (limited to 'kmail/accountdialog.h')
-rw-r--r--kmail/accountdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/accountdialog.h b/kmail/accountdialog.h
index 417d0e28..e80dbb61 100644
--- a/kmail/accountdialog.h
+++ b/kmail/accountdialog.h
@@ -273,8 +273,8 @@ class AccountDialog : public KDialogBase
KMServerTest *mServerTest;
enum EncryptionMethods {
NoEncryption = 0,
- SSL = 1,
- TLS = 2
+ StartTLS = 1,
+ EnforceSSL = 2
};
enum Capabilities {
Plain = 1,