Commit 6fd7a274 6fd7a27485aae4338c0d4c20af682757b4e1fbfb by Sergey Poznyakoff

Updated

1 parent 65e98f95
Showing 1 changed file with 25 additions and 0 deletions
1 2002-09-02 Sergey Poznyakoff
2
3 * comsat/comsat.c: Removed erroneous redeclaration of
4 getutent.
5 * doc/texinfo/c-api.texi: Removed reference to non-implemented
6 NNTP.
7 * doc/texinfo/programs.texi: Documented sieve.
8
9 * guimb/scm/sieve.scm: Removed.
10 * guimb/scm/sieve.scm.in: Added to the repository.
11 * guimb/scm/Makefile.am: Make sieve.scm from sieve.scm.in
12 * guimb/scm/.cvsignore: Added sieve.scm
13 * guimb/scm/sieve-core.scm (sieve-expand-filename): Fixed syntax error.
14
15 * mailbox/mutil.c (mu_tempname): New function. Creates a unique
16 temporary file name in tmpdir.
17 * include/mailutils/mutil.h: Likewise.
18 * mail/edit.c: Use mu_tempname
19 * mail/visual.c: Likewise.
20 * examples/mimetest.c: Likewise.
21
22 * testsuite/lib/mailutils.exp: Couple of fixes.
23 * sieve/testsuite/sieve/DISTFILES: Temporarly removed compile.exp:
24 it uses files not included in the distribution.
25
1 2002-08-29 Sergey Poznyakoff 26 2002-08-29 Sergey Poznyakoff
2 27
3 * Makefile.am: Added examples/ to SUBDIRS. 28 * Makefile.am: Added examples/ to SUBDIRS.
......