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
0dba79dd
...
0dba79dd2e715c2e3d007f96de0bf1f1cd7f5eba
authored
2003-12-26 16:23:19 +0000
by
uid65697
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor fixes.
1 parent
d2de3e89
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
doc/texinfo/body.texi
doc/texinfo/libsieve.texi
doc/texinfo/body.texi
View file @
0dba79d
...
...
@@ -22,7 +22,7 @@ The resources allocate are release.
@deftypefun
int
body_set_stream
(
body_t
@var
{
body
},
stream_t
@var
{
stream
},
void
*
@var
{
owner
})
@end
deftypefun
@deftypefun
int
body_get_filename
__P
((
body_t
@var
{
body
},
char
*
@var
{
buffer
},
size_t
@var
{
buflen
},
size_t
*
@var
{
pwriten
}
)
@deftypefun
int
body_get_filename
__P
((
body_t
@var
{
body
},
char
*
@var
{
buffer
},
size_t
@var
{
buflen
},
size_t
*
@var
{
pwriten
})
)
@end
deftypefun
@deftypefun
int
body_set_filename
(
body_t
@var
{
body
},
const
char
*
@var
{
buffer
})
...
...
doc/texinfo/libsieve.texi
View file @
0dba79d
...
...
@@ -411,7 +411,7 @@ the instance of sieve machine. See @code{sieve_machine_init()}.
This
function
returns
the
current
message
.
@end
deftypefun
@deftypefun
size_t
sieve_get_message_num
(
sieve_machine_t
@var
{
mach
})
;
@deftypefun
size_t
sieve_get_message_num
(
sieve_machine_t
@var
{
mach
})
This
function
returns
the
current
message
number
in
the
mailbox
.
If
there
are
no
mailbox
,
i
.
e
.
the
execution
of
the
sieve
code
is
started
with
@code
{
sieve_message
},
this
function
returns
1
.
...
...
@@ -429,7 +429,7 @@ Returns the authentication ticket for this machine.
Returns
the
mailer
.
@end
deftypefun
@deftypefun
{
char
*
}
sieve_get_daemon_email
__P
(
(
sieve_machine_t
@var
{
mach
})
@deftypefun
{
char
*
}
sieve_get_daemon_email
(
sieve_machine_t
@var
{
mach
})
This
function
returns
the
@dfn
{
daemon
email
}
associated
with
this
instance
of
sieve
machine
.
The
daemon
email
is
an
email
address
used
in
envelope
from
addresses
of
automatic
reply
messages
.
By
default
its
local
...
...
@@ -474,7 +474,7 @@ _sieve_default_parse_error (void *unused,
@end
example
@end
deftypefun
@deftypefun
void
sieve_set_debug
(
sieve_machine_t
@var
{
mach
},
sieve_printf_t
@var
{
debug
})
)
;
@deftypefun
void
sieve_set_debug
(
sieve_machine_t
@var
{
mach
},
sieve_printf_t
@var
{
debug
});
This
function
sets
the
debug
printer
function
for
the
machine
.
If
it
is
not
set
,
the
default
debug
printer
is
@code
{
NULL
}
which
means
no
debugging
information
will
be
displayed
.
...
...
Please
register
or
sign in
to post a comment