* WIP: basic 'mu cfind' command + start of man page

This commit is contained in:
Dirk-Jan C. Binnema
2011-03-05 00:59:35 +02:00
parent 6226754a25
commit 86971d53d8
5 changed files with 195 additions and 17 deletions

View File

@ -34,6 +34,16 @@ G_BEGIN_DECLS
#define MU_CONFIG_FORMAT_SEXP "sexp" /* output sexps */
#define MU_CONFIG_FORMAT_XQUERY "xquery" /* output the xapian query */
/* for cfind */
#define MU_CONFIG_FORMAT_MUTT "mutt" /* output in mutt alias style */
#define MU_CONFIG_FORMAT_WL "wl" /* output in Wanderlust
* address-book style */
#define MU_CONFIG_FORMAT_CSV "csv" /* output in
* comma-separated
* values */
#define MU_CONFIG_FORMAT_ORG_CONTACT "org-contact" /* org-contact
* format */
enum _MuConfigCmd {
MU_CONFIG_CMD_INDEX,
MU_CONFIG_CMD_FIND,
@ -78,7 +88,7 @@ struct _MuConfig {
* default */
int max_msg_size; /* maximum size for message files */
/* options for querying */
/* options for querying */
gboolean xquery; /* (obsolete) give the Xapian
query instead of search
results */