* mu-cmd / mu-cmd-find: get thread info for s-exps output too
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user