* mu-cmd-cfind: split off into separate mu-cmd- file

This commit is contained in:
Dirk-Jan C. Binnema
2011-03-05 09:42:06 +02:00
parent 86971d53d8
commit b6cfe6f748
3 changed files with 138 additions and 106 deletions

View File

@ -35,14 +35,11 @@ G_BEGIN_DECLS
#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 */
#define MU_CONFIG_FORMAT_MUTT "mutt" /* mutt alias style */
#define MU_CONFIG_FORMAT_WL "wl" /* Wanderlust address-book */
#define MU_CONFIG_FORMAT_CSV "csv" /* comma-sep'd values */
#define MU_CONFIG_FORMAT_ORG_CONTACT "org-contact" /* org-contact */
#define MU_CONFIG_FORMAT_BBDB "bbdb" /* BBDB */
enum _MuConfigCmd {
MU_CONFIG_CMD_INDEX,