/[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.3.2.1 by lefcha, Fri Aug 8 00:28:03 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 <regex.h>
7    
8  #include "config.h"  #include "config.h"
9  #include "imapfilter.h"  #include "imapfilter.h"
# Line 14  extern unsigned int flags; Line 16  extern unsigned int flags;
16  account_t *accounts = NULL;     /* First node of accounts linked list. */  account_t *accounts = NULL;     /* First node of accounts linked list. */
17  mboxgrp_t *mboxgrps = NULL;     /* First node of mailbox-groups tree. */  mboxgrp_t *mboxgrps = NULL;     /* First node of mailbox-groups tree. */
18    
19  static account_t *cur_acct = NULL;      /* Current account. */  account_t *cur_acct = NULL;     /* Current account. */
20    
21    
22  void init_account(account_t * node);  void init_account(account_t * node);

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26