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

Diff of /imapfilter/imapfilter.h

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

revision 1.6 by lefcha, Sun Aug 26 01:18:24 2001 UTC revision 1.7 by lefcha, Sun Aug 26 10:02:46 2001 UTC
# Line 22  Line 22 
22  typedef struct account {  typedef struct account {
23      char server[SERVER_MAX];    /* Hostname of mail server. */      char server[SERVER_MAX];    /* Hostname of mail server. */
24      unsigned short int port;    /* Port to connect. */      unsigned short int port;    /* Port to connect. */
25      char userid[USERID_MAX];      char userid[USERID_MAX];    /* Username. */
26      char passwd[PASSWD_MAX];      char passwd[PASSWD_MAX];    /* Password. */
27      struct account *next;      struct account *next;       /* Next node of linked list. */
28  } account_t;  } account_t;
29    
30  /* A header filter entry. */  /* A header filter entry. */
# Line 33  typedef struct filter { Line 33  typedef struct filter {
33      int custom;                 /* If field name one of FROM, TO,      int custom;                 /* If field name one of FROM, TO,
34                                     CC, BCC, SUBJECT then zero. */                                     CC, BCC, SUBJECT then zero. */
35      char body[FIELD_BODY_MAX];  /* Header field body. */      char body[FIELD_BODY_MAX];  /* Header field body. */
36      struct filter *next;      struct filter *next;        /* Next node of linked list. */
37  } filter_t;  } filter_t;
38    
39    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26