Commit 65cccbd4 65cccbd4d423fbe9ccf7c70c1fdd80b97f30656b by Sergey Poznyakoff

Following the proposition of Olivier Bornet <Olivier.Bornet@smartdata.ch>,

added a possibility to disable the support for certain protocols.
1 parent 06e63737
Showing 1 changed file with 39 additions and 0 deletions
1 2002-10-29 Sergey Poznyakoff
2
3 Following the proposition of Olivier Bornet
4 <Olivier.Bornet@smartdata.ch>, added a possibility to
5 disable the support for certain protocols.
6
7 * m4/enable.m4: New file. Implements MU_ENABLE_SUPPORT defun.
8 * m4/Makefile.am: Added enable.m4
9 * configure.ac: New switches --disable-pop, --disable-imap
10 --disable-mh, --disable-smtp and --disable-sendmail allow
11 to disable corresponding protocols.
12 * Makefile.am: Conditionally build directories depending on
13 protocols that may be disabled.
14 * mailbox/mu_argp.c: Updated to reflect the set of ENABLE_
15 defines.
16 * mailbox/folder_imap.c: Conditionally compile the contents.
17 * mailbox/folder_mh.c: Likewise.
18 * mailbox/folder_pop.c: Likewise.
19 * mailbox/mbx_imap.c: Likewise.
20 * mailbox/mbx_mh.c: Likewise.
21 * mailbox/mbx_pop.c: Likewise.
22 * mailbox/sendmail.c: Likewise.
23 * mailbox/smtp.c: Likewise.
24 * mailbox/url_imap.c: Likewise.
25 * mailbox/url_mh.c: Likewise.
26 * mailbox/url_pop.c: Likewise.
27 * mailbox/url_sendmail.c: Likewise.
28 * mailbox/url_smtp.c: Likewise.
29
30 * sieve/sieve.c: Option -M none disables creating
31 the mailer.
32 * sieve/testsuite/lib/sieve.exp: Start sieve with "-M none".
33
34 Bugfixes to the docs, contributed by Olivier Bornet:
35
36 * doc/texinfo/mailbox.texi: Documented the return code.
37 * doc/texinfo/headers.texi: Fixed names of the macro-
38 definitions.
39
1 2002-10-15 Sergey Poznyakoff 40 2002-10-15 Sergey Poznyakoff
2 41
3 * guimb/scm/README: Updated. 42 * guimb/scm/README: Updated.
......