Updated
Showing
1 changed file
with
31 additions
and
0 deletions
... | @@ -13,6 +13,37 @@ | ... | @@ -13,6 +13,37 @@ |
13 | (mu_init_tls_libs): Removed useless initialization of the auto | 13 | (mu_init_tls_libs): Removed useless initialization of the auto |
14 | variable. | 14 | variable. |
15 | 15 | ||
16 | * mail/mail.h (msgset_parse,util_get_message): | ||
17 | In order to get rid of superfluous 'Inappropriate message' | ||
18 | diagnostics and provide a behaviour consistent with that | ||
19 | of standard implementations, moved the flags argument | ||
20 | from util_get_message to msgset_parse. | ||
21 | (msgset_count): New function. | ||
22 | (util_isdeleted): Reverted to older declaration (before | ||
23 | 2002-10-13). | ||
24 | |||
25 | * mail/msgset.y (msgset_parse): Take a new argument: flags | ||
26 | (meaning the same as in the util_get_message call). | ||
27 | (msgset_count): New function. | ||
28 | |||
29 | * mail/util.c (util_foreach_msg,util_range_msg): Updated | ||
30 | calls to msgset_parse. | ||
31 | (util_isdeleted): Reverted to older declaration. | ||
32 | |||
33 | * mail/copy.c: Updated calls to msgset_parse. | ||
34 | * mail/decode.c: Likewise. | ||
35 | * mail/delete.c: Likewise. | ||
36 | * mail/eq.c: Likewise. | ||
37 | * mail/followup.c: Likewise. | ||
38 | * mail/from.c: Likewise. | ||
39 | * mail/headers.c: Likewise. | ||
40 | * mail/next.c: Likewise. | ||
41 | * mail/pipe.c: Likewise. | ||
42 | * mail/previous.c: Likewise. | ||
43 | * mail/quit.c: Likewise. | ||
44 | * mail/tag.c: Likewise. | ||
45 | * mail/write.c: Likewise. | ||
46 | |||
16 | 2003-01-14 Wojciech Polak | 47 | 2003-01-14 Wojciech Polak |
17 | 48 | ||
18 | * doc/rfc/Makefile.am: Added rfc2595.txt | 49 | * doc/rfc/Makefile.am: Added rfc2595.txt | ... | ... |
-
Please register or sign in to post a comment