* AUTHORS
* src/matcher_parser_parse.y
* src/etpan/imap-thread.c
fix building on FreeBSD
Patch by Daniel Gustafson <daniel@hobbit.se>
Tim Mann
M. Benkmann
Yang Guilong
+ Daniel Gustafson
+2005-08-29 [paul] 1.9.13cvs71
+
+ * AUTHORS
+ * src/matcher_parser_parse.y
+ * src/etpan/imap-thread.c
+ fix building on FreeBSD
+ Patch by Daniel Gustafson <daniel@hobbit.se>
+
2005-08-29 [paul] 1.9.13cvs70
* src/plugins/pgpinline/pgpinline.c
( cvs diff -u -r 1.155.2.30 -r 1.155.2.31 src/Makefile.am; cvs diff -u -r 1.25.2.16 -r 1.25.2.17 src/stock_pixmap.c; cvs diff -u -r 1.18.2.9 -r 1.18.2.10 src/stock_pixmap.h; cvs diff -u -r 1.43.2.22 -r 1.43.2.23 src/toolbar.c; diff -u /dev/null src/pixmaps/trash_btn.xpm; ) > 1.9.13cvs68.patchset
( cvs diff -u -r 1.179.2.63 -r 1.179.2.64 src/imap.c; cvs diff -u -r 1.18.2.10 -r 1.18.2.11 src/stock_pixmap.h; cvs diff -u -r 1.36.2.41 -r 1.36.2.42 src/common/utils.c; cvs diff -u -r 1.20.2.22 -r 1.20.2.23 src/common/utils.h; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/pixmaps/trash_btn.xpm; ) > 1.9.13cvs69.patchset
( cvs diff -u -r 1.1.2.2 -r 1.1.2.3 src/plugins/pgpinline/pgpinline.c; ) > 1.9.13cvs70.patchset
+( cvs diff -u -r 1.100.2.23 -r 1.100.2.24 AUTHORS; cvs diff -u -r 1.25.2.9 -r 1.25.2.10 src/matcher_parser_parse.y; cvs diff -u -r 1.1.4.18 -r 1.1.4.19 src/etpan/imap-thread.c; ) > 1.9.13cvs71.patchset
MICRO_VERSION=13
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=70
+EXTRA_VERSION=71
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
#include <imap.h>
#include <sys/types.h>
#include <sys/stat.h>
-#if defined (__NetBSD__)
+#if (defined (__NetBSD__) || defined (__FreeBSD__))
#include <sys/socket.h>
#endif
#include <fcntl.h>
{
name = g_strdup($2);
}
+;
filtering:
filtering_action_list