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

Diff of /imapfilter/imap.c

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

revision 1.11 by lefcha, Sun Aug 26 19:54:54 2001 UTC revision 1.12 by lefcha, Tue Aug 28 22:42:06 2001 UTC
# Line 210  int imap_expunge(void) Line 210  int imap_expunge(void)
210    
211      snprintf(cmd, SMALL_CMD, "%X EXPUNGE\r\n", tag++);      snprintf(cmd, SMALL_CMD, "%X EXPUNGE\r\n", tag++);
212    
213      if (!send_command(cmd) && !clear_stream())      if (!send_command(cmd) && !expunge_response())
214          return 0;          return 0;
215      else      else
216          return 1;          return 1;

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26