* mu-cmd / mu-cmd-find: get thread info for s-exps output too

This commit is contained in:
Dirk-Jan C. Binnema
2011-08-20 11:58:16 +03:00
parent 7c4d3c6539
commit 26d9bc904d
2 changed files with 12 additions and 7 deletions

View File

@ -46,7 +46,7 @@
static gboolean
view_msg_sexp (MuMsg *msg)
{
fputs (mu_msg_to_sexp (msg, FALSE), stdout);
fputs (mu_msg_to_sexp (msg, NULL, FALSE), stdout);
return TRUE;
}