From 54bae528a4a5a3843838282482261ce56756dcd3 Mon Sep 17 00:00:00 2001 From: Alfons Hoogervorst Date: Sat, 14 Feb 2004 23:44:34 +0000 Subject: [PATCH] * src/common/utils.c add prefix for italian ms o(e) --- ChangeLog.claws | 5 +++++ configure.ac | 2 +- src/common/utils.c | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog.claws b/ChangeLog.claws index ce66552f8..1c0dc9fd4 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,8 @@ +2003-02-15 [alfons] 0.9.9claws11 + + * src/common/utils.c + add prefix for italian ms o(e) + 2003-02-14 [paul] 0.9.9claws10 * src/foldersel.c diff --git a/configure.ac b/configure.ac index ca04d2199..7a2c4e6ec 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=9 MICRO_VERSION=9 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=10 +EXTRA_VERSION=11 if test $EXTRA_VERSION -eq 0; then VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws else diff --git a/src/common/utils.c b/src/common/utils.c index e1f2eaacd..fbf4b1496 100644 --- a/src/common/utils.c +++ b/src/common/utils.c @@ -3399,6 +3399,7 @@ int subject_get_prefix_length(const gchar *subject) "Fw\\:", /* "Fw:" Forward */ "Enc\\:", /* "Enc:" Forward (Brazilian Outlook) */ "Odp\\:", /* "Odp:" Re (Polish Outlook) */ + "Rif\\:" /* "Rif:" (Italian Outlook) */ /* add more */ }; const int PREFIXES = sizeof prefixes / sizeof prefixes[0]; -- 2.25.1