* mu-msg-sexp: don't add 'eox' anymore; let mu-cmd-server do that

This commit is contained in:
Dirk-Jan C. Binnema
2011-09-18 14:43:33 +03:00
parent 7486e024bf
commit e6b4b99677

View File

@ -311,7 +311,7 @@ mu_msg_to_sexp (MuMsg *msg, unsigned docid, const MuMsgIterThreadInfo *ti,
g_string_append_printf (gstr, "\t:msgtype %s\n",
headers ? "header" : "view");
g_string_append (gstr, ")\n;;eox\n");
g_string_append (gstr, ")\n");
return g_string_free (gstr, FALSE);
}