aboutsummaryrefslogtreecommitdiff
path: root/libsylph/mbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/mbox.c')
-rw-r--r--libsylph/mbox.c4
1 files changed, 1 insertions, 3 deletions
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;