[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-373-g1fda747aa

jonathan at claws-mail.org jonathan at claws-mail.org
Mon Nov 29 08:27:05 CET 2021


The branch, gtk3 has been updated
       via  1fda747aafc98ba681935c729453924aaa044fa7 (commit)
      from  70bd527aa964239eab5a4b22d3015094867ed392 (commit)

Summary of changes:
 src/wizard.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


- Log -----------------------------------------------------------------
commit 1fda747aafc98ba681935c729453924aaa044fa7
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date:   Sat Nov 20 03:32:03 2021 -0700

    Fix clang -Wnon-literal-null-conversion warning

diff --git a/src/wizard.c b/src/wizard.c
index 8dd84e7aa..20469c595 100644
--- a/src/wizard.c
+++ b/src/wizard.c
@@ -167,8 +167,8 @@ static PrefParam template_params[] = {
 	 &tmpl.smtpuser, P_STRING, NULL, NULL, NULL},
 	{"smtppass", "",
 	 &tmpl.smtppass, P_STRING, NULL, NULL, NULL},
-	{"recvtype", A_POP3,
-	 &tmpl.recvtype, P_INT, NULL, NULL, NULL},
+	{"recvtype", "0",
+	 &tmpl.recvtype, P_ENUM, NULL, NULL, NULL},
 	{"recvserver", "pop.$DOMAIN",
 	 &tmpl.recvserver, P_STRING, NULL, NULL, NULL},
 	{"recvuser", "$LOGIN",
@@ -238,7 +238,7 @@ static gchar *accountrc_tmpl =
 	"\n"
 	"#recvtype can be:\n"
 	"#0 for pop3\n"
-	"#2  for imap\n"
+	"#1  for imap\n"
 	"#3  for a local mbox file\n"
 	"#recvtype=\n"
 	"\n"

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list