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
a4840206
...
a48402065f11f933fdced9d4fadb2c3a9cf972da
authored
2002-12-10 07:26:21 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(sieve_include_path,sieve_library_path): New globals
1 parent
f28bc2c1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
include/mailutils/libsieve.h
include/mailutils/libsieve.h
View file @
a484020
...
...
@@ -109,6 +109,8 @@ typedef struct {
#define MU_SIEVE_DRY_RUN 0x0008
extern
int
sieve_yydebug
;
extern
list_t
sieve_include_path
;
extern
list_t
sieve_library_path
;
/* Memory allocation functions */
void
*
sieve_alloc
__P
((
size_t
size
));
...
...
@@ -212,6 +214,9 @@ int sieve_mailbox __P((sieve_machine_t mach, mailbox_t mbox));
int
sieve_message
__P
((
sieve_machine_t
mach
,
message_t
message
));
int
sieve_disass
__P
((
sieve_machine_t
mach
));
/* Command line handling */
extern
void
sieve_argp_init
__P
((
void
));
#ifdef __cplusplus
}
...
...
Please
register
or
sign in
to post a comment