summaryrefslogtreecommitdiff
path: root/mail.local
AgeCommit message (Collapse)AuthorFiles
2002-12-312002-12-31 Jeff Bailey <jbailey@gnu.org>Jeff Bailey2
* 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-31Include <mailutils/guile.h>Sergey Poznyakoff1
2002-12-31Removed -I$(top_srcdir)/libmu_scmSergey Poznyakoff1
2002-12-28Reverted \v changes. Failed experiment.Sergey Poznyakoff1
2002-12-28Added call to mu_init_nlsSergey Poznyakoff1
2002-12-28Exclude '\v' from xgettext markers.Sergey Poznyakoff1
2002-12-27Added missing N_() markers.Sergey Poznyakoff1
2002-12-24Added NLS.Wojciech Polak4
2002-12-24Added @INTLINCS@ and @LTLIBINTL@ where appropriate.Sergey Poznyakoff1
2002-12-13Create temporary mailbox instead of the temporary message, to avoid problems ↵Sergey Poznyakoff3
when running sieve fileinto.
2002-12-12(_sieve_action_log): Use vasprintf.Sergey Poznyakoff1
2002-12-10(argp_capa): Added "sieve" capability.Sergey Poznyakoff1
(main): Invoke mu_sieve_argp_init().
2002-12-09(sieve_test): Bugfix: runSergey Poznyakoff1
sieve_machine_destroy() only if the compilation succeeded. (deliver): Removed unused variable sb. Use isize instead.
2002-12-05Removed unneded inclusion of getopt.hSergey Poznyakoff1
2002-11-30Removed traces of ansi2knr.cSergey Poznyakoff1
2002-11-24(deliver): Bugfix: n and isize were not declared.Sergey Poznyakoff1
2002-11-20(make_tmp): Create a message insteadSergey Poznyakoff1
of returning file pointer. (argp_capa): Added "mailer" capability. (sieve_test): Second argument. (mda,deliver): Take message_t as first argument, instead of FILE*.
2002-11-20(mda): Changed prototype.Sergey Poznyakoff2
(struct mda_data): Replaced FILE *fp with message_t msg.
2002-11-19Support for user-defined sieve filters. Improved debugging.Sergey Poznyakoff1
2002-11-19Include libsieve.hSergey Poznyakoff1
2002-11-19Added libsieve.laSergey Poznyakoff1
2002-11-15(parse_opt): Use argp_error to report errorsSergey Poznyakoff1
2002-11-07Avoid unnecessary memory allocation.Sergey Poznyakoff1
2002-11-07Fixed comment.Sergey Poznyakoff1
2002-11-05(make_tmp): Initialize auth to NULL.Sergey Poznyakoff1
2002-11-04Added SUBDIRS.Sergey Poznyakoff1
2002-11-04Added to the repositorySergey Poznyakoff7
2002-11-04(switch_user_id): Changed prototype to honour mu_auth_data->change_uid member.Sergey Poznyakoff3
2002-11-03Fixed indentation.Sergey Poznyakoff1
2002-10-13Added /mailbox to INCLUDESSergey Poznyakoff1
2002-10-03Added missing includes.Sergey Poznyakoff1
2002-09-10Added @GUILE_INCLUDES@ and @GUILE_LIBS@.Sergey Poznyakoff1
2002-09-03Added copyleft header.Sergey Poznyakoff1
2002-08-13Include <mailutils/mu_auth.h>Sergey Poznyakoff1
2002-08-13Switched to the new authentication/authorization functions.Sergey Poznyakoff2
2002-08-07Removed argp_program_bug_address. Use PACKAGE_STRING, provided by the new ↵Sergey Poznyakoff1
autoconf.
2002-06-27(mda_init,mda_next): use mu_expand_path_pattern.Sergey Poznyakoff1
2002-06-27(make_progfile_name): Removed prototype.Sergey Poznyakoff1
2002-06-27(make_progfile_name): moved to mailbox/mutil.c:mu_expand_path_patternSergey Poznyakoff1
2002-05-16(mda_catch_body): Switch to the user's uid and change to his homedirSergey Poznyakoff1
before running his filtering script. Switch back to root before running mda().
2002-05-16(switch_user_id): prototype.Sergey Poznyakoff1
2002-05-14ignoring .gdbinitSam Roberts1
2002-05-14Removed redundant mu_ prefix from mailutils/mu_argp.h.Sam Roberts1
2002-05-13Changed mu_argp.h to mailutils/mu_argp.hSergey Poznyakoff1
2002-05-02(mda_catch_body): Check if the message is to be delivered here, insteadSergey Poznyakoff1
of doing it in deliver(). If the message was modified, drop it to the separate temporary file first, so that all modifications get to the user's maildrop.
2002-05-02Changed mda() declaration.Sergey Poznyakoff2
2002-04-11Added "license" capability.Sergey Poznyakoff1
2002-04-11split mailutils capabilitiesSam Roberts1
2002-03-25Finished split of forward declarations into <mailutils/types.h>. Now youSam Roberts1
have to include the header for the functions you want to use, but you can change a header without causing a recompile of everything. Also added some missing LGPL file headers.
2002-03-13Removed @ARGPINCS@ and @ARGPLIBS@Sergey Poznyakoff1

Return to:

Send suggestions and report system problems to the System administrator.