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

Diff of /imapfilter/imapfilter.c

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

revision 1.13 by lefcha, Thu Oct 4 15:47:49 2001 UTC revision 1.14 by lefcha, Fri Oct 5 14:40:37 2001 UTC
# Line 73  int main(int argc, char **argv) Line 73  int main(int argc, char **argv)
73    
74          login(ca->username, ca->password);          login(ca->username, ca->password);
75    
76          for (cm = ca->mboxes; cm; cm = cm->next) {          for (cm = ca->mboxes; cm; cm = cm->next)
77              if (!*cm->filters)              if (!*cm->filters) {
78                  examine_mailbox(cm->name);                  if (!examine_mailbox(cm->name))
79              else if (!select_mailbox(cm->name))                      close_mailbox();
80                } else if (!select_mailbox(cm->name)) {
81                  apply_filters(cm->filters, cm->name);                  apply_filters(cm->filters, cm->name);
82                    close_mailbox();
83              close_mailbox();              }
         }  
84    
85          logout();          logout();
86    

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26