/[mailutils]/mailutils/mailbox/folder_imap.c
ViewVC logotype

Diff of /mailutils/mailbox/folder_imap.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.49 by gray, Sun Aug 4 08:22:41 2002 UTC revision 1.50 by gray, Tue Oct 29 12:44:30 2002 UTC
# Line 19  Line 19 
19  # include <config.h>  # include <config.h>
20  #endif  #endif
21    
22    #ifdef ENABLE_IMAP
23    
24  #include <stdlib.h>  #include <stdlib.h>
25  #include <ctype.h>  #include <ctype.h>
26  #include <stdarg.h>  #include <stdarg.h>
# Line 2273  imap_parse (f_imap_t f_imap) Line 2275  imap_parse (f_imap_t f_imap)
2275      free (buffer);      free (buffer);
2276    return status;    return status;
2277  }  }
2278    
2279    #else
2280    #include <stdio.h>
2281    #include <registrar0.h>
2282    record_t imap_record = NULL;
2283    #endif

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26