* src/account.c
* src/filtering.c
Fix redefinition of PREFSBUFSIZE
+2008-11-13 [colin] 3.6.1cvs25
+
+ * src/account.c
+ * src/filtering.c
+ Fix redefinition of PREFSBUFSIZE
+
2008-11-13 [wwp] 3.6.1cvs24
* tools/popfile-link.sh
( cvs diff -u -r 1.395.2.398 -r 1.395.2.399 src/summaryview.c; ) > 3.6.1cvs22.patchset
( cvs diff -u -r 1.5.2.17 -r 1.5.2.18 src/prefs_gtk.h; ) > 3.6.1cvs23.patchset
( cvs diff -u -r 1.1.2.1 -r 1.1.2.2 tools/popfile-link.sh; ) > 3.6.1cvs24.patchset
+( cvs diff -u -r 1.61.2.90 -r 1.61.2.91 src/account.c; cvs diff -u -r 1.60.2.47 -r 1.60.2.48 src/filtering.c; ) > 3.6.1cvs25.patchset
MICRO_VERSION=1
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=24
+EXTRA_VERSION=25
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
# define N_EDIT_ACCOUNT_COLS 5
-#define PREFSBUFSIZE 1024
-
PrefsAccount *cur_account;
static GList *account_list = NULL;
#include "tags.h"
#include "log.h"
-#define PREFSBUFSIZE 1024
-
GSList * pre_global_processing = NULL;
GSList * post_global_processing = NULL;
GSList * filtering_rules = NULL;