Commit 7a53eb35 7a53eb351fd4c7fc2e1092bb6037846e60fff6a9 by Sergey Poznyakoff

(struct sieve_machine.identifier): New field.

1 parent 6c6bd31e
......@@ -58,6 +58,7 @@ struct sieve_machine {
int debug_level; /* Debugging level */
jmp_buf errbuf; /* Target location for non-local exits */
char *identifier; /* Name of action or test being executed */
mailbox_t mailbox; /* Mailbox to operate upon */
size_t msgno; /* Current message number */
......