Files
mu4e/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
..
2013-10-14 22:44:11 +03:00
2013-03-30 11:38:01 +02:00
2013-03-30 11:32:07 +02:00
2013-03-30 11:38:01 +02:00
2014-06-02 08:36:56 +03:00
2012-10-20 15:49:53 +03:00