Changeset 5011:b0172175cc89 for buffy.h

Show
Ignore:
Timestamp:
2007-03-20 13:39:29 (21 months ago)
Author:
Miroslav Lichvar <mlichvar@…>
Branch:
default
Message:

Make BUFFY_SIZE a runtime switch ($check_mbox_size)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • buffy.h

    r4343 r5011  
    2424{ 
    2525  char *path; 
    26 #ifdef BUFFY_SIZE 
    2726  long size; 
    28 #endif                          /* BUFFY_SIZE */ 
    2927  struct buffy_t *next; 
    3028  short new;                    /* mailbox has new mail */ 
     
    4038extern time_t BuffyDoneTime;    /* last time we knew for sure how much mail there was */ 
    4139 
    42 #ifdef BUFFY_SIZE 
    4340BUFFY *mutt_find_mailbox (const char *path); 
    4441void mutt_update_mailbox (BUFFY * b); 
    45 #endif