summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
1999-09-11Imported sourcesstartgnuJeff Bailey13
2008-03-07Fix translatable strings.Sergey Poznyakoff7
2008-03-07UpdateSergey Poznyakoff1
2008-03-07Fix diagnostic messages.Sergey Poznyakoff5
2008-03-07Require gettext 0.17Sergey Poznyakoff1
2008-03-03* maidag/maidag.c (main): Fix autodetection of log_to_stderr.Sergey Poznyakoff6
* maidag/deliver.c, maidag/maidag.h, maidag/mailtmp.c: Rename mailer_err to maidag_error. * maidag/util.c (mailer_err): Rename to maidag_error. Print to stderr only if log_to_stderr is set.
2008-03-03Fix bootstrapping with gettext 0.17.Sergey Poznyakoff13
* bootstrap.conf (avoided_gnulib_modules): Remove size_max (excluded_files): Remove m4/size_max.m4. (gnulib_extra_files): Add m4/inttostr.m4 * gnulib.modules: Add intprops and stdint. * m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4, m4/inttypes-h.m4, m4/inttypes-pri.m4, m4/inttypes.m4, m4/inttypes_h.m4: Remove
2008-03-02UpdateSergey Poznyakoff1
2008-03-02* bootstrap.conf (XGETTEXT_OPTIONS): Update flags.Sergey Poznyakoff5
* configure.ac, NEWS: Version 1.9.90 * m4/.cvsignore: Add environ.m4
2008-03-02UpdateSergey Poznyakoff1
2008-03-02PO files are gotten from the TPSergey Poznyakoff11
2008-02-29* mh/folder.c, mh/mh_argp.c, mh/mh_getopt.c, mh/mh_init.c,Sergey Poznyakoff6
mh/rmf.c: Use mu_program_name instead of program_invocation_short_name.
2008-02-29UpdateSergey Poznyakoff1
2008-02-29(mh_whom): Improve diagnostics.Sergey Poznyakoff1
2008-02-29(mh_context_read): Allow for header continuation lines.Sergey Poznyakoff1
2008-02-28UpdateSergey Poznyakoff1
2008-02-28(AM_LDFLAGS): Remove.Sergey Poznyakoff1
(LDADD): Add the necessary libraries. (aclck_LDADD, argcv_LDADD): Remove. (muemail_LDADD): Needs MU_APP_LIBRARIES.
2008-02-26UpdateSergey Poznyakoff1
2008-02-26UpdateSergey Poznyakoff1
2008-02-26(mu_parse_config): Fix memory leak.Sergey Poznyakoff1
2008-02-26Fix error reporting.Sergey Poznyakoff1
2008-02-252008-02-25 Darel Henman <dhenman@gmail.com> \n\n\t* examples/Makefile.am: ↵Darel Henman1
Added a missing getopt, optarg, optind dependency for the following files: base64.c, decode2047.c, echosrv.c, encode2047.c, header.c, and listop.c. This change adds the <filename>_LDADD for them.
2008-02-21UpdateSergey Poznyakoff1
2008-02-21Add forward declaration of _add_load_dirSergey Poznyakoff1
2008-02-21(DATE_SET): Fix bug introduced 2008-01-02: val can sometimes be negative.Sergey Poznyakoff1
2008-02-21(aclck_LDADD): Define.Sergey Poznyakoff1
2008-02-09* comsat/comsat.c (comsat_cfg_param): Reword a help messageSergey Poznyakoff4
for require-tty. * examples/header.c (cmd_readline): New function. New command 'readline'. * po/POTFILES.in: Remove stray reference to muerrno.c
2008-02-08UpdateSergey Poznyakoff1
2008-02-08(act_getline): Bugfix. Do not return eof on an empty line. Reported by Damon ↵Sergey Poznyakoff1
Harper.
2008-02-06UpdateSergey Poznyakoff1
2008-02-06Implement variable expansions in prompt.Sergey Poznyakoff1
2008-02-06UpdateSergey Poznyakoff1
2008-02-06New fileSergey Poznyakoff1
2008-02-06UpdateSergey Poznyakoff1
2008-02-06New fileSergey Poznyakoff1
2008-02-06(read_bulletin_db): Return success if db does not exist.Sergey Poznyakoff1
2008-02-06* NEWS: Update.Sergey Poznyakoff21
* imap4d/bye.c, imap4d/starttls.c, imap4d/util.c: Use exit codes from sysexits.h * imap4d/imap4d.c: Use mu_set_signals to install signals. Use exit codes from sysexits.h. * imap4d/imap4d.h: Include sysexits.h and muaux.h (ERR_TERMINATE): New define. (imap4d_sigchld,imap4d_signal): Remove. (imap4d_master_signal,imap4d_child_signal): New prototypes. * imap4d/signal.c (imap4d_master_signal,imap4d_child_signal): New functions. * pop3d/pop3d.h Include sysexits.h and muaux.h (ERR_TERMINATE): New define. (pop3d_signal): Remove. (pop3d_master_signal, pop3d_child_signal): New protos. * pop3d/signal.c (pop3d_master_signal, pop3d_child_signal): New functions. * pop3d/extra.c, pop3d/popauth.c * pop3d/pop3d.c: Use mu_set_signals to install signals. Use exit codes from sysexits.h. * include/mailutils/server.h (mu_m_server_set_strexit): New prototype. * include/mailutils/types.hin (MU_ARRAY_SIZE): New define. * lib/Makefile.am (libmuaux_la_SOURCES): Add signal.c, strexit.c. (noinst_HEADERS): Add muaux.h * lib/muaux.h: New file. * libsieve/extensions/spamd.c: Add NLS markers. * mailbox/header.c (header_readline): Minor rewrite. * mailbox/msrv.c (struct _mu_m_server): New member `strexit'. (mu_m_server_begin): Call alloc_children. (mu_m_server_restore_signals): New function. (mu_m_server_end): Call mu_m_server_restore_signals. (m_srv_conn): Reset signals in child branch. * po/POTFILES.in: Update.
2008-02-05* NEWS: Update.Sergey Poznyakoff1
* imap4d/bye.c, imap4d/starttls.c, imap4d/util.c: Use exit codes from sysexits.h * imap4d/imap4d.c: Use mu_set_signals to install signals. Use exit codes from sysexits.h. * imap4d/imap4d.h: Include sysexits.h and muaux.h (ERR_TERMINATE): New define. (imap4d_sigchld,imap4d_signal): Remove. (imap4d_master_signal,imap4d_child_signal): New prototypes. * imap4d/signal.c (imap4d_master_signal,imap4d_child_signal): New functions. * pop3d/pop3d.h Include sysexits.h and muaux.h (ERR_TERMINATE): New define. (pop3d_signal): Remove. (pop3d_master_signal, pop3d_child_signal): New protos. * pop3d/signal.c (pop3d_master_signal, pop3d_child_signal): New functions. * pop3d/extra.c, pop3d/popauth.c * pop3d/pop3d.c: Use mu_set_signals to install signals. Use exit codes from sysexits.h. * include/mailutils/server.h (mu_m_server_set_strexit): New prototype. * include/mailutils/types.hin (MU_ARRAY_SIZE): New define. * lib/Makefile.am (libmuaux_la_SOURCES): Add signal.c, strexit.c. (noinst_HEADERS): Add muaux.h * lib/muaux.h: New file. * libsieve/extensions/spamd.c: Add NLS markers. * mailbox/header.c (header_readline): Minor rewrite. * mailbox/msrv.c (struct _mu_m_server): New member `strexit'. (mu_m_server_begin): Call alloc_children. (mu_m_server_restore_signals): New function. (mu_m_server_end): Call mu_m_server_restore_signals. (m_srv_conn): Reset signals in child branch. * po/POTFILES.in: Update.
2008-02-05Forgotten to commit yesterdaySergey Poznyakoff1
2008-02-05* mailbox/header.c (header_readline): Bugfix: account forSergey Poznyakoff6
multi-line headers. * imap4d/list.c (imap4d_list): Speed up LIST "" INBOX. * libproto/imap/folder.c (folder_imap_list): Remove erroneous assignments to f_imap->folder. Fix handling of remote mailboxes in clients: * libproto/imap/url.c (_url_imap_init,_url_imaps_init): Remove call to mu_url_init. * libproto/pop/url.c (_url_pop_init): Remove call to mu_url_init. * mailbox/mailbox.c (mailbox_folder_create): Bugfix: Lack of path component is not an error.
2008-02-04* mailbox/msrv.c (struct _mu_m_server): New member `num_children'.Sergey Poznyakoff2
New member `child_pid'. (children): Remove global. (m_server_list): New variable. Keeps track of created m_servers. (alloc_children, register_child, unregister_child) (terminate_children): New functions. (m_server_cleanup): New function. (mu_m_server_idle): Iterate over all registered m-servers until one of them recognizes the child. (mu_m_server_create,mu_m_server_destroy): Keep track of existing m-servers using m_server_list. (mu_m_server_set_max_children): Rewrite using alloc_children. (mu_m_server_run): Terminate all children before returning. (m_srv_conn): Use register_child to remember created children.
2008-02-04* NEWS: Update.Sergey Poznyakoff8
* examples/header.c: New command `itr'. (main): Empty input repeats the recent command. * include/mailutils/header.h (mu_header_get_iterator): New function. * libproto/include/header0.h (struct _mu_header): New member itr. * mailbox/Makefile.am (libmailutils_la_SOURCES): Add hdritr.c * mailbox/hdritr.c: New file. * mailbox/header.c (mu_header_remove): Bugfix. Invalidate the header after removal.
2008-01-31* auth/radius.c (_expand_query): Fix typo.Sergey Poznyakoff3
* mailbox/cfg_lexer.c (copy_string0): New function. (copy_string): Rewrite using copy_string0. (copy_to): Parse strings correctly. (default_lexer): Bugfix. Return string if tag is quoted.
2008-01-28* pop3d/bulletin.c (open_bulletin_mailbox): Bugfix.Sergey Poznyakoff2
2008-01-24UpdateSergey Poznyakoff1
2008-01-24(mu_stream_vprintf): Bugfix.Sergey Poznyakoff1
2008-01-24(mu_cfg_section_add_params): Initialize section.target with param->data;Sergey Poznyakoff1
2008-01-22BugfixSergey Poznyakoff2
2008-01-22UpdateSergey Poznyakoff1
2008-01-22(mu_iterator_detach): Bugfix.Sergey Poznyakoff1

Return to:

Send suggestions and report system problems to the System administrator.