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

Diff of /imapfilter/imapfilter.c

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

revision 1.20 by lefcha, Fri Nov 9 18:01:29 2001 UTC revision 1.21 by lefcha, Fri Nov 9 23:43:33 2001 UTC
# Line 59  int main(int argc, char *argv[]) Line 59  int main(int argc, char *argv[])
59    
60      read_config(confile);      read_config(confile);
61      open_logfile();      open_logfile();
62        
63      catch_signals();      catch_signals();
64    
65      for (ca = accounts; ca; ca = ca->next) {      for (ca = accounts; ca; ca = ca->next) {
# Line 70  int main(int argc, char *argv[]) Line 70  int main(int argc, char *argv[])
70          if (init_connection(ca->server, ca->port, ca->ssl))          if (init_connection(ca->server, ca->port, ca->ssl))
71  #endif  #endif
72              continue;              continue;
73            
74          r = greeting_response();          r = greeting_response();
75    
76          if (r == RESPONSE_BYE || check_capabilities())          if (r == RESPONSE_BYE || check_capabilities())

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26