+2003-12-28 [paul] 0.9.8claws11
+
+ * ac/aspell.m4
+ ac/check-type.m4
+ ac/gnupg-check-typedef.m4
+ ac/openssl.m4
+ ac/spamassassin.m4
+ fix 'underquoted definition' warnings, patch submitted by
+ David Relson <relson@osagesoftware.com>
+
+ * src/common/utils.c
+ subject_get_prefix_length(): add "Odp\\:" to reply prefixes,
+ patch submitted by Jan Alboszta <J.Alboszta@students.mimuw.edu.pl>
+
2003-12-28 [paul] 0.9.8claws10
* sync with 0.9.8cvs1
dnl [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]])
dnl Test for aspell, and define ASPELL_CFLAGS, ASPELL_LIBS and ASPELL_PATH
dnl
-AC_DEFUN(AM_PATH_ASPELL,
+AC_DEFUN([AM_PATH_ASPELL],
[dnl
dnl Get the cflags and libraries from the aspell-config script
dnl
dnl series of #include statements. If TYPE is not defined, define it
dnl to DEFAULT.
dnl
-AC_DEFUN(SYLPHEED_CHECK_TYPE,
+AC_DEFUN([SYLPHEED_CHECK_TYPE],
[AC_REQUIRE([AC_HEADER_STDC])dnl
AC_MSG_CHECKING(for $1)
AC_CACHE_VAL(sylpheed_cv_type_$1,
dnl GNUPG_CHECK_TYPEDEF(TYPE, HAVE_NAME [, COMMENT])
dnl Check whether a typedef exists and create a #define $2 if it exists
dnl
-AC_DEFUN(GNUPG_CHECK_TYPEDEF,
+AC_DEFUN([GNUPG_CHECK_TYPEDEF],
[ AC_MSG_CHECKING(for $1 typedef)
AC_CACHE_VAL(gnupg_cv_typedef_$1,
[AC_TRY_COMPILE([#include <stdlib.h>
dnl OpenSSL
dnl ******************************
-AC_DEFUN(AM_PATH_OPENSSL,
+AC_DEFUN([AM_PATH_OPENSSL],
[dnl
USE_OPENSSL=0
dnl check for libspamc required includes
-AC_DEFUN(AC_SPAMASSASSIN,
+AC_DEFUN([AC_SPAMASSASSIN],
[dnl
AC_CHECK_HEADERS(sys/time.h syslog.h unistd.h errno.h sys/errno.h)
MICRO_VERSION=8
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
"Antwort\\:", /* "Antwort:" (German Lotus Notes) */
"Res\\:", /* "Res:" (Brazilian Outlook) */
"Fw\\:", /* "Fw:" Forward */
- "Enc\\:" /* "Enc:" Forward (Brazilian Outlook) */
+ "Enc\\:", /* "Enc:" Forward (Brazilian Outlook) */
+ "Odp\\:" /* "Odp:" Re (Polish Outlook) */
/* add more */
};
const int PREFIXES = sizeof prefixes / sizeof prefixes[0];