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

Diff of /imapfilter/data.c

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

revision 1.22 by lefcha, Tue Jan 29 21:23:41 2002 UTC revision 1.23 by lefcha, Thu Jan 31 17:06:38 2002 UTC
# Line 14  Line 14 
14  #include "data.h"  #include "data.h"
15    
16    
17    extern unsigned int options;
18    extern unsigned int flags;
19    
20  account_t *accounts = NULL;     /* First node of accounts linked list. */  account_t *accounts = NULL;     /* First node of accounts linked list. */
21  filter_t *filters = NULL;       /* First node of filters tree. */  filter_t *filters = NULL;       /* First node of filters tree. */
22    
# Line 88  int set_account(char *line, regmatch_t * Line 91  int set_account(char *line, regmatch_t *
91              if (string_decode(node->password))              if (string_decode(node->password))
92                  return ERROR_CONFIG_PARSE;                  return ERROR_CONFIG_PARSE;
93          node->passwdattr = PASSWORD_PLAIN;          node->passwdattr = PASSWORD_PLAIN;
94      }      } else
95            flags |= FLAG_BLANK_PASSWORD;
96  #ifdef DEBUG  #ifdef DEBUG
97      printf("debug: PASSWORD: '%s'\n", node->password);      printf("debug: PASSWORD: '%s'\n", node->password);
98  #endif  #endif

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26