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
bf2774af
...
bf2774af82ff249eea50f631f86495048f084589
authored
2002-04-16 03:40:57 +0000
by
Sam Roberts
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated
1 parent
d34dce05
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
ChangeLog
ChangeLog
View file @
bf2774a
2002
-
04
-
15
Sam
Roberts
*
doc
/
texinfo
/
programs
.
texi
,
include
/
mailutils
/
mutil
.
h
,
lib
/
mu_argp
.
c
,
mailbox
/
mutil
.
c
:
mu_get_user_email
()
assumed
we
could
deliver
to
the
current
host
,
on
dialup
systems
,
and
workstations
this
may
not
be
true
,
so
allow
user
names
to
be
qualified
with
the
domain
that
should
be
used
for
email
mu_set_user_email
()
-
email
address
to
use
for
NULL
(
current
)
user
mu_set_user_email_domain
()
-
domain
to
use
to
qualify
an
@
-
less
username
mu_get_user_email
()
-
now
uses
default
address
and
domain
,
if
set
-
E
,
--
email
-
addr
-
config
option
,
calls
mu_set_user_email
()
-
D
,
--
email
-
domain
-
config
option
,
calls
mu_set_user_email_domain
()
:
address
-
group
for
the
above
config
options
*
lib
/
Makefile
.
am
,
lib
/
mu_asprintf
.
c
,
lib
/
mu_asprintf
.
h
,
mailbox
/
Makefile
.
am
:
One
way
to
get
rid
of
the
annoying
warnings
about
asprintf
()
not
being
declared
is
to
always
call
a
mailutils
wrapper
function
,
which
in
turn
calls
the
real
function
.
That
means
the
wrappers
(
and
other
functions
in
lib
)
will
still
compile
with
warnings
,
but
the
mailbox
and
utility
code
can
compile
clean
.
*
doc
/
texinfo
/
programs
.
texi
:
Updated
to
match
lib
/
mu_argp
.
c
.
2002
-
04
-
15
Sergey
Poznyakoff
...
...
Please
register
or
sign in
to post a comment