Increase the header size so that forwarded mails with looooong
authorJoey Schulze <joey@infodrom.org>
Sun, 20 May 2007 11:25:46 +0000 (11:25 +0000)
committerJoey Schulze <joey@infodrom.org>
Sun, 20 May 2007 11:25:46 +0000 (11:25 +0000)
subjects get detected properly

mbox.c

diff --git a/mbox.c b/mbox.c
index 0fc2491..4f9d2a6 100644 (file)
--- a/mbox.c
+++ b/mbox.c
@@ -35,7 +35,7 @@ struct mail {
   off_t size;
 };
 
   off_t size;
 };
 
-#define HDR_LEN        128
+#define HDR_LEN        1024
 #define TAB    0x09
 #define LWSP   0x20
 
 #define TAB    0x09
 #define LWSP   0x20