/[imapfilter]/imapfilter/account.c
ViewVC logotype

Diff of /imapfilter/account.c

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

revision 1.1 by lefcha, Thu Jul 31 15:46:02 2003 UTC revision 1.5 by lefcha, Fri Aug 8 12:29:43 2003 UTC
# Line 1  Line 1 
1  #include <stdio.h>  #include <stdio.h>
2    #include <stdlib.h>
3  #include <string.h>  #include <string.h>
4  #include <ctype.h>  #include <ctype.h>
5  #include <limits.h>  #include <limits.h>
6    #include <sys/types.h>          /* IEEE Std 1003.1-2001 non-conformance. */
7    #include <regex.h>
8    
9  #include "config.h"  #include "config.h"
10  #include "imapfilter.h"  #include "imapfilter.h"
# Line 14  extern unsigned int flags; Line 17  extern unsigned int flags;
17  account_t *accounts = NULL;     /* First node of accounts linked list. */  account_t *accounts = NULL;     /* First node of accounts linked list. */
18  mboxgrp_t *mboxgrps = NULL;     /* First node of mailbox-groups tree. */  mboxgrp_t *mboxgrps = NULL;     /* First node of mailbox-groups tree. */
19    
20  static account_t *cur_acct = NULL;      /* Current account. */  account_t *cur_acct = NULL;     /* Current account. */
21    
22    
23  void init_account(account_t * node);  void init_account(account_t * node);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.5

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26