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

Diff of /imapfilter/imapfilter.c

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

revision 1.40 by lefcha, Mon Feb 3 20:22:01 2003 UTC revision 1.41 by lefcha, Fri Feb 21 18:43:01 2003 UTC
# Line 25  unsigned int options;          /* Program option Line 25  unsigned int options;          /* Program option
25  unsigned int flags = 0;         /* Program flags. */  unsigned int flags = 0;         /* Program flags. */
26  unsigned int capabilities;      /* Capabilities of mail server. */  unsigned int capabilities;      /* Capabilities of mail server. */
27  unsigned int interval = 0;      /* Poll at the specified interval. */  unsigned int interval = 0;      /* Poll at the specified interval. */
28    
29    char authmech[AUTH_MECH_LEN];   /* Authentication mechanisms. */
30  char logfile[PATH_MAX];         /* Log file. */  char logfile[PATH_MAX];         /* Log file. */
31  char *home = NULL;              /* User's home directory. */  char *home = NULL;              /* User's home directory. */
32  char charset[CHARSET_LEN];      /* Charset for IMAP SEARCH requests. */  char charset[CHARSET_LEN];      /* Charset for IMAP SEARCH requests. */

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26