Commit 9d913334 9d913334309265511d2500820d6dd1bfa4f7a47b by Sergey Poznyakoff

Updated

1 parent c02bc60a
Showing 1 changed file with 21 additions and 0 deletions
1 2002-12-10 Sergey Poznyakoff
2
3 * include/mailutils/libsieve.h
4 (sieve_include_path,sieve_library_path): New globals
5 * libmu_scm/Makefile.am: Fixed install-data-hook. Thanks to
6 Jordi Mallach.
7 * libsieve/argp.c: New file. Sieve-specific command line handling.
8 * libsieve/Makefile.am: Added argp.c
9 * libsieve/load.c (sieve_load_add_path,sieve_load_add_dir): New
10 functions.
11 * libsieve/sieve.h: Likewise.
12 * libsieve/sieve.l: New extension statement #searchpath controls
13 the search path for dynamically loaded extensions.
14 * mail.local/main.c (argp_capa): Added "sieve" capability.
15 (main): Invoke mu_sieve_argp_init().
16 * sieve/sieve.c: Likewise.
17 * sieve/testsuite/sieve/ext.exp: Use -L option instead of setting
18 environment variable.
19 * mailbox/mu_argp.c (mu_license_argp_option): Removed short
20 option 'L', it is used by sieve argp stuff.
21
1 2002-12-09 Sergey Poznyakoff 22 2002-12-09 Sergey Poznyakoff
2 23
3 * libsieve/actions.c (build_mime,sieve_action_redirect): free 24 * libsieve/actions.c (build_mime,sieve_action_redirect): free
......