talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 3f50806b1cf12379e673b3510a60c41303fc8f8f
parent 6b6657a9f17838ae96f4992f3aa2b68782eb4431
Author: paul <paul@claws-mail.org>
Date:   Tue, 10 Aug 2021 09:28:24 +0100

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

Diffstat:
Msrc/common/defs.h | 4++--
Msrc/wizard.c | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 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@lists.claws-mail.org" +#define WELCOME_MSG_ADDR "noreply@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 @@ -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);