Commit 3637154d 3637154d966f184b0abb0f71e2ff231a22259d07 by Sergey Poznyakoff

header_aget_value was modified on May 9 but its invocations

	throughout the code were not examined. Here goes the fix.
1 parent acb3a8e2
...@@ -7,6 +7,14 @@ ...@@ -7,6 +7,14 @@
7 imap4d. 7 imap4d.
8 * comsat/comsat.c (comsatd_parse_opt): Likewise. 8 * comsat/comsat.c (comsatd_parse_opt): Likewise.
9 9
10 header_aget_value was modified on May 9 but its invocations
11 throughout the code were not examined. Here goes the fix:
12
13 * imap4d/fetch.c: Properly check the return from
14 headers_aget_value.
15 * mail/followup.c: Likewise.
16 * mail/reply.c: Likewise.
17
10 2002-07-22 Sergey Poznyakoff 18 2002-07-22 Sergey Poznyakoff
11 19
12 * mail/delete.c (mail_delete): Initialize auto variables. 20 * mail/delete.c (mail_delete): Initialize auto variables.
......