$OpenBSD: patch-src_inc_c,v 1.4 2008/01/08 23:13:23 landry Exp $
--- src/inc.c.orig	Mon Dec 17 06:37:00 2007
+++ src/inc.c	Tue Dec 18 19:35:55 2007
@@ -88,7 +88,7 @@ static GdkPixbuf *currentpix;
 static GdkPixbuf *errorpix;
 static GdkPixbuf *okpix;
 
-#define MSGBUFSIZE	8192
+#define MESSAGEBUFSIZE	8192
 
 static void inc_finished		(MainWindow		*mainwin,
 					 gboolean		 new_messages,
@@ -954,7 +954,7 @@ static void inc_progress_dialog_set_label(IncProgressD
 static void inc_progress_dialog_set_progress(IncProgressDialog *inc_dialog,
 					     IncSession *inc_session)
 {
-	gchar buf[MSGBUFSIZE];
+	gchar buf[MESSAGEBUFSIZE];
 	Pop3Session *pop3_session = POP3_SESSION(inc_session->session);
 	gchar *total_size_str;
 	gint cur_total;
