1. 22 Aug, 2016 1 commit
  2. 22 Jan, 2016 1 commit
  3. 02 Mar, 2015 1 commit
  4. 05 Feb, 2014 1 commit
  5. 17 Mar, 2012 1 commit
  6. 05 Jan, 2012 1 commit
  7. 15 Oct, 2011 1 commit
    • Bugfixes. · 85032d0e
      * libmailutils/base/amd.c (amd_open): Return error if the mailbox
      cannot be opened for the required access permissions.
      (amd_message_stream_open): Fix condition for
      determining r/w access.
      * mh/mh_list.c (eval_extras): Break the loop if mu_header_aget_field_name
      fails.
      Sergey Poznyakoff authored
  8. 23 Mar, 2011 1 commit
    • * libmailutils/filter/c-escape.c: New file.
      * include/mailutils/filter.h (mu_c_escape_filter): New extern.
      * libmailutils/filter/Makefile.am (libfilter_la_SOURCES): Add c-escape.c
      * libmailutils/filter/filter.c (mu_filter_get_list): Add
      mu_c_escape_filter to the list.
      Sergey Poznyakoff authored
  9. 02 Jan, 2011 1 commit
  10. 24 Nov, 2010 3 commits
    • * mh/etc/mhl.headers: New file.
      * mh/etc/Makefile.am (MH_FILES): Add mhl.headers.
      * mh/mhn.c (opt_handler): Use mh_find_file to
      resolve format file name.
      (mhn_show): Always open the formfile.
      (copy_header_to_stream): Rewrite using mu_stream_copy + HEADER filter.
      Sergey Poznyakoff authored
    • * mh/.gitignore: Update.
      * mh/compcommon.c (mh_comp_draft): Rewrite using mh_find_file and
      simplify.  All callers changed.
      * mh/mh.h (mh_comp_draft): Change signature.
      * mh/comp.c (opt_handler) <ARGP_KEY_FINI>: Make sure formfile is
      initialized.
      * mh/forw.c: Likewise.
      * mh/repl.c (opt_handler): Remove unused variable.
      * mh/tests/comp.at (compcmd): Remove -form.
      * mh/tests/forw.at (forwcmd): Likewise.
      
      * mh/etc/.gitignore: New file.
      * mh/etc/Makefile.am: New file.
      * mh/etc/forwcomps: New file.
      * mh/etc/scan.default: New file.
      * mh/etc/scan.mailx: New file.
      * mh/etc/scan.size: New file.
      * mh/etc/scan.time: New file.
      * mh/etc/scan.timely: New file.
      Sergey Poznyakoff authored
    • * mh/etc: New directory.
      * mh/Makefile.am: New file.
      * mh/components: Move to mh/etc.
      * mh/mailutils-mh.eli: Move to mh/etc.
      * mh/mhl.format: Move to mh/etc.
      * mh/mhl.forward: Move to mh/etc.
      * mh/mhl.repl: Move to mh/etc.
      * mh/mhl.usenet: Move to mh/etc.
      * mh/replcomps: Move to mh/etc.
      * mh/replgroupcomps: Move to mh/etc.
      * configure.ac (AC_CONFIG_FILES): Add mh/etc/Makefile.
      * mh/Makefile.am (SUBDIRS): Add etc.
      Move mhlib_DATA and related statements to mh/etc/Makefile.am
      * mh/comp.c (formfile): Remove const qualifier.
      (opt_handler): Use mh_find_file to set formfile.
      * mh/forw.c: Likewise.
      * mh/mh_init.c (mh_find_file): Make sure *resolved_name is always
      set to the last tried name.
      
      * mh/tests/comp.at: Remove directory components from the -from argument.
      * mh/tests/forw.at: Likewise.
      * mh/tests/mhl.at: Likewise.
      * mh/tests/testsuite.at (MH_SETUP): Change mhetcdir value.
      Sergey Poznyakoff authored