Commit c6f7660e c6f7660edbf828033bcbcbf9627406fc32be37ca by Sam Roberts

updated

1 parent 61c47d30
Showing 1 changed file with 36 additions and 0 deletions
1 2002-05-13 Sam Roberts
2
3 * comsat/comsat.h, frm/frm.c, from/from.c, guimb/main.c,
4 imap4d/imap4d.h, include/mailutils/Makefile.am,
5 include/mailutils/argp.h, include/mailutils/mailutils.h,
6 include/mailutils/mu_argp.h, mail/mail.h, mail.local/mail.local.h,
7 messages/messages.c, pop3d/pop3d.h, sieve/sieve.c: Removed
8 redundant mu_ prefix from mailutils/mu_argp.h.
9 * TODO: Updated.
10 * Makefile.am, mail.remote/.cvsignore, mail.remote/mail.remote.c,
11 configure.in: mail.remote now working as an SMTP forwarder.
12 * include/mailutils/: mu_features.h, types.h: Merged mu_features.h
13 into types.h.
14 * mailbox/mu_argp.c: Added :mailer group, with option --mailer,-M
15 to set the default mailer URL.
16 * mailbox/smtp.c: Now clearing Bcc: even when there is an explicit
17 TO argument. Not the best thing to do, but it seems to be What
18 Everybody Does.
19 * doc/texinfo/mailer.texi: Updated now that smtp mailer is working.
20 * mailbox/sendmail.c: Looking at other utilities makes me think
21 that providing -t to sendmail is optional, need to test this.
22 * mailbox/parse822.c: Updated TODO list and ran through GNU indent.
23 * include/mailutils/errno.h, mailbox/muerrno.c: An unsupported
24 mailer URL now gives a more specific error than EINVAL.
25 * mail/mailline.c: Silenced warnings that can appear depending on
26 the presence of readline, and various terminal APIs.
27 * include/mailutils/mailer.h, mailbox/mailer.c,
28 mailbox/include/mailer0.h: mailer_get|set_url_default() new
29 functions to set the default mailer
30 * lib/mu_asprintf.h: Removed dependency on mailutils.
31
1 2002-05-13 Sergey Poznyakoff 32 2002-05-13 Sergey Poznyakoff
2 33
3 To avoid dependency problems moved mu_argp.c to mailbox. Changed 34 To avoid dependency problems moved mu_argp.c to mailbox. Changed
...@@ -26,6 +57,11 @@ ...@@ -26,6 +57,11 @@
26 57
27 * lib/utmp.c: Added missing includes. 58 * lib/utmp.c: Added missing includes.
28 59
60 2002-05-12 Sam Roberts
61
62 * doc/xml2texi.rb: Converts doxygen XML output to texinfo function
63 documentation.
64
29 2002-05-10 Sam Roberts 65 2002-05-10 Sam Roberts
30 66
31 * mailbox/tcp.c: Not a good day, second typo in a row in 67 * mailbox/tcp.c: Not a good day, second typo in a row in
......