From: Colin Leroy Date: Sat, 16 Sep 2006 15:32:28 +0000 (+0000) Subject: 2006-09-16 [colin] 2.4.0cvs193 X-Git-Tag: rel_2_5_0~23 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=1318aef73216e65d8d4ba3885a157c9664478eec 2006-09-16 [colin] 2.4.0cvs193 * src/wizard.c Make sure reviewers have no excuse when stating Sylpheed-Claws doesn't have antispam capabilities. --- diff --git a/ChangeLog b/ChangeLog index 2c1dcc9b6..af81e4674 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-09-16 [colin] 2.4.0cvs193 + + * src/wizard.c + Make sure reviewers have no excuse when stating + Sylpheed-Claws doesn't have antispam capabilities. + 2006-09-16 [colin] 2.4.0cvs192 * src/main.c diff --git a/PATCHSETS b/PATCHSETS index a6a93b902..3da095787 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -1884,3 +1884,4 @@ ( cvs diff -u -r 1.61.2.52 -r 1.61.2.53 src/account.c; ) > 2.4.0cvs190.patchset ( cvs diff -u -r 1.395.2.250 -r 1.395.2.251 src/summaryview.c; ) > 2.4.0cvs191.patchset ( cvs diff -u -r 1.115.2.103 -r 1.115.2.104 src/main.c; ) > 2.4.0cvs192.patchset +( cvs diff -u -r 1.1.2.33 -r 1.1.2.34 src/wizard.c; ) > 2.4.0cvs193.patchset diff --git a/configure.ac b/configure.ac index 1b9cd0db9..baa38290c 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=4 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=192 +EXTRA_VERSION=193 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/wizard.c b/src/wizard.c index bccd8e898..b90bf0e0f 100644 --- a/src/wizard.c +++ b/src/wizard.c @@ -480,6 +480,12 @@ static void write_welcome_email(WizardWindow *wizard) "mail by clicking the 'Get Mail' button at the left of the\n" "toolbar.\n" "\n" + "Sylpheed-Claws has lots of extra features accessible via plugins,\n" + "like anti-spam filtering and learning (via the Bogofilter or\n" + "Spamassassin plugins, privacy protection (via PGP/Mime), an RSS\n" + "aggregator, a calendar, and much more. You can load them from\n" + "the menu entry '/Configuration/Plugins'.\n" + "\n" "You can change your Account Preferences by using the menu\n" "entry '/Configuration/Preferences for current account'\n" "and change the general Preferences by using\n"