aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-account-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-account-editor.c')
-rw-r--r--mail/em-account-editor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c
index b735ed131b..d80bc9edbd 100644
--- a/mail/em-account-editor.c
+++ b/mail/em-account-editor.c
@@ -285,9 +285,9 @@ static struct {
char *label;
char *value;
} ssl_options[] = {
- { N_("SSL encryption"), "always" },
+ { N_("No encryption"), "never" },
{ N_("TLS encryption"), "when-possible" },
- { N_("No encryption"), "never" }
+ { N_("SSL encryption"), "always" }
};
#define num_ssl_options (sizeof (ssl_options) / sizeof (ssl_options[0]))