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
f6a579fe
...
f6a579fed43bb5424ed20651102254be04af65f3
authored
2002-11-18 17:08:21 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(struct sieve_machine): New members mailer and daemon_email.
1 parent
41f0a38f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
libsieve/sieve.h
libsieve/sieve.h
View file @
f6a579f
...
...
@@ -59,9 +59,11 @@ struct sieve_machine {
sieve_printf_t
error_printer
;
sieve_printf_t
debug_printer
;
sieve_action_log_t
logger
;
mailer_t
mailer
;
ticket_t
ticket
;
mu_debug_t
mu_debug
;
char
*
daemon_email
;
void
*
data
;
};
...
...
Please
register
or
sign in
to post a comment