Changeset 5398:1bdb7a7c3c8f for buffy.h

Show
Ignore:
Timestamp:
2008-05-21 11:36:33 (6 months ago)
Author:
Rocco Rutte <pdmef@…>
Branch:
HEAD
Message:

Fix new mail detection for >2 GB mboxes with $check_mbox_size set

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • buffy.h

    r5011 r5398  
    2424{ 
    2525  char *path; 
    26   long size; 
     26  off_t size; 
    2727  struct buffy_t *next; 
    2828  short new;                    /* mailbox has new mail */