Commit 4d8dc3e9 4d8dc3e9d07ff12c75214472ac25a144e422c4b4 by Sam Roberts

updated

1 parent ef8495a0
Showing 1 changed file with 16 additions and 0 deletions
1 2001-12-16 Sam Roberts
2
3 * TODO: updated with some notes about the doc examples
4 * examples/mimetest.c, include/mailutils/message.h,
5 mailbox/attachment.c:
6 (message_get_attachment_name, message_aget_attachment_name): new
7 APIs, used to be private to mailbox/attachment.c.
8 (message_save_attachment): filename can be NULL, it defaults to
9 the attachment's name
10 * doc/texinfo/stream.texi: updated - not much text, but at least
11 the args are correct.
12 * TODO: updated
13 * mailbox/attachment.c: gnu indented
14 * examples/: mbox-dates.c, mbox-explode.c: Added -d flags.
15 * examples/mimetest.c: gnu indented
16
1 2001-12-16 Alain Magloire 17 2001-12-16 Alain Magloire
2 18
3 * mailbox/body.c: Call lazy_create() _before__ file_stream_create() 19 * mailbox/body.c: Call lazy_create() _before__ file_stream_create()
......