Updated
Showing
1 changed file
with
32 additions
and
0 deletions
1 | 2002-01-21 Sergey Poznyakoff | 1 | 2002-01-21 Sergey Poznyakoff |
2 | 2 | ||
3 | * acconfig.h: Added WITH_GUILE define. | ||
4 | * configure.in: Define WITH_GUILE. Added mail.local. | ||
5 | * Makefile.am: Added mail.local. | ||
6 | |||
7 | * guimb/run_scm.c: Deleted. | ||
8 | * guimb/Makefile.am: Removed run_scm.c | ||
9 | * guimb/collect.c (guimb_catch_body, guimb_catch_handler) New | ||
10 | functions. | ||
11 | * guimb/guimb.h: Added new declarations. | ||
12 | * guimb/main.c: New command line options: --maildir (set | ||
13 | mailspool pathname), --source (set scheme source file name). | ||
14 | Use mu_process_mailbox instead of run_main. | ||
15 | * guimb/scm/sieve.scm: Add "#!" magic to the beginning of | ||
16 | the output script. Improved diagnostics. Fixed bug in | ||
17 | next-token-from-port. | ||
18 | |||
19 | * libmu_scm/mu_guimb.c: (new) | ||
20 | * libmu_scm/Makefile.am: Added mu_guimb.c | ||
21 | * libmu_scm/mu_message.c (mu_message_send): Initialize mailer | ||
22 | to NULL. | ||
23 | * libmu_scm/mu_scm.h: Added proto for mu_process_mailbox. | ||
24 | |||
25 | * mail.local: Added to repository. | ||
26 | * mail.local/Makefile.am: Likewise. | ||
27 | * mail.local/.cvsignore: Likewise. | ||
28 | * mail.local/mail.local.h: Likewise. | ||
29 | * mail.local/main.c: Likewise. | ||
30 | * mail.local/mailquota.c: Likewise. | ||
31 | * mail.local/script.c: Likewise. | ||
32 | |||
33 | 2002-01-21 Sergey Poznyakoff | ||
34 | |||
3 | * configure.in: New option --with-maildir allows to | 35 | * configure.in: New option --with-maildir allows to |
4 | specify the location of mailspool instead of the | 36 | specify the location of mailspool instead of the |
5 | default _PATH_MAILDIR. | 37 | default _PATH_MAILDIR. | ... | ... |
-
Please register or sign in to post a comment