* cfind: add support for the --after and --personal parameters, and document them

This commit is contained in:
djcb
2012-06-20 09:20:15 +03:00
parent b150f45090
commit 2c99e598a1
4 changed files with 50 additions and 9 deletions

View File

@ -136,6 +136,10 @@ struct _MuConfig {
gboolean terminator; /* add separator \f between
* multiple messages in mu
* view */
/* options for cfind */
gboolean personal; /* only show 'personal' addresses */b
time_t after; /* only show addresses last
* seen after T */
/* output to a maildir with symlinks */
char *linksdir; /* maildir to output symlinks */