2009-01-06 [wwp] 3.7.0cvs13
authorTristan Chabredier <wwp@claws-mail.org>
Tue, 6 Jan 2009 07:42:28 +0000 (07:42 +0000)
committerTristan Chabredier <wwp@claws-mail.org>
Tue, 6 Jan 2009 07:42:28 +0000 (07:42 +0000)
* src/common/utils.c
Better support for Spanish Outlook replies (RES).

ChangeLog
PATCHSETS
configure.ac
src/common/utils.c

index c02744904c1639cdc9cd4b5c150594ed675bf48b..5390d270baa7ee4874624422c8f3cafff33e5be2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-06 [wwp]       3.7.0cvs13
+
+       * src/common/utils.c
+               Better support for Spanish Outlook replies (RES).
+
 2009-01-02 [colin]     3.7.0cvs12
 
        * src/folderview.c
index ec82967ed233ba04f9ad7609498dd46ec94170cf..39fea2436db3f9581c4dd71696189a332a8ecd0f 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.5.2.85 -r 1.5.2.86 src/gtk/gtkutils.c;  cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/pixmaps/claws-mail_icon.xpm;  ) > 3.7.0cvs10.patchset
 ( cvs diff -u -r 1.25.2.61 -r 1.25.2.62 src/stock_pixmap.c;  cvs diff -u -r 1.18.2.38 -r 1.18.2.39 src/stock_pixmap.h;  ) > 3.7.0cvs11.patchset
 ( cvs diff -u -r 1.207.2.208 -r 1.207.2.209 src/folderview.c;  ) > 3.7.0cvs12.patchset
+( cvs diff -u -r 1.36.2.158 -r 1.36.2.159 src/common/utils.c;  ) > 3.7.0cvs13.patchset
index f0d23e363cc475ddb764549d5d7982edbf8ada36..171d3da16c9db89f0a713a320050b61702388e9e 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=7
 MICRO_VERSION=0
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=12
+EXTRA_VERSION=13
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index 56b9072ac2175d4fcc006ef26bb6c4142cbd919d..f2892bddd8960b29ac1a5dcf076c3bc37968a445 100644 (file)
@@ -3660,6 +3660,7 @@ int subject_get_prefix_length(const gchar *subject)
        static const gchar * const prefixes[] = {
                "Re\\:",                        /* "Re:" */
                "Re\\[[1-9][0-9]*\\]\\:",       /* "Re[XXX]:" (non-conforming news mail clients) */
+               "Res\\:",                       /* "Res:" (Spanish Outlook) */
                "Antw\\:",                      /* "Antw:" (Dutch / German Outlook) */
                "Aw\\:",                        /* "Aw:"   (German) */
                "Antwort\\:",                   /* "Antwort:" (German Lotus Notes) */