* mu-config: gather all the remaining args

This commit is contained in:
Dirk-Jan C. Binnema
2009-12-11 22:04:54 +02:00
parent ab9039b36e
commit 9e5e2b04e8
2 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,7 @@ struct _MuConfigOptions {
gboolean version; /* request mu version */
gboolean log_stderr; /*log to stderr (instead of logfile)*/
gboolean log_append; /* append to log (instead of overwriting)*/
gchar** params; /* parameters (for querying) */
/* options for indexing */