Commit 80fe110e 80fe110ef22f00d20f1e72530bb65d6db4f727eb by Sergey Poznyakoff

Updated

1 parent c7af2f1f
Showing 1 changed file with 17 additions and 0 deletions
1 2002-09-19 Sergey Poznyakoff 1 2002-09-19 Sergey Poznyakoff
2 2
3 * mh/mhpath.c: New file. Source for mhpath command.
4 * mh/Makefile.am: Added mhpath.
5 * mh/.cvsignore: Likewise.
6 * mh/mh_msgset.c (msgset_preproc): Expand the second part
7 of the message spec as well (the one after dash).
8 (mh_msgset_parse): Fill message set with message ordinal
9 numbers.
10 (mh_search_message): Binary search for a message with the
11 given sequence number.
12 (mh_get_message): Retrieve the message with the given sequence
13 number.
14 * mh/mh.h (mh_get_message): New prototype.
15 * mh/mh_init.c (mh_iterate): Rewritten to expect msgset to
16 contain message ordinal numbers.
17
18 2002-09-19 Sergey Poznyakoff
19
3 * mailbox/mbx_mh.c (_mh_message_save): Take into account 20 * mailbox/mbx_mh.c (_mh_message_save): Take into account
4 trailing newline returned by envelope_date (should it 21 trailing newline returned by envelope_date (should it
5 be returned, by the by?) 22 be returned, by the by?)
......