From: Tristan Chabredier Date: Tue, 26 Aug 2008 05:11:34 +0000 (+0000) Subject: 2008-08-26 [wwp] 3.5.0cvs73 X-Git-Tag: rel_3_6_0~81 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=8270f8f05380bd654fa6e7a20676c6e46485a27d 2008-08-26 [wwp] 3.5.0cvs73 * src/common/utils.c Added 'Fwd' to the list of known common subject prefixes. --- diff --git a/ChangeLog b/ChangeLog index 1935fb81c..68f6e9ca3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-26 [wwp] 3.5.0cvs73 + + * src/common/utils.c + Added 'Fwd' to the list of known common subject prefixes. + 2008-08-25 [iwkse] 3.5.0cvs72 * src/image_viewer.c diff --git a/PATCHSETS b/PATCHSETS index cc15b7e24..4846587cd 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -3484,3 +3484,4 @@ ( cvs diff -u -r 1.9.2.31 -r 1.9.2.32 src/common/ssl.c; ) > 3.5.0cvs70.patchset ( cvs diff -u -r 1.1.2.3 -r 1.1.2.4 src/gtk/gtkcmctree.c; ) > 3.5.0cvs71.patchset ( cvs diff -u -r 1.1.2.23 -r 1.1.2.24 src/image_viewer.c; ) > 3.5.0cvs72.patchset +( cvs diff -u -r 1.36.2.143 -r 1.36.2.144 src/common/utils.c; ) > 3.5.0cvs73.patchset diff --git a/configure.ac b/configure.ac index d0ce63799..a10b11b91 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=5 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=72 +EXTRA_VERSION=73 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/common/utils.c b/src/common/utils.c index 18063d502..ed83c91ec 100644 --- a/src/common/utils.c +++ b/src/common/utils.c @@ -3635,6 +3635,7 @@ int subject_get_prefix_length(const gchar *subject) "Antwort\\:", /* "Antwort:" (German Lotus Notes) */ "Res\\:", /* "Res:" (Brazilian Outlook) */ "Fw\\:", /* "Fw:" Forward */ + "Fwd\\:", /* "Fwd:" Forward */ "Enc\\:", /* "Enc:" Forward (Brazilian Outlook) */ "Odp\\:", /* "Odp:" Re (Polish Outlook) */ "Rif\\:", /* "Rif:" (Italian Outlook) */