* remove the '--print' option; it's implicit

This commit is contained in:
Dirk-Jan C. Binnema
2009-11-28 14:54:46 +02:00
parent b4551febd2
commit b93402f705
3 changed files with 10 additions and 30 deletions

View File

@ -38,8 +38,8 @@ struct _MuConfigOptions {
gboolean reindex; /* re-index existing mails */
/* options for querying */
gboolean print; /* do output */
gboolean xquery; /* give the Xapian query (for debuging)*/
gboolean xquery; /* give the Xapian query instead of
search results */
char *fields; /* fields to show in output */
char* sortfield_str; /* fields to sort by */