summaryrefslogtreecommitdiff
path: root/sieve/Makefile.am
AgeCommit message (Collapse)AuthorFiles
2002-02-20The exe_DEPENDENCIES lines prevent the _LDADD lines being used forSam Roberts1
dependencies, so the exes dont' get rebuilt when the libraries are rebuilt, unless explicitly listed.
2002-02-13Use libtool for built ARGP and libmailutilsJeff Bailey1
2002-02-07Documentation and build fixesJeff Bailey1
2002-01-27Now parsing options with argp instead of getopts.Sam Roberts1
2002-01-06Split the implementation of the mailutils-based sieve engine out of sieve.c,Sam Roberts1
which now contains only a utility that uses the engine to sieve mailboxes.
2001-08-25 * mailbox2/header.c(header_aget_value): Base on discussion with SergeyAlain Magloire1
if the call fails no memory should be allocated and the return status should be return i.e. status != 0. * sieve/Makefile.am: To EXTRA_DIST add md5-rsa.{c,h}.
2001-08-06 * sieve/{exitcodes.h hmac-md5.h md5.c md5.h md5global.h}: Removed.Alain Magloire1
* sieve/md5-rsa.c: New file, clear identiy that the algo. is from RSA and not GNU md5. * sieve/md5-rsa.h : New file. * sieve/Makefile.am: added md5-rsa.[ch]. * sieve/message.h: lcase() change for strlower (). * sieve/script.c: Include md5-rsa.h. * sieve/sieve-gram.y: lcase changed for strlower (). * sieve/util.c: Remove all the unnecassary code and only implement strlower() and strupper(). * sieve/util.h: Only export strlower and struppper ().
2001-08-01 * sieve/Makefile.am: Remove gcc specific flags.Alain Magloire1
* sieve/xmalloc.c: Removed, use lib/xmalloc.c instead. * sieve/xmalloc.h: Removed. * sieve/sysexists.h: Removed.
2001-06-18More fixes to the packaging structure by Sergey.Sam Roberts1
2001-06-15Patches from Sergey to make the auto* stuff work, now uses lex/yaccSam Roberts1
portably, and puts all the necessary files into the distribution.
2001-06-08Initial commit of the port of CMU's sieve engine. It builds, and someSam Roberts1
actions work, but has seen very little use.

Return to:

Send suggestions and report system problems to the System administrator.