Commit 7255ead4 7255ead4619465e4398ece07ab3fd0740f03a7ea by Sergey Poznyakoff

Updates

1 parent 7d8ffd60
Showing 1 changed file with 36 additions and 0 deletions
1 2003-02-13 Sergey Poznyakoff
2
3 * imap4d/append.c (imap4d_append): Bugfix.
4 * include/mailutils/stream.h (stream_seek): New function.
5 * mailbox/stream.c: Likewise.
6 * mailbox/mbx_mh.c (_mh_message_save): Check if the envelope
7 date has a newline.
8 * mailbox/message.c (message_size): Bugfix. Retrieve
9 the header and the body with appropriate calls instead of
10 addressing corresponding members of the message_t structure.
11
12 * mh/mh_list.c: New file. The parser and run-time driver for
13 mhl format files.
14 * mh/mhl.format: New file. The default format for mhl.
15 * mh/Makefile.am: Added mh_list.c and mhl.format.
16
17 * mh/folder.c: Use ARG_ macros instead of single-char option
18 letters.
19 * mh/mh_getopt.h: Added new ARG_ macros.
20 * mh/mh.h (mh_file_to_message,mh_stream_to_message): New
21 functions.
22 (mhl_format_compile,mhl_format_run,mhl_format_destroy):
23 New functions.
24 * mh/mh_init.c (mh_file_to_message,mh_stream_to_message): New
25 functions.
26 * mh/mh_fmtgram.y (mh_format_parse): Bugfix. Initialize prog to
27 zero.
28 * mh/mh_format.c (mh_format_str): New function.
29 * mh/mhl.c: Finished.
30 * mh/repl.c: Handle --filter argument.
31 * mh/send.c: Use mh_.*_to_message.
32
33 * mh/README: Updated.
34 * mh/TODO: Updated.
35 * NEWS: Updated.
36
1 2003-02-12 Sergey Poznyakoff 37 2003-02-12 Sergey Poznyakoff
2 38
3 * mailbox/file_stream.c (prog_stream_create): New function. 39 * mailbox/file_stream.c (prog_stream_create): New function.
......