1. 31 Oct, 2009 1 commit
  2. 25 Oct, 2009 3 commits
    • * include/mailutils/gsasl.h (mu_gsasl_module_data): Mark as extern.
      Sergey Poznyakoff authored
    • * examples/base64.c, examples/mta.c,
      imap4d/auth_gss.c, imap4d/imap4d.c,
      imap4d/preauth.c, libmu_auth/ldap.c,
      libmu_auth/virtual.c, libmu_scm/mu_body.c,
      libmu_scm/mu_port.c, libproto/mailer/smtp.c,
      mailbox/acl.c, mailbox/secret.c, pop3d/pop3d.c,
      python/libmu_py/address.c, sql/odbc.c: Fix argument
      signedness.
      
      * imap4d/fetch.c, imap4d/store.c (closures):
      Change type of `count' to int, to match the
      signature of util_msgset.
      * include/mailutils/guile.h (mu_scm_message_get): Fix
      return type (const is useless here).
      * libmu_scm/mu_message.c (mu_scm_message_get): Likewise.
      (scm_mu_message_copy): Fix type of the `wr' automatic variable.
      * libmu_scm/mu_mime.c (mu_scm_mime_get): Remove const qualifier
      from the return type.
      * libmu_argp/cmdline.c: Include stdlib.h.
      Sergey Poznyakoff authored
    • * mailbox/assoc.c (assoc_remove): Fix incorrect copying
      between assoc slots.
      * mailbox/cfg_parser.y (STRTONUM): Remove useless
      dereferencing. Change the loop from `while' to `for'.
      Sergey Poznyakoff authored
  3. 28 Sep, 2009 2 commits
  4. 24 Sep, 2009 5 commits
    • * include/mailutils/cfg.h (mu_cfg_perror): Mark as printflike.
      (mu_cfg_format_error): Likewise.
      * libmu_argp/radius.c (mu_radius_argp_option): Fix typo in the
      docstring.
      * mail/mail.h [!WITH_READLINE] (mailvar_set_compl): New define.
      Sergey Poznyakoff authored
    • * imap4d/auth_gsasl.c (auth_gsasl): Make IMAP server wait
      for empty final client response.
      * include/mailutils/gsasl.h (mu_gsasl_stream_create): Don't
      use deprecated GNU SASL types.
      Simon Josefsson authored
    • * imap4d/imap4d.c (imap4d_cfg_param): New global
      statement 'transcript'.
      (imap4d_connection): The transcript parameter overrides
      global imap4d_transcript settings.
      * pop3d/pop3d.c (pop3d_cfg_param, pop3d_connection): Likewise.
      Sergey Poznyakoff authored
    • * imap4d/util.c (imap4d_getline): Do not report
      ERR_NO_IFILE if an empty line is read.
      * mailbox/msrv.c (server_section_parser): Catch
      null tags.
      
      Bugs reported by Simon Josefsson.
      Sergey Poznyakoff authored
    • * libproto/mbox/mboxscan.c (mbox_scan_internal): Fix
      body size calculation: -1 was returned for empty body.
      Bug reported by Con Tassios <ct@swin.edu.au>.
      * po/POTFILES.in: Add mail/mailvar.c
      Sergey Poznyakoff authored
  5. 10 Sep, 2009 1 commit
  6. 08 Sep, 2009 1 commit
  7. 02 Sep, 2009 1 commit
  8. 01 Sep, 2009 2 commits
  9. 29 Aug, 2009 2 commits
  10. 28 Aug, 2009 1 commit
  11. 27 Aug, 2009 3 commits
    • Fix RPM spec. · 3bacf09e
      * mu-aux/mailutils.spec.in: Fix.
      Wojciech Polak authored
    • * configure.ac: New option --with-pythondir
      (PYTHON_SITE_DIR, PYTHON_EXEC_DIR): New subst variables.
      * python/libmu_py/Makefile.am: use pythonexec_LTLIBRARIES,
      instead of pythonexec_LTLIBRARIES.
      (pythonexecdir): New variable.
      * python/mailutils/Makefile.am: use pythonsite_PYTHON,
      instead of pkgpython_PYTHON.
      (pythonsitedir): New variable.
      Sergey Poznyakoff authored
    • * movemail/movemail.c (_cb_mailbox_ownership): Fix
      leftover diagnostic messages.
      * config/mailutils-config.c (options): Fix typo.
      Sergey Poznyakoff authored
  12. 26 Aug, 2009 1 commit
  13. 25 Aug, 2009 3 commits
    • * comsat/action.c (action_exec): Remove `line' argument.
      Do not explicitly add locus to the messages.
      (run_user_action): Add locus to diagnostics mu_debug_t,
      so it is prepended to all diagnostic messages automatically.
      * comsat/comsat.c: Improve help output
      * frm/frm.c (attr_help): Remove unnecessary variable.
      Sergey Poznyakoff authored
    • Option descriptions in `--help' output do not constitute
      conceptual sentences. Therefore, they should not begin
      with a capital letter, nor end with a final point.
      
      Affected files:
      
      comsat/comsat.c, config/mailutils-config.c, dotlock/dotlock.c,
      frm/frm.c, frm/from.c, guimb/main.c, imap4d/imap4d.c,
      libmu_argp/auth.c, libmu_argp/common.c, libmu_argp/gsasl.c,
      libmu_argp/pam.c, libmu_argp/radius.c, libmu_argp/sieve.c,
      libmu_argp/sql.c, libmu_argp/tls.c, libmu_argp/virtdomain.c,
      libmu_auth/sql.c, libmu_cfg/sql.c, maidag/maidag.c,
      maidag/mailquota.c, maidag/mailtmp.c, mail/mail.c,
      messages/messages.c, mh/ali.c, mh/anno.c, mh/burst.c, mh/comp.c,
      mh/fmtcheck.c, mh/folder.c, mh/forw.c, mh/inc.c, mh/install-mh.c,
      mh/mark.c, mh/mh_init.c, mh/mhl.c, mh/mhn.c, mh/mhparam.c,
      mh/mhpath.c, mh/pick.c, mh/refile.c, mh/repl.c, mh/rmf.c, mh/rmm.c,
      mh/scan.c, mh/send.c, mh/sortm.c, mh/whatnow.c, mh/whom.c,
      mimeview/mimeview.c, movemail/movemail.c, pop3d/pop3d.c,
      pop3d/popauth.c, readmsg/readmsg.c, sieve/sieve.c
      Sergey Poznyakoff authored
    •    The string MESSAGE should not begin with a capital letter when it
         follows a program name and/or file name, because that isn't the
         beginning of a sentence.  (The sentence conceptually starts at the
         beginning of the line.)  Also, it should not end with a period.
      
      * include/mailutils/diag.h (mu_diag_funcall): New prototype.
      * mailbox/diag.c: New function.
      
      * comsat/action.c, comsat/comsat.c, comsat/oldcfg.c,
      config/mailutils-config.c, configure.ac, dotlock/dotlock.c,
      frm/common.c, frm/from.c, guimb/collect.c, guimb/main.c,
      guimb/util.c, imap4d/auth_gsasl.c, imap4d/auth_gss.c, imap4d/bye.c,
      imap4d/close.c, imap4d/imap4d.c, imap4d/login.c, imap4d/preauth.c,
      imap4d/signal.c, imap4d/starttls.c, imap4d/util.c, lib/mailcap.c,
      lib/tcpwrap.c, libmu_argp/mu_argp.c, libmu_auth/ldap.c,
      libmu_auth/radius.c, libmu_auth/sql.c, libmu_auth/tls.c,
      libmu_cfg/acl.c, libmu_cfg/common.c, libmu_cfg/init.c,
      libmu_cfg/ldap.c, libmu_cfg/sql.c, libmu_sieve/actions.c,
      libmu_sieve/comparator.c, libmu_sieve/extensions/moderator.c,
      libmu_sieve/prog.c, libmu_sieve/sieve.l, libproto/imap/folder.c,
      libproto/mbox/mbox.c, maidag/deliver.c, maidag/lmtp.c,
      maidag/maidag.c, maidag/mailquota.c, maidag/mailtmp.c,
      maidag/script.c, mail/alias.c, mail/cd.c, mailbox/cfg_lexer.l,
      mailbox/cfg_parser.y, mailbox/file_stream.c, mailbox/gocs.c,
      mailbox/msrv.c, mailbox/mutil.c, mailbox/registrar.c,
      messages/messages.c, mh/folder.c, mh/forw.c, mh/inc.c, mh/mark.c,
      mh/mh_ctx.c, mh/mh_fmtgram.y, mh/mh_format.c, mh/mh_init.c,
      mh/mh_list.c, mh/mh_msgset.c, mh/mh_whatnow.c, mh/mh_whom.c,
      mh/mhl.c, mh/mhn.c, mh/pick.c, mh/refile.c, mh/repl.c, mh/rmf.c,
      mh/scan.c, mh/send.c, mimeview/mimetypes.l, mimeview/mimeview.c,
      movemail/movemail.c, pop3d/apop.c, pop3d/bulletin.c, pop3d/extra.c,
      pop3d/lock.c, pop3d/logindelay.c, pop3d/pop3d.c, pop3d/popauth.c,
      pop3d/quit.c, pop3d/signal.c, pop3d/user.c, readmsg/readmsg.c,
      sieve/sieve.c: Fix error messages.
      Sergey Poznyakoff authored
  14. 21 Aug, 2009 1 commit
    • * python/libmu_py/mailbox.c (api_mailbox_append_message): Bugfix.
      * python/libmu_py/header.c (api_header_get_value_n): New function.
      * python/mailutils/header.py (Header.get_value_n): New method.
      * python/mailutils/mailbox.py (Mailbox.__str__): New method.
      * python/mailutils/message.py (Message.__str__): Likewise.
      Wojciech Polak authored
  15. 20 Aug, 2009 3 commits
    • * .gitignore: Add pathdefs.h
      * examples/Makefile.am (muauth_CPPFLAGS)
      (muemail_CPPFLAGS): New variables.
      * examples/argcv.c (main): Remove unused local.
      * include/mailutils/gsasl.h [USE_GSASL]: Change to WITH_GSASL.
      * include/mailutils/libcfg.h (mu_acl_cfg_init): New prototype.
      * include/mailutils/mu_auth.h (mu_authenticate): Password is const.
      * include/mailutils/python.h: Fix indentation.
      (mu_py_script_data): module_name is const char *.
      * libmu_auth/radius.c: Include radius/debug.h
      * libproto/mailer/smtp.c: Include io.h and secret.h
      * mail/mail.c: Fix indentation.
      * mail/util.c (util_rfc2047_decode): Fix local variable declaration.
      * mailbox/mu_auth.c (mu_authenticate): Password is const.
      * mh/mh.h (mh_alias_get, mh_alias_get_address)
      (mh_alias_get_alias): Name is const.
      * mh/mh_alias.y: Likewise.
      * mh/mh_list.c (print_header_value): Fix improper use of mu_toupper.
      * mh/mh_whatnow.c (invoke): Add typecasts.
      * python/libmu_py/nls.c (api_nls_set_locale): Remove unused automatic.
      * python/libmu_py/sieve.c (_sieve_error_printer): Provide missing
      return value.
      (_sieve_debug_printer): Likewise.
      Sergey Poznyakoff authored
    • * movemail/movemail.c: Implement new configuration keyword
      "mailbox-ownership" (and the --owner command line option).
      * doc/texinfo/programs.texi: Document new movemail features.
      (Ownership): New subsection stub.
      * NEWS: Update
      Sergey Poznyakoff authored
    • * configure.ac: Use PATH_MAILDIR (without leading underscore).
      Sergey Poznyakoff authored
  16. 14 Aug, 2009 2 commits
    • * mail/file.c: Use "headers" instead of non-standard "z."
      * mail/mail.c: Avoid % interpretation in
      the argument to util_cache_command.
      * mail/util.c (_run_and_free): Avoid % interpretation in
      the argument to util_do_command.
      Sergey Poznyakoff authored
    • * mail/from.c: Rewrite using format string.
      * mail/mail.c (default_setup): Set default value for `headline'.
      (main): Fix call to util_do_command.
      * mail/mail.h [HAVE_STDARG_H]: Remove conditions.
      (mail_compile_headline): New proto.
      * mail/mailvar.c (mailvar_tab): New variable "headline".
      * mail/util.c: Minor fixes.
      * NEWS, doc/programs.texi: Update.
      Sergey Poznyakoff authored
  17. 13 Aug, 2009 4 commits
    • Minor fixes. · f2eb56bb
      * comsat/comsat.h: Include confpaths.h, not paths.h.
      * lib/utmp.c: Likewise.
      * libmu_scm/mu_scm.h: Likewise.
      * libproto/mailer/sendmail.c: Likewise.
      * mail/mail.h: Likewise.
      * mailbox/mbx_default.c: Likewise.
      * mailbox/version.c: Likewise.
      * lib/daemon.c: Likewise.
      
      * include/mailutils/mailer.h (struct timeval): forward decl.
      Sergey Poznyakoff authored
    • * pop3d/pop3d.c (pop3d_alloc_die): New function.
      (main): Set mu_alloc_die_hook.
      (pop3d_mainloop): Use mu_alloc.
      * pop3d/pop3d.h: Include mailutils/alloc.h
      Sergey Poznyakoff authored
    • * Makefile.am (MU_COND_LIBMU_CPP): New cond.
      (SUBDIRS): Use LIBMU_CPP_DIR
      * configure.ac: Rename --disable-c++ to --disable-cxx: autoconf
      cannot handle the former.
      (MU_COND_LIBMU_CPP): New cond.
      (AC_CONFIG_FILES): Add include/mailutils/cpp/Makefile
      * include/mailutils/Makefile.am (nobase_pkginclude_HEADERS): Remove
      (MU_COND_LIBMU_CPP): New cond.
      (SUBDIRS): Add CPP_DIR
      * include/mailutils/cpp/Makefile.am: Remove substitution vars.
      (cppincludedir, cppinclude_HEADERS): New variables.
      * include/mailutils/sys/Makefile.am (sysincludedir)
      (sysinclude_HEADERS): New variables.
      Sergey Poznyakoff authored
    • * configure.ac: Check for wcwidth and wchar.h.
      * frm/common.c (get_charset): Aways allocate output_charset.
      Provide a substitution for fribidi_wcwidth if it is not
      available.
      (puts_bidi): Use mu_fribidi_wcwidth.
      Sergey Poznyakoff authored
  18. 12 Aug, 2009 3 commits
    • * am/enable.m4 (MU_ENABLE_SUPPORT): Change semantics of the
      last argument.
      (MU_ENABLE_BUILD): 4th argument gives additional conditions for
      AM_CONDITIONAL.
      * configure.ac: Enable building c++ interface when possible.
      Fix checks for guimb and mh utilities.
      * libmu_cpp/Makefile.am: Remove unnecessary substitution
      variables.
      Sergey Poznyakoff authored
    • Wojciech Polak authored
    • * Makefile.am: Conditionally add directories to SUBDIRS.
      * am/enable.m4 (MU_ENABLE_BUILD): New macro.
      * configure.ac: Require automake 1.11
      Add MU_ENABLE_BUILDs for each utility.
      Remove unused substitution variables.
      * guimb/Makefile.am: Remove substitution variables.
      * guimb/scm/Makefile.am: Likewise.
      * libmu_scm/Makefile.am: Likewise.
      * mh/Makefile.am: Likewise.
      * python/libmu_py/Makefile.am: Likewise.
      * python/mailutils/Makefile.am: Likewise.
      * README: Document --disable-build-* options.
      Sergey Poznyakoff authored
  19. 11 Aug, 2009 1 commit