summaryrefslogtreecommitdiffstats
path: root/buffy.h
diff options
context:
space:
mode:
authorRocco Rutte <pdmef@gmx.net>2008-05-21 20:36:33 +0200
committerRocco Rutte <pdmef@gmx.net>2008-05-21 20:36:33 +0200
commit515fd80d2927fcc7d5210c40282437e5096656e2 (patch)
tree67b1b8e3ce23d7b0b5b28537283201d314d83011 /buffy.h
parent64f7f723f43c09c167985a75fa4d89a44b443c03 (diff)
Fix new mail detection for >2 GB mboxes with $check_mbox_size set
Diffstat (limited to 'buffy.h')
-rw-r--r--buffy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/buffy.h b/buffy.h
index b86d1aa4..14f95172 100644
--- a/buffy.h
+++ b/buffy.h
@@ -23,7 +23,7 @@
typedef struct buffy_t
{
char *path;
- long size;
+ off_t size;
struct buffy_t *next;
short new; /* mailbox has new mail */
short notified; /* user has been notified */