[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-42-gb8e35947d
paul at claws-mail.org
paul at claws-mail.org
Tue Aug 10 10:28:28 CEST 2021
The branch, gtk3 has been updated
via b8e35947d41d3c8d3613ff2e6c61b641d194ce8b (commit)
from 48884053b2526283d19a6ad59ec1a09182e0145a (commit)
Summary of changes:
src/common/defs.h | 4 ++--
src/wizard.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit b8e35947d41d3c8d3613ff2e6c61b641d194ce8b
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 72b3e3bc2..c40ecb9a5 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 f52d66ede..8e8a4e6b3 100644
--- a/src/wizard.c
+++ b/src/wizard.c
@@ -537,7 +537,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