1. 08 Oct, 2010 1 commit
  2. 04 Oct, 2010 1 commit
  3. 03 Oct, 2010 2 commits
    • * libmailutils/cfg_parser.y (split_cfg_path): New static.
      (mu_cfg_find_node): Use the same parsing algorithm as
      mu_cfg_create_subtree.  This complements 68b7dc9d.
      (mu_cfg_create_subtree): Use split_cfg_path.  Handle
      escaped '=' as a regular character.
      * mu/mu.c (args_doc): Remove spurious word.
      (main): Disable --version option in action handlers.
      * mu/query.c (query_args_doc): Use `path' instead of `keyword'.
      Sergey Poznyakoff authored
    • The `mu' program is a multi-purpose tool for doing various mail-
      and mailutils-related operations.  It includes a pop3 shell,
      a coder/decoder for all filter formats supported by Mailutils,
      a utility to extract arbitrary values from the MU configuration
      files, a configuration information utility and many more, in the
      short run.  It supercedes examples/pop3client and (partially)
      mailutils-config, both of which will be removed in the future.
      
      * Makefile.am (SUBDIRS): Add mu.
      * configure.ac: Likewise.
      * po/POTFILES.in: Add new files.
      * mu/.gitignore: New file.
      * mu/Makefile.am: New file.
      * mu/filter.c: New file.
      * mu/flt2047.c: New file.
      * mu/info.c: New file.
      * mu/mu.c: New file.
      * mu/mu.h: New file.
      * mu/pop.c: New file.
      * mu/query.c: New file.
      * mu/shell.c: New file.
      Sergey Poznyakoff authored