* improve thread information, allow for better display in mm

This commit is contained in:
djcb
2011-11-20 01:20:38 +02:00
parent 838044dfad
commit 7efb577279
4 changed files with 54 additions and 17 deletions

View File

@ -332,7 +332,8 @@ cmd_find (MuStore *store, MuQuery *query, GSList *lst, GError **err)
char *sexp;
sexp = mu_msg_to_sexp (msg,
mu_msg_iter_get_docid (iter),
NULL, TRUE);
mu_msg_iter_get_thread_info (iter),
TRUE);
send_expr ("%s", sexp);
g_free (sexp);
++u;