From 745513326a9a543026c0c55c54b0d9ababbd22e4 Mon Sep 17 00:00:00 2001 From: Tristan Chabredier Date: Tue, 6 Jan 2009 07:42:28 +0000 Subject: [PATCH] 2009-01-06 [wwp] 3.7.0cvs13 * src/common/utils.c Better support for Spanish Outlook replies (RES). --- ChangeLog | 5 +++++ PATCHSETS | 1 + configure.ac | 2 +- src/common/utils.c | 1 + 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c02744904..5390d270b 100644 --- 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 diff --git a/PATCHSETS b/PATCHSETS index ec82967ed..39fea2436 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -3674,3 +3674,4 @@ ( 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 diff --git a/configure.ac b/configure.ac index f0d23e363..171d3da16 100644 --- a/configure.ac +++ b/configure.ac @@ -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= diff --git a/src/common/utils.c b/src/common/utils.c index 56b9072ac..f2892bddd 100644 --- a/src/common/utils.c +++ b/src/common/utils.c @@ -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) */ -- 2.25.1