Commit bf2774af bf2774af82ff249eea50f631f86495048f084589 by Sam Roberts

updated

1 parent d34dce05
Showing 1 changed file with 18 additions and 0 deletions
1 2002-04-15 Sam Roberts 1 2002-04-15 Sam Roberts
2 2
3 * doc/texinfo/programs.texi, include/mailutils/mutil.h,
4 lib/mu_argp.c, mailbox/mutil.c: mu_get_user_email() assumed
5 we could deliver to the current host, on dialup systems,
6 and workstations this may not be true, so allow user names
7 to be qualified with the domain that should be used for email
8 mu_set_user_email() - email address to use for NULL (current) user
9 mu_set_user_email_domain() - domain to use to qualify an @-less
10 username
11 mu_get_user_email() - now uses default address and domain, if set
12 -E,--email-addr - config option, calls mu_set_user_email()
13 -D,--email-domain - config option, calls mu_set_user_email_domain()
14 :address - group for the above config options
15 * lib/Makefile.am, lib/mu_asprintf.c, lib/mu_asprintf.h,
16 mailbox/Makefile.am: One way to get rid of the annoying warnings
17 about asprintf() not being declared is to always call a mailutils
18 wrapper function, which in turn calls the real function. That means
19 the wrappers (and other functions in lib) will still compile with
20 warnings, but the mailbox and utility code can compile clean.
3 * doc/texinfo/programs.texi: Updated to match lib/mu_argp.c. 21 * doc/texinfo/programs.texi: Updated to match lib/mu_argp.c.
4 22
5 2002-04-15 Sergey Poznyakoff 23 2002-04-15 Sergey Poznyakoff
......