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

Diff of /imapfilter/data.h

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

revision 1.9 by lefcha, Wed Oct 17 14:06:20 2001 UTC revision 1.10 by lefcha, Tue Oct 23 09:21:45 2001 UTC
# Line 113  typedef struct account_t { Line 113  typedef struct account_t {
113    
114      char username[USERNAME_LEN];/* Username. */      char username[USERNAME_LEN];/* Username. */
115      char password[PASSWORD_LEN];/* Password. */      char password[PASSWORD_LEN];/* Password. */
116  #ifdef SSL_TLS      #ifdef SSL_TLS
117      unsigned int ssl;           /* Secure Socket Layer support. */      unsigned int ssl;           /* Secure Socket Layer support. */
118  #endif  #endif
119      struct mbox_t *mboxes;      /* Mailboxes. */      struct mbox_t *mboxes;      /* Mailboxes. */
# Line 184  int set_action(char *line, regmatch_t * Line 184  int set_action(char *line, regmatch_t *
184  void init_mask(mask_t * node);  void init_mask(mask_t * node);
185  void append_mask(mask_t * node);  void append_mask(mask_t * node);
186  int set_mask(char *line, regmatch_t * match);  int set_mask(char *line, regmatch_t * match);
187    void convert_date(mask_t * node);
188    
189  int set_job(char *line, regmatch_t * match);  int set_job(char *line, regmatch_t * match);
190  void link_mbox_filter(filter_t * cf, mboxgrp_t * cg);  void link_mbox_filter(filter_t * cf, mboxgrp_t * cg);

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26