[Commits] [SCM] claws branch, master, updated. 3.18.0-34-g3f50806b1

paul at claws-mail.org paul at claws-mail.org
Tue Aug 10 10:29:16 CEST 2021


The branch, master has been updated
       via  3f50806b1cf12379e673b3510a60c41303fc8f8f (commit)
      from  6b6657a9f17838ae96f4992f3aa2b68782eb4431 (commit)

Summary of changes:
 src/common/defs.h | 4 ++--
 src/wizard.c      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


- Log -----------------------------------------------------------------
commit 3f50806b1cf12379e673b3510a60c41303fc8f8f
Author: paul <paul at claws-mail.org>
Date:   Tue Aug 10 09:28:24 2021 +0100

    don't use the users' ml addr in the welcome msg

diff --git a/src/common/defs.h b/src/common/defs.h
index cba5c27b7..f877349ea 100644
--- a/src/common/defs.h
+++ b/src/common/defs.h
@@ -1,6 +1,6 @@
 /*
  * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2016 Hiroyuki Yamamoto and the Claws Mail team
+ * Copyright (C) 1999-2021 the Claws Mail team and Hiroyuki Yamamoto
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -86,7 +86,7 @@
 #define THEMES_URI		"https://www.claws-mail.org/themes.php"
 #define TOOLS_URI		"https://www.claws-mail.org/tools.php"
 #define MAILING_LIST_URI	"https://www.claws-mail.org/MLs.php"
-#define USERS_ML_ADDR		"users at lists.claws-mail.org"
+#define WELCOME_MSG_ADDR	"noreply at claws-mail.org"
 #define USERS_ML_URI		"https://lists.claws-mail.org/cgi-bin/mailman/listinfo/users"
 #define GPL_URI			"https://www.gnu.org/licenses/gpl.html"
 #define DONATE_URI		"https://www.claws-mail.org/donations.php"
diff --git a/src/wizard.c b/src/wizard.c
index f13dc9060..7b8dc06a9 100644
--- a/src/wizard.c
+++ b/src/wizard.c
@@ -538,7 +538,7 @@ static void write_welcome_email(WizardWindow *wizard)
 		"Face: %s\n"
 		"Content-Type: text/plain; charset=UTF-8\n",
 		enc_from_name,
-		USERS_ML_ADDR,
+		WELCOME_MSG_ADDR,
 		enc_to_name,
 		gtk_entry_get_text(GTK_ENTRY(wizard->email)),
 		date, enc_subject, XFACE, FACE);

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list