mu/guile
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
..
examples * more more copyright year updates 2013-03-30 11:38:01 +02:00
mu guile: minor updates 2013-10-14 22:44:11 +03:00
scripts Add --expr flag to constrain search when looking for duplicates 2016-07-25 20:52:27 +01:00
tests fix file size in test-mu-guile.scm changed by e97ec2d5 2013-05-28 22:46:09 -07:00
Makefile.am * more more copyright year updates 2013-03-30 11:38:01 +02:00
fdl.texi add beginnings of mu-guile documentation 2012-01-01 22:45:47 +02:00
mu-guile-message.c * update copyright years 2013-03-30 11:32:07 +02:00
mu-guile-message.h * more more copyright year updates 2013-03-30 11:38:01 +02:00
mu-guile.c mu: don't use __FUNCTION__, use __func__ 2015-04-22 21:06:31 +03:00
mu-guile.h * more more copyright year updates 2013-03-30 11:38:01 +02:00
mu-guile.texi * mu-guile: add example 2014-06-02 08:36:56 +03:00
mu.scm Update calls to mu:get-parts after name change 2016-03-05 18:55:14 +01:00
texi.texi.in * fix guile / mu4e doc building 2012-10-20 15:49:53 +03:00