mu/guile/scripts
Stephen J. Eglen e559b6e732 Add --expr flag to constrain search when looking for duplicates
(mu:for-each-message ...) allows an optional expression to be passed
so that only messages matching that expression are searched when
looking for duplicates.

This patch adds a --expr flag so that e.g.

    find-dups.scm --expr d:6m..3m

will reduce the range of messages to those between 3 and 6 months ago
to search for duplicates.  I found this useful when using expressions
to find messages in a particular year, rather than searching the whole
database.  This is often quicker and less worrying than searching the
whole database.

If --expr is not provided, expr should default to #t so that the whole
database is searched as before.
2016-07-25 20:52:27 +01:00
..
Makefile.am * guile: add find-dups script, to find duplicate messages 2013-06-07 14:20:44 +03:00
find-dups.scm Add --expr flag to constrain search when looking for duplicates 2016-07-25 20:52:27 +01:00
msgs-count.scm Fix build error in msgs-count.scm 2014-12-07 16:29:14 -05:00
msgs-per-day.scm * guile: some update for the output format 2013-07-23 22:22:57 +03:00
msgs-per-hour.scm * guile: update command-line arguments in scripts 2013-10-09 23:27:00 +03:00
msgs-per-month.scm * guile: update command-line arguments in scripts 2013-10-09 23:27:00 +03:00
msgs-per-year-month.scm * guile: update command-line arguments in scripts 2013-10-09 23:27:00 +03:00
msgs-per-year.scm * guile: update command-line arguments in scripts 2013-10-09 23:27:00 +03:00