Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
7a53eb35
...
7a53eb351fd4c7fc2e1092bb6037846e60fff6a9
authored
2005-02-25 11:01:48 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(struct sieve_machine.identifier): New field.
1 parent
6c6bd31e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
libsieve/sieve.h
libsieve/sieve.h
View file @
7a53eb3
...
...
@@ -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 */
...
...
Please
register
or
sign in
to post a comment