From 3a94beb958a609c953a03d37b3ecf553c5782803 Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 11 Dec 2008 04:38:51 +0000 Subject: renamed/removed MSGBUFSIZE. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2091 ee746299-78ed-0310-b773-934348b2243d --- libsylph/mbox.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libsylph/mbox.c') diff --git a/libsylph/mbox.c b/libsylph/mbox.c index 17511697..34aad016 100644 --- a/libsylph/mbox.c +++ b/libsylph/mbox.c @@ -42,8 +42,6 @@ #include "account.h" #include "utils.h" -#define MSGBUFSIZE 8192 - #define FPUTS_TO_TMP_ABORT_IF_FAIL(s) \ { \ if (fputs(s, tmp_fp) == EOF) { \ @@ -69,7 +67,7 @@ gint proc_mbox_full(FolderItem *dest, const gchar *mbox, gboolean filter_junk) { FILE *mbox_fp; - gchar buf[MSGBUFSIZE], from_line[MSGBUFSIZE]; + gchar buf[BUFFSIZE], from_line[BUFFSIZE]; gchar *tmp_file; gint msgs = 0; -- cgit v1.2.3