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
2a8a5e1f
...
2a8a5e1f2d644acb4f06a8d04b13e350c8186243
authored
2001-11-30 05:46:59 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
missing @end deftypefun
replade @func with @code
1 parent
b000b40c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
ChangeLog
doc/texinfo/mailer.texi
ChangeLog
View file @
2a8a5e1
2001
-
11
-
26
Alain
Magloire
*
doc
/
texinfo
/
mailer
.
texi
:
Replace
@func
with
@code
missing
@end
deftypefun
2001
-
11
-
26
Sam
Roberts
*
doc
/
texinfo
/
mailer
.
texi
:
Hacked
up
work
-
in
-
progress
of
the
mailer
...
...
doc/texinfo/mailer.texi
View file @
2a8a5e1
...
...
@@ -236,10 +236,11 @@ are sent, so it never matters what it is set to until it REALLY matters.
If
to
is
nul
,
then
the
contents
of
the
standard
"To:"
,
"Cc:"
,
and
"Bcc:"
fields
will
be
used
as
recipient
addresses
.
@end
deftypefun
@deftypefun
int
mailer_send_message
(
mailer_t
,
message_t
)
Identical
to
@
func
{
mailer_send_message
()}
with
@var
{
from
}
Identical
to
@
code
{
mailer_send_message
()}
with
@var
{
from
}
and
@var
{
to
}
both
@code
{
NULL
}.
@end
deftypefun
...
...
Please
register
or
sign in
to post a comment