Commit 62d77375 62d77375414d4dec99aa5c5f346f440b8794efd3 by Sergey Poznyakoff

Updated

1 parent 6d0f0638
Showing 1 changed file with 14 additions and 0 deletions
1 2003-03-26 Sergey Poznyakoff
2
3 * include/mailutils/errno.h (MU_ERR_FAILURE): New macro
4 * mailbox/muerrno.c: Likewise
5 * mailbox/mutil.c (mu_rfc2822_references,mu_rfc2822_in_reply_to):
6 Return MU_ERR_FAILURE on error.
7 * mh/mh_format.c (builtin_concat): Extra safety check
8 (builtin_in_reply_to,builtin_references): Check return value
9 from the underlying library calls.
10 * mh/mh_msgset.c (_mh_msgset_parse): Accept "all" message spec
11 on folders with only one message.
12 * mh/mhn.c: Print information about the external body parts.
13 * mh/whom.c (mh_option): Bugfix
14
1 2003-03-24 Sergey Poznyakoff 15 2003-03-24 Sergey Poznyakoff
2 16
3 * mh/mhn.c (stream_getline,parse_content_type): A couple of 17 * mh/mhn.c (stream_getline,parse_content_type): A couple of
......