summaryrefslogtreecommitdiff
path: root/libsieve
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-02-25 11:01:48 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-02-25 11:01:48 +0000
commit7a53eb351fd4c7fc2e1092bb6037846e60fff6a9 (patch)
tree7fa2337a90d2d6d20462d6e401f9cf1ecc8111b8 /libsieve
parent6c6bd31ee94af3e6229ee96ac47f258a57c5427f (diff)
downloadmailutils-7a53eb351fd4c7fc2e1092bb6037846e60fff6a9.tar.gz
mailutils-7a53eb351fd4c7fc2e1092bb6037846e60fff6a9.tar.bz2
(struct sieve_machine.identifier): New field.
Diffstat (limited to 'libsieve')
-rw-r--r--libsieve/sieve.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsieve/sieve.h b/libsieve/sieve.h
index edeaeb769..f747143cd 100644
--- a/libsieve/sieve.h
+++ b/libsieve/sieve.h
@@ -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 */

Return to:

Send suggestions and report system problems to the System administrator.