1. 28 May, 2008 2 commits
  2. 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
  3. 15 Mar, 2008 1 commit
  4. 07 Mar, 2008 4 commits
  5. 03 Mar, 2008 2 commits
  6. 02 Mar, 2008 4 commits
  7. 29 Feb, 2008 4 commits
  8. 28 Feb, 2008 2 commits
  9. 26 Feb, 2008 4 commits
  10. 25 Feb, 2008 1 commit
  11. 21 Feb, 2008 4 commits
  12. 09 Feb, 2008 1 commit
  13. 08 Feb, 2008 2 commits
  14. 06 Feb, 2008 8 commits
    • Sergey Poznyakoff authored
    • Sergey Poznyakoff authored
    • Sergey Poznyakoff authored
    • New file · 2894ce9c
      Sergey Poznyakoff authored
    • Sergey Poznyakoff authored
    • New file · 0dedfaf2
      Sergey Poznyakoff authored
    • * 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