* WIP: basic 'mu cfind' command + start of man page
This commit is contained in:
@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user