Update
Showing
1 changed file
with
46 additions
and
0 deletions
1 | 2006-06-27 Sergey Poznyakoff <gray@gnu.org.ua> | ||
2 | |||
3 | * auth/sql.c: Minor fixes to get rid of the spurious gcc warnings. | ||
4 | * libsieve/actions.c: Likewise | ||
5 | * libsieve/prog.c: Likewise | ||
6 | * libsieve/sieve.h: Likewise | ||
7 | * libsieve/sieve.l: Likewise | ||
8 | * libsieve/extensions/vacation.c: Likewise | ||
9 | * mail/escape.c: Likewise | ||
10 | * mailbox/argcv.c: Likewise | ||
11 | * mailbox/file_stream.c: Likewise | ||
12 | * mailbox/munre.c: Likewise | ||
13 | * mailbox/mutil.c: Likewise | ||
14 | * mh/mh_alias.l: Likewise | ||
15 | * mh/mh_alias.y: Likewise | ||
16 | * mh/mh_init.c: Likewise | ||
17 | * mh/mh_whatnow.c: Likewise | ||
18 | * mh/mh_whom.c: Likewise | ||
19 | * mh/mhn.c: Likewise | ||
20 | * sql/sql.c: Likewise | ||
21 | |||
22 | * include/mailutils/header.h (MU_HEADER_DCC): New macro. Dcc is a | ||
23 | header traditionally used by MH | ||
24 | * include/mailutils/mutil.h (mu_unre_set_regex): First argument is | ||
25 | const. | ||
26 | * lib/daemon.c: Include stdlib.h | ||
27 | * lib/mailcap.c: All functions, except display_stream_mailcap, are | ||
28 | static. | ||
29 | * libmu_scm/mu_message.c (struct mu_message.needs_destroy): New | ||
30 | member | ||
31 | (mu_scm_message_mark): Raise needs_destroy if the message has null | ||
32 | owner. | ||
33 | (mu_scm_message_free): Do not attempt to reference msg, unless its | ||
34 | needs_destroy is set. | ||
35 | (mu_scm_message_create): Initialize needs_destroy to 0. | ||
36 | * libsieve/extensions/moderator.c (moderator_action): set deleted | ||
37 | flag manually, do not use undeclared sieve_mark_deleted. | ||
38 | * mailbox/amd.c (amd_close): Unlock the monitor before returning | ||
39 | |||
40 | * mh/send.c (fix_fcc): Minor fix | ||
41 | (fix_dcc): New function. Rewrites MH Dcc as standard Bcc header. | ||
42 | (_action_send): Call fix_dcc | ||
43 | |||
44 | * sql/mysql.c (mu_check_mysql_scrambled_password): Use | ||
45 | get_salt_from_scrambled. | ||
46 | |||
1 | 2006-06-16 Sergey Poznyakoff <gray@gnu.org.ua> | 47 | 2006-06-16 Sergey Poznyakoff <gray@gnu.org.ua> |
2 | 48 | ||
3 | * mailbox/filter_trans.c (trans_read): Break the loop if both | 49 | * mailbox/filter_trans.c (trans_read): Break the loop if both | ... | ... |
-
Please register or sign in to post a comment