summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Roberts <sroberts@uniserve.com>2002-04-16 03:40:57 +0000
committerSam Roberts <sroberts@uniserve.com>2002-04-16 03:40:57 +0000
commitbf2774af82ff249eea50f631f86495048f084589 (patch)
treeaff6ef520ca793a63943518aafd9cf949c3098bf
parentd34dce058f84dc219231d0abb31ff798c5e3ba79 (diff)
downloadmailutils-bf2774af82ff249eea50f631f86495048f084589.tar.gz
mailutils-bf2774af82ff249eea50f631f86495048f084589.tar.bz2
updated
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e861fdd6..9194e30a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
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

Return to:

Send suggestions and report system problems to the System administrator.