summaryrefslogtreecommitdiff
path: root/comsat
AgeCommit message (Collapse)AuthorFiles
2007-07-05(INCLUDES): Remove INTLINCSSergey Poznyakoff1
2007-06-27Prepare for the GPL v.3 release. Relicense programs under GPL v.3, libraries ↵Sergey Poznyakoff5
under LPGL v.3
2006-09-27Minor fixesSergey Poznyakoff1
2006-08-29(act_getline): Change return type toSergey Poznyakoff1
unsigned. Return actual number of input lines processed or 0 on failure (either I/O, or memory allocation or EOF). (action_echo): Rewritten to use shell-like syntax (run_user_action): Rewritten main loop to make it cleaner. In particular, expand agruments after word splitting. Use new echo semantics.
2006-03-07Use MU_LIB_.* variables instead of referring to the libraries by their ↵Sergey Poznyakoff1
relative paths.
2005-11-15(UNCLUDES): Rewritten using MU_COMMON_INCLUDESSergey Poznyakoff1
2005-11-12Load MU_AUTHLIBS before libmailutils. Fixes cygwin buildSergey Poznyakoff1
2005-11-03Load libmuauth before libmailutilsSergey Poznyakoff1
2005-11-02Fix typo in the commentSergey Poznyakoff1
2005-08-27Normalize global namespace. Part 2Wojciech Polak3
2005-08-26Normalize global namespace. Part 1Sergey Poznyakoff3
2005-08-16Rename libmailbox to libmailutils. Rename the convenience library ↵Sergey Poznyakoff1
(lib/libmailutils) to libmuaux.
2005-08-16Remove __P() and __PMT() wrappers.Sergey Poznyakoff1
2005-07-26Use registrar_record instead of directly accessing registrar list.Sergey Poznyakoff1
2005-06-27argcv_unescape_char renamed to argcv_unquote_charSergey Poznyakoff1
2005-05-17Updated FSF addressalpha_0_6_90Sergey Poznyakoff5
2005-01-04Revise error messages for accordance with GNU standards:Sergey Poznyakoff3
begin messages with a capital letter, unless they are prefixed with `file:line:' or their exact look is important due to compatibility reasons. Do not end messages with a period. Avoid using contracted negations.
2004-06-12Commented out unused static functionsSergey Poznyakoff1
2004-06-04Use MU_COMMON_LIBRARIESSergey Poznyakoff1
2004-04-08Make info text clearer.Sergey Poznyakoff1
2003-12-28(main): Minor fix (do not use hardcoded log facility)uid656971
2003-09-20UpdatedSergey Poznyakoff1
2003-08-28Adopted _LDADD for the new library layout.Sergey Poznyakoff1
2003-08-20(expand_escape): Use argcv_unescape_char() instead of backslash().Sergey Poznyakoff1
2003-07-08Bugfix.Sergey Poznyakoff1
2003-07-01(notify_user): Bugfix: do not pass size_t instead of off_t.Sergey Poznyakoff1
2003-03-29(main): Use mu_argp_init.Sergey Poznyakoff1
2003-03-10use ngettextSergey Poznyakoff1
2003-02-09Updated FSF address.Wojciech Polak4
2003-01-28Removed unneded colon in the argument to perror.Sergey Poznyakoff1
2003-01-22Renamed mu_errstring to mu_strerror for consistency with the usual practice.Sergey Poznyakoff1
2002-12-312002-12-31 Jeff Bailey <jbailey@gnu.org>Jeff Bailey1
* 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-27Added missing N_() markers.Sergey Poznyakoff1
2002-12-25Do not include \r\n to the i18n strings.Sergey Poznyakoff1
2002-12-24Added @INTLINCS@ and @LTLIBINTL@ where appropriate.Sergey Poznyakoff1
2002-12-23Added initial NLS supportWojciech Polak4
2002-12-05Removed unneded inclusion of getopt.hSergey Poznyakoff1
2002-11-30Removed traces of ansi2knr.cSergey Poznyakoff1
2002-09-12Include mailutils/argcv.hSergey Poznyakoff1
2002-09-12Removed include <argcv.h>Sergey Poznyakoff1
2002-09-03Added copyleft header.Sergey Poznyakoff1
2002-09-01Removed erroneous redeclaration of getutent.Sergey Poznyakoff1
2002-08-13Include <mailutils/mu_auth.h>Sergey Poznyakoff1
2002-08-13Switched to the new authentication/authorization functions.Sergey Poznyakoff1
2002-08-07Removed argp_program_bug_address. Use PACKAGE_STRING, provided by the new ↵Sergey Poznyakoff1
autoconf.
2002-07-23(comsatd_parse_opt): Fixed dereference of child_inputs.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-02Provide extern declarations for *utent calls.Sergey Poznyakoff1

Return to:

Send suggestions and report system problems to the System administrator.