commit af9e33f3eba97c1e6ecc222b462fcbea06d3e3a7
parent cf5fc7f3defaab2ba5c95aa0df558fb50d731eaf
Author: Paul Mangan <paul@claws-mail.org>
Date: Mon, 21 Jan 2013 15:58:01 +0000
2013-01-21 [paul] 3.9.0cvs56
* src/common/defs.h
* src/gtk/about.c
promote the users' ml on the About/Info tab
Diffstat:
5 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,9 @@
+2013-01-21 [paul] 3.9.0cvs56
+
+ * src/common/defs.h
+ * src/gtk/about.c
+ promote the users' ml on the About/Info tab
+
2013-01-09 [paul] 3.9.0cvs55
* doc/man/claws-mail.1
diff --git a/PATCHSETS b/PATCHSETS
@@ -4553,3 +4553,4 @@
( cvs diff -u -r 1.1.4.6 -r 1.1.4.7 tools/vcard2xml.py; ) > 3.9.0cvs53.patchset
( cvs diff -u -r 1.9.2.83 -r 1.9.2.84 src/gtk/gtkaspell.c; ) > 3.9.0cvs54.patchset
( cvs diff -u -r 1.1.2.14 -r 1.1.2.15 doc/man/claws-mail.1; cvs diff -u -r 1.4.2.87 -r 1.4.2.88 src/gtk/about.c; ) > 3.9.0cvs55.patchset
+( cvs diff -u -r 1.9.2.61 -r 1.9.2.62 src/common/defs.h; cvs diff -u -r 1.4.2.88 -r 1.4.2.89 src/gtk/about.c; ) > 3.9.0cvs56.patchset
diff --git a/configure.ac b/configure.ac
@@ -12,7 +12,7 @@ MINOR_VERSION=9
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=55
+EXTRA_VERSION=56
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
diff --git a/src/common/defs.h b/src/common/defs.h
@@ -87,6 +87,7 @@
#define TOOLS_URI "http://www.claws-mail.org/tools.php"
#define MAILING_LIST_URI "http://www.claws-mail.org/MLs.php"
#define USERS_ML_ADDR "users@lists.claws-mail.org"
+#define USERS_ML_URI "http://lists.claws-mail.org/cgi-bin/mailman/listinfo/users"
#define GPL_URI "http://www.gnu.org/licenses/gpl.html"
#define DONATE_URI "http://www.claws-mail.org/sponsors.php"
#define RELEASE_NOTES_FILE "RELEASE_NOTES"
diff --git a/src/gtk/about.c b/src/gtk/about.c
@@ -136,6 +136,11 @@ static GtkWidget *about_create_child_page_info(void)
gtk_text_buffer_insert_with_tags_by_name(buffer, &iter, HOMEPAGE_URI, -1,
"link", NULL);
gtk_text_buffer_insert(buffer, &iter, _("\n\n"
+ "For support and discussion subscribe to the Claws Mail "
+ "users' mailing list:\n"),-1);
+ gtk_text_buffer_insert_with_tags_by_name(buffer, &iter, USERS_ML_URI, -1,
+ "link", NULL);
+ gtk_text_buffer_insert(buffer, &iter, _("\n\n"
"Claws Mail is free software released "
"under the GPL. If you wish to donate "
"to the Claws Mail project you can do "