changes to mail/
Showing
1 changed file
with
18 additions
and
0 deletions
1 | 2001-08-06 Sergey Poznyakoff | ||
2 | * mail/msgset.y: (new) A parser for message set specifications | ||
3 | of arbitrary complexity. Returns a singly linked list of | ||
4 | message specifications that can be iterated without need | ||
5 | for recursion. | ||
6 | * mail/mail.h: Prototypes for msgset_ functions. Removed proto | ||
7 | for util_expand_msglist. | ||
8 | * mail/Makefile.am: Added msgset.y | ||
9 | * mail/{copy.c, followup.c, headers.c, next.c, pipe.c, | ||
10 | previous.c, util.c, write.c}: Use msgset_parse instead of | ||
11 | util_expand_msglist. | ||
12 | * mail/util.c: Added util_msgset_iterate() to iterate over a | ||
13 | message set. Added util_get_content_type() and | ||
14 | util_get_hdr_value() (from decode.c). | ||
15 | * mail/decode.c: Use util_msgset_iterate(). Moved get_content_type() | ||
16 | and get_hdr_value() to util.c | ||
17 | * mail/table.c: Fixed synopsis for decode. | ||
18 | |||
1 | 2001-08-06 Alain Magloire | 19 | 2001-08-06 Alain Magloire |
2 | 20 | ||
3 | * sieve/{exitcodes.h hmac-md5.h md5.c md5.h md5global.h}: Removed. | 21 | * sieve/{exitcodes.h hmac-md5.h md5.c md5.h md5global.h}: Removed. | ... | ... |
-
Please register or sign in to post a comment