summaryrefslogtreecommitdiff
path: root/libsieve/sieve.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-02-06 11:48:14 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-02-06 11:48:14 +0000
commit218bf08a7bb4c9ffb9762d165ac434b316ce14d8 (patch)
treeadf969c830a750780518996e5103152e4f96be23 /libsieve/sieve.h
parent17a229a44dbd41cb455ade1557a8d787a1dbf236 (diff)
downloadmailutils-218bf08a7bb4c9ffb9762d165ac434b316ce14d8.tar.gz
mailutils-218bf08a7bb4c9ffb9762d165ac434b316ce14d8.tar.bz2
Minor stylistic changes
Diffstat (limited to 'libsieve/sieve.h')
-rw-r--r--libsieve/sieve.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/libsieve/sieve.h b/libsieve/sieve.h
index 78c452b1f..9e4b8e3b8 100644
--- a/libsieve/sieve.h
+++ b/libsieve/sieve.h
@@ -49,22 +49,22 @@ struct sieve_machine {
mu_list_t comp_list; /* Comparators */
mu_list_t source_list; /* Source names (for diagnostics) */
- size_t progsize; /* Number of allocated program cells */
- sieve_op_t *prog; /* Compiled program */
+ size_t progsize; /* Number of allocated program cells */
+ sieve_op_t *prog; /* Compiled program */
/* Runtime data */
- size_t pc; /* Current program counter */
- long reg; /* Numeric register */
+ size_t pc; /* Current program counter */
+ long reg; /* Numeric register */
mu_list_t stack; /* Runtime stack */
- int debug_level; /* Debugging level */
- jmp_buf errbuf; /* Target location for non-local exits */
- char *identifier; /* Name of action or test being executed */
+ int debug_level; /* Debugging level */
+ jmp_buf errbuf; /* Target location for non-local exits */
+ char *identifier; /* Name of action or test being executed */
mu_mailbox_t mailbox; /* Mailbox to operate upon */
- size_t msgno; /* Current message number */
+ size_t msgno; /* Current message number */
mu_message_t msg; /* Current message */
- int action_count; /* Number of actions executed over this message */
+ int action_count; /* Number of actions executed over this message */
/* User supplied data */
mu_sieve_parse_error_t parse_error_printer;

Return to:

Send suggestions and report system problems to the System administrator.