1. 25 Dec, 2016 1 commit
    • * libmailutils/string/strcount.c (mu_str_count): Take an array of
      (ASCII) characters to count occurrences of.  Optionally store individual
      counts in an array passed as the 3rd argument.
      * include/mailutils/cstr.h (mu_str_count): Change proto.
      (mu_c_str_escape, mu_c_str_escape_trans)
      (mu_c_str_unescape_inplace, mu_c_str_unescape)
      (mu_c_str_unescape_trans): New protos.
      * libmailutils/string/cstrescape.c: New file.
      * libmailutils/string/cstrunescape.c: New file.
      * libmailutils/string/Makefile.am: Add new files.
      Sergey Poznyakoff authored
  2. 22 Dec, 2016 1 commit
  3. 21 Dec, 2016 2 commits
  4. 20 Dec, 2016 2 commits
  5. 19 Dec, 2016 5 commits
    • The commit didn't take into account all possible option/argument combinations.
      
      * mh/pick.c (main): Preprocess command line prior to parsing it,
      expanding --COMP NAME in -component COMP -pattern NAME.
      * mh/mh_getopt.c: Revert fb84d1e3
      * mh/mh_getopt.h: Likewise.
      Sergey Poznyakoff authored
    • * configure.ac: Assume tokyo|kyoto cabinet will pull the
      necessary dependencies.
      Add GINT_LDADD if necessary
      * gint: Upgrade
      Sergey Poznyakoff authored
    • * configure.ac (MU_PRI_OFF_T): Define to the printf
      format spec suitable for printing mu_off_t.
      Don't use [ ] instead of test.
      * include/mailutils/types.hin (MU_PRI_OFF_T): New define.
      * include/mailutils/Makefile.am (type.h): Pass MU_PRI_OFF_T
      
      * examples/mboxsize.c: New file.
      * examples/Makefile.am: Build mboxsize
      Sergey Poznyakoff authored
    • Exclude from calculation any eventual nested mailboxes.
      
      * libproto/maildir/mbox.c: Provide the mailbox_size method.
      * libproto/mh/mbox.c: Likewise.
      Sergey Poznyakoff authored
    • * configure.ac: Fallback to guile installation prefix, if
      'guile-config info bindir' returns empty string.
      * doc/texinfo/programs.texi: Minor fix.
      * mail/mailline.c (ml_readline_init): Don't use obsolete
      CPPFunction type.
      * mu/shell.c (mutool_initialize_readline): Likewise.
      * scheme/sieve2scm.scmi: Fix typo.
      * sieve/sieve.c (main): Fix initialization of Sieve environment
      variables "location" and "post".
      Sergey Poznyakoff authored
  6. 17 Dec, 2016 3 commits
    • Sergey Poznyakoff authored
    • * examples/rename.c: Remove.
      * examples/fcopy.c: New file.
      * examples/fremove.c: New file.
      * examples/frename.c: New file.
      * examples/Makefile.am: Update.
      
      * include/mailutils/util.h (mu_rename_file): Add flags.
      (mu_remove_file): New function.
      (MU_COPY_OVERWRITE): New flag.
      * libmailutils/base/renamefile.c: New file.
      * libmailutils/base/Makefile.am: Add newe file.
      * libmailutils/base/copyfile.c: Fix error handling.
      * libmailutils/base/renamefile.c (mu_rename_file): Refuse to proceed if
      the destination file exists and MU_COPY_OVERWRITE flag is not set
      * libmailutils/diag/errors (MU_ERR_REMOVE_SOURCE)
      (MU_ERR_RESTORE_META): New errors
      
      * imap4d/rename.c (imap4d_rename): Use mu_rename_file
      * mh/forw.c: Likewise.
      * mh/mh_whatnow.c: Likewise.
      * mh/mhn.c: Likewise.
      * mh/send.c: Likewise.
      
      * include/mailutils/cstr.h (mu_str_count): New proto.
      * include/mailutils/util.h (mu_file_name_is_safe): New proto.
      * libmailutils/string/safefilename.c: New file.
      * libmailutils/string/strcount.c: New file.
      * libmailutils/string/Makefile.am: Update.
      Sergey Poznyakoff authored
    • * libmailutils/base/copyfile.c: New file.
      * libmailutils/base/renamefile.c: New file.
      
      * include/mailutils/util.h (mu_copy_file)
      (mu_rename_file): New protos.
      
      * libmailutils/base/Makefile.am: Add new files.
      * examples/rename.c: New file.
      * examples/Makefile.am: Add new files.
      
      * NEWS: Update.
      Sergey Poznyakoff authored
  7. 16 Dec, 2016 1 commit
  8. 15 Dec, 2016 2 commits
  9. 14 Dec, 2016 4 commits
  10. 13 Dec, 2016 10 commits
  11. 12 Dec, 2016 5 commits
  12. 11 Dec, 2016 1 commit
    • * include/mailutils/sieve.h (mu_sieve_require_environment): New proto.
      * libmu_sieve/Makefile.am: Add environment.c
      * libmu_sieve/environment.c: New file.
      * libmu_sieve/require.c: Handle "environment" keyword.
      * libmu_sieve/sieve-priv.h (mu_sieve_machine) <exenv>: New member.
      * libmu_sieve/sieve.l: Bugfixes
      * libmu_sieve/variables.c: Add missing static qualifiers
      * sieve/sieve.c: New option --environment
      Sergey Poznyakoff authored
  13. 10 Dec, 2016 2 commits
  14. 09 Dec, 2016 1 commit