* mu-query: cosmetics

This commit is contained in:
Dirk-Jan C. Binnema 2009-11-28 20:56:44 +02:00
parent bc99a753da
commit 30d5a1335e
1 changed files with 9 additions and 6 deletions

View File

@ -75,6 +75,7 @@ display_field (MuMsgXapian *row, const MuMsgField* field)
} }
/* returns NULL if there is an error */
const MuMsgField* const MuMsgField*
sort_field_from_string (const char* fieldstr) sort_field_from_string (const char* fieldstr)
{ {
@ -93,6 +94,7 @@ sort_field_from_string (const char* fieldstr)
} }
/* FIXME */
static gboolean static gboolean
handle_options (MuConfigOptions *opts) handle_options (MuConfigOptions *opts)
{ {
@ -127,6 +129,7 @@ print_rows (MuQueryXapian *xapian, const gchar *query, MuConfigOptions *opts)
return FALSE; return FALSE;
} }
/* iterate over the found rows */
while (!mu_msg_xapian_is_done (row)) { while (!mu_msg_xapian_is_done (row)) {
const char* fields = opts->fields; const char* fields = opts->fields;
int printlen = 0; int printlen = 0;