Commit af294b27 af294b2723048cb9ebaba58005cab83f04ce7fee by Sergey Poznyakoff

Updated

1 parent 1d50cd79
Showing 1 changed file with 34 additions and 0 deletions
1 2002-12-10 Sergey Poznyakoff 1 2002-12-10 Sergey Poznyakoff
2 2
3 * configure.ac: Define and export SIEVE_MODDIR.
4 * examples/Makefile.am: Use SIEVE_MODDIR.
5 * libsieve/Makefile.am: Likewise.
6
7 * libsieve/actions.c (sieve_register_standard_actions):
8 Register "fileinto" in non-required state to comply to the
9 RFC.
10 * libsieve/argp.c (sieve_argp_parser): Always add SIEVE_MODDIR
11 to sieve_library_path.
12
13 * doc/texinfo/libsieve.texi: Documented some aspects of the`
14 input language.
15 * doc/texinfo/programs.texi: Documented :sieve option group
16
17 * examples/addr.c: Include mutil.h
18 * guimb/guimb.h: Include mu_asprintf.h
19 * mail/mail.h: Likewise.
20 * imap4d/append.c: Removed debugging hook
21 * imap4d/auth_gss.c: Added typecasts to shut the compiler
22 warnings.
23 * libmu_scm/mu_body.c: Likewise.
24 * libmu_scm/mu_message.c: Likewise.
25 * mailbox/locker.c: Likewise.
26 * imap4d/util.c: Initialize automatic variable.
27 * libsieve/tests.c: Likewise.
28 * mail/util.c: Likewise.
29 * mailbox/address.c: Likewise.
30 * mailbox/file_stream.c: Likewise.
31
32 * mailbox/date.c: Added missing includes
33 * mailbox/tcp.c: Removed unused variables.
34
35 2002-12-10 Sergey Poznyakoff
36
3 * include/mailutils/libsieve.h 37 * include/mailutils/libsieve.h
4 (sieve_include_path,sieve_library_path): New globals 38 (sieve_include_path,sieve_library_path): New globals
5 * libmu_scm/Makefile.am: Fixed install-data-hook. Thanks to 39 * libmu_scm/Makefile.am: Fixed install-data-hook. Thanks to
......