- 28 May, 2008 2 commits
-
-
- 07 Apr, 2008 1 commit
-
-
* include/mailutils/libsieve.h (mu_sieve_compile_buffer): New function. * libsieve/sieve.h (sieve_lex_begin_string): New function. * libsieve/sieve.l: Remove support for AT&T lex. (sieve_lex_begin_string): New function. * libsieve/sieve.y (mu_sieve_compile_buffer): New function. * mailbox/header.c: Fix indentation.
Sergey Poznyakoff authored
-
- 15 Mar, 2008 1 commit
-
-
- 07 Mar, 2008 4 commits
-
-
- 03 Mar, 2008 2 commits
-
-
* 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.
Sergey Poznyakoff authored -
* 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
Sergey Poznyakoff authored
-
- 02 Mar, 2008 4 commits
-
-
- 29 Feb, 2008 4 commits
-
- 28 Feb, 2008 2 commits
-
-
-
(LDADD): Add the necessary libraries. (aclck_LDADD, argcv_LDADD): Remove. (muemail_LDADD): Needs MU_APP_LIBRARIES.
Sergey Poznyakoff authored
-
- 26 Feb, 2008 4 commits
-
-
- 25 Feb, 2008 1 commit
-
-
…d 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.
Darel Henman authored
-
- 21 Feb, 2008 4 commits
-
-
- 09 Feb, 2008 1 commit
-
-
for require-tty. * examples/header.c (cmd_readline): New function. New command 'readline'. * po/POTFILES.in: Remove stray reference to muerrno.c
Sergey Poznyakoff authored
-
- 08 Feb, 2008 2 commits
-
-
- 06 Feb, 2008 8 commits
-
-
-
-
-
-
-
-
-
* 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.
Sergey Poznyakoff authored
-