Commit 21f1f959 21f1f959fc932a1e6b9395cfbf616786c3a17253 by Sergey Poznyakoff

update

1 parent 6a001456
Showing 1 changed file with 30 additions and 0 deletions
1 2001-08-03 Sergey Poznyakoff
2 * libmu_scm/mu_logger.c: (new) Interface to syslog functions.
3 * libmu_scm/mu_mailbox.c: Added mu-mailbox-get-url.
4 * libmu_scm/mu_message.c: Added mu-message-get-size,
5 mu-message-get-lines.
6 * libmu_scm/mu_address.c: Provide mu_scm_address_init() function.
7 * libmu_scm/mu_scm.c: Call mu_scm_address_init(), mu_scm_logger_init().
8 Added mu-package and mu-version variables.
9 * libmu_scm/mu_scm.h: Prototypes for mu_scm_address_init() and
10 mu_scm_logger_init().
11 * libmu_scm/Makefile.am: Added mu_logger.c
12
13 * guimb/main.c: Added --mailbox and --user options. Added escape for
14 Scheme arguments (-{ and -}).
15 * guimb/run_scm.c: Call collect_output() before dropping mailbox.
16 Added exception handling. Added user-name variable.
17 * guimb/collect.c: Added collect_output().
18 * guimb/guimb.h: Added prototypes.
19 * guimb/Makefile.am: Added SUBDIRS.
20
21 * guimb/scm: (new) Directory containing guimb modules and scripts.
22 * guimb/scm/Makefile.am: (new)
23 * guimb/scm/sieve.scm: (new) Sieve to Scheme translator.
24 * guimb/scm/sieve-core.scm: (new) Sieve core functions for scripts
25 generated by sieve.scm.
26 * guimb/scm/redirect.scm: (new) Implementation of sieve "redirect"
27 action.
28
29 * configure.in: Output guimb/scm/Makefile.
30
1 2001-08-02 Sam Roberts 31 2001-08-02 Sam Roberts
2 32
3 * folder_imap.c: don't pretend to be authorized if we are not, it 33 * folder_imap.c: don't pretend to be authorized if we are not, it
......