summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFiles
2003-01-05(sieve_relcmp_t,sieve_relcmpn_t): New types.Sergey Poznyakoff1
(sieve_register_comparator): Changed prototype. (sieve_require_relational,sieve_str_to_relcmp) (sieve_get_relcmp): New functions.
2002-12-312002-12-31 Jeff Bailey <jbailey@gnu.org>Jeff Bailey3
* auth/Makefile.am: Correct copyright year, add license information. * sieve/testsuite/Makefile.am: Likewise. * testsuite/Makefile.am: Likewise. * sieve/Makefile.am: Likewise. * scripts/guile-1.6/Makefile.am: Likewise. * scripts/guile-1.4/Makefile.am: Likewise. * scripts/Makefile.am: Likewise. * readmsg/testsuite/Makefile.am: Likewise. * readmsg/Makefile.am: Likewise. * mh/Makefile.am: Likewise. * messages/testsuite/Makefile.am: Likewise. * messages/Makefile.am: Likewise. * pop3d/testsuite/Makefile.am: Likewise. * pop3d/Makefile.am: Likewise. * mapi/Makefile.am: Likewise. * mail.remote/testsuite/Makefile.am: Likewise. * mail.remote/Makefile.am: Likewise. * mail.local/testsuite/Makefile.am: Likewise. * mail.local/Makefile.am: Likewise. * mailbox2/pop3/Makefile.am: Likewise. * mailbox2/mbox/Makefile.am: Likewise. * mailbox2/include/mailutils/sys/Makefile.am: Likewise. * mailbox2/include/mailutils/Makefile.am: Likewise. * mailbox2/include/Makefile.am: Likewise. * mailbox2/Makefile.am: Likewise. * mailbox/testsuite/Makefile.am: Likewise. * mailbox/include/Makefile.am: Likewise. * mailbox/Makefile.am: Likewise. * mail/testsuite/Makefile.am: Likewise. * mail/Makefile.am: Likewise. * m4/Makefile.am: Likewise. * libsieve/Makefile.am: Likewise. * libmu_scm/Makefile.am: Likewise. * lib/posix/Makefile.am: Likewise. * lib/Makefile.am: Likewise. * include/mailutils/gnu/Makefile.am: Likewise. * include/mailutils/Makefile.am: Likewise. * include/Makefile.am: Likewise. * imap4d/Makefile.am: Likewise. * imap4d/testsuite/Makefile.am: Likewise. * guimb/scm/Makefile.am: Likewise. * guimb/Makefile.am: Likewise. * from/testsuite/Makefile.am: Likewise. * from/Makefile.am: Likewise. * frm/testsuite/Makefile.am: Likewise. * examples/Makefile.am: Likewise. * frm/Makefile.am: Likewise. * dotlock/Makefile.am: Likewise. * doc/texinfo/Makefile.am: Likewise. * doc/rfc/Makefile.am: Likewise. * doc/man/Makefile.am: Likewise. * doc/Makefile.am: Likewise. * comsat/Makefile.am: Likewise. * Makefile.am: Likewise. * configure.ac: Update FSF Address
2002-12-31Enclosed declarations in extern "C" blockSergey Poznyakoff1
2002-12-31Use __PMT in nested declarations for C++ compatibility.Sergey Poznyakoff2
2002-12-31Use __PMT in nested declarations for C++ compatibility.Sergey Poznyakoff11
2002-12-31Added guile.hSergey Poznyakoff1
2002-12-31Interface declarations for libmu_scm.hSergey Poznyakoff1
2002-12-29Fixed C source copyrights to be compatible with the GNU 'Maintaining'Wojciech Polak31
document, i.e. "This program" -> "GNU Mailutils".
2002-12-28New flag MU_STREAM_ALLOW_LINKS: allow links on a file. Needed for MH.Sergey Poznyakoff1
2002-12-24When using included libintl, useSergey Poznyakoff1
only intl/libgnuintl.h. Using system default libintl.h on systems with older libintls causes random coredumps.
2002-12-23NLS main header fileWojciech Polak3
2002-12-14Removed duplicate declaration of mu_auth_data_free.Sergey Poznyakoff1
2002-12-14Changed type of `number' to size_t.Sergey Poznyakoff1
2002-12-10(sieve_include_path,sieve_library_path): New globalsSergey Poznyakoff1
2002-12-04Include local copy of getopt.h if the system does not provide one.Sergey Poznyakoff1
2002-12-04getopt.h moved from lib to include/mailutils/gnuSergey Poznyakoff2
2002-12-04(mu_print_options, mu_check_option): New functions.Sergey Poznyakoff1
2002-11-25(sieve_malloc,sieve_mstrdup,sieve_mrealloc,sieve_mfree): New functions.Sergey Poznyakoff1
2002-11-22(sieve_require_action, sieve_require_test): New functions.Sergey Poznyakoff1
2002-11-20(sieve_test_lookup)Sergey Poznyakoff1
(sieve_action_lookup,sieve_register_test) (sieve_register_action,sieve_register_comparator) (sieve_comparator_lookup,sieve_require_comparator) (sieve_get_comparator): Accept the pointer to sieve machine as first argument.
2002-11-18Added comments.Sergey Poznyakoff1
2002-11-15(sieve_retrieve_t): Extra argument.Sergey Poznyakoff1
(sieve_destructor_t,sieve_tag_checker_t): New types. (sieve_value_t): New member v.ptr. (sieve_tag_def_t): Removed num member. (sieve_tag_group_t): New data type. (sieve_runtime_tag): Changed type of tag member to char *. (sieve_register_t): Removed unused members. Changed type of tags member. (sieve_register_test,sieve_register_action): Changed type of fourth argument (tags). (sieve_machine_destroy,sieve_machine_add_destructor): New functions.
2002-11-15(address_aget_local_part,address_aget_domain): New functions.Sergey Poznyakoff1
2002-11-15(list_replace): New function.Sergey Poznyakoff1
2002-11-14added declaration of address_dup()Frederic Gobry1
2002-11-14(sieve_comparator_t,sieve_retrieve_t): New datatypes.Sergey Poznyakoff1
(sieve_vlist_do,sieve_vlist_compare,sieve_comparator_lookup) (sieve_register_comparator,sieve_get_comparator): New functions. (sieve_action_discard): Log output made compatible with that of CMU ported sieve.
2002-11-14Changed sieve_machine_t to be a pointer to structure.Sergey Poznyakoff1
2002-11-13(sieve_vprintf_t): Removed.Sergey Poznyakoff1
(sieve_parse_error_t): New data type. (sieve_compile): Changed prototype declaration. (sieve_get_data,sieve_get_message,sieve_get_message_num) (sieve_get_debug_level,sieve_mailbox,sieve_disass) (sieve_machine_init,sieve_machine_set_error) (sieve_machine_set_parse_error): New functions.
2002-11-12Added basic code generation and debuggingSergey Poznyakoff1
2002-11-08Added libsieve.hSergey Poznyakoff2
2002-11-05Added MU_HEADER_REFERENCES.Sergey Poznyakoff1
2002-10-02(address_contains_email,address_union): new functions.Sergey Poznyakoff1
2002-09-18(mu_path_folder_dir): New global. Holds the name of the user's folder ↵Sergey Poznyakoff1
directory.
2002-09-12Added to the repositorySergey Poznyakoff1
2002-09-12Conditionally include gnu/argp.hSergey Poznyakoff1
2002-09-12Added argcv.hSergey Poznyakoff1
2002-09-12Moved from lib/Sergey Poznyakoff1
2002-09-12Replacements for GNU headers that might be missing but are needed for mailutilsSergey Poznyakoff2
2002-09-03Added copyleft header.Sergey Poznyakoff2
2002-09-01(mu_tempname): New function. Creates a unique temporary file name in tmpdir.Sergey Poznyakoff1
2002-08-28(mu_license_text): External declaration.Sergey Poznyakoff1
2002-08-13(mu_register_getpwnam,mu_register_getpwuid,mu_getpwnam,mu_getpwuid,mu_virtua ↵Sergey Poznyakoff1
l_domain): Removed.
2002-08-13(mu_register_capa): New prototype.Sergey Poznyakoff1
2002-08-13Added mu_auth.hSergey Poznyakoff1
2002-08-13Prototypes for mailutils authentication/authorization functions.Sergey Poznyakoff1
2002-08-04(mailbox_flush): New prototype.Sergey Poznyakoff1
2002-08-04(MU_ATTRIBUTE_IS_UNSEEN,MU_ATTRIBUTE_IS_UNREAD) New macros.Sergey Poznyakoff1
2002-08-04(mu_register_getpwuid): Fixed proto.Sergey Poznyakoff1
2002-07-26(struct daemon_param): New member "transcript"Sergey Poznyakoff1
2002-06-27(mu_expand_path_pattern): new prototype.Sergey Poznyakoff1

Return to:

Send suggestions and report system problems to the System administrator.