/[mailutils]/mailutils/libsieve/actions.c
ViewVC logotype

Diff of /mailutils/libsieve/actions.c

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

revision 1.7 by gray, Wed Nov 20 12:28:00 2002 UTC revision 1.8 by gray, Sat Nov 30 13:40:06 2002 UTC
# Line 37  int Line 37  int
37  sieve_action_keep (sieve_machine_t mach, list_t args, list_t tags)  sieve_action_keep (sieve_machine_t mach, list_t args, list_t tags)
38  {  {
39    sieve_log_action (mach, "KEEP", NULL);    sieve_log_action (mach, "KEEP", NULL);
40      if (sieve_is_dry_run (mach))
41        return 0;
42      sieve_mark_deleted (mach->msg, 0);
43    return 0;    return 0;
44  }  }
45    

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

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26