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
6431788b
...
6431788bc5e757e1fec4410c2bdd64de1fd5f1bc
authored
2005-01-04 21:02:26 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(sieve_get_message_sender,stream_printf): New prototypes.
1 parent
92e41820
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
include/mailutils/libsieve.h
include/mailutils/libsieve.h
View file @
6431788
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
Copyright (C) 1999, 2000, 2001, 2002
, 2005
Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
@@ -212,6 +212,8 @@ void sieve_set_ticket __P((sieve_machine_t mach, ticket_t ticket));
void
sieve_set_mailer
__P
((
sieve_machine_t
mach
,
mailer_t
mailer
));
void
sieve_set_daemon_email
__P
((
sieve_machine_t
mach
,
const
char
*
email
));
int
sieve_get_message_sender
__P
((
message_t
msg
,
char
**
ptext
));
/* Logging and diagnostic functions */
void
sieve_error
__P
((
sieve_machine_t
mach
,
const
char
*
fmt
,
...));
...
...
@@ -219,7 +221,7 @@ void sieve_debug __P((sieve_machine_t mach, const char *fmt, ...));
void
sieve_log_action
__P
((
sieve_machine_t
mach
,
const
char
*
action
,
const
char
*
fmt
,
...));
void
sieve_abort
__P
((
sieve_machine_t
mach
));
int
stream_printf
__P
((
stream_t
stream
,
size_t
*
off
,
const
char
*
fmt
,
...));
int
sieve_is_dry_run
__P
((
sieve_machine_t
mach
));
const
char
*
sieve_type_str
__P
((
sieve_data_type
type
));
...
...
Please
register
or
sign in
to post a comment