* mu-msg-sexp: propagate mailing list info to mu4e

This commit is contained in:
djcb 2012-12-20 23:36:28 +02:00
parent d47a687a4d
commit e883ef5a07
1 changed files with 2 additions and 0 deletions

View File

@ -476,6 +476,8 @@ mu_msg_to_sexp (MuMsg *msg, unsigned docid, const MuMsgIterThreadInfo *ti,
append_sexp_date_and_size (gstr, msg);
append_sexp_attr (gstr, "message-id", mu_msg_get_msgid (msg));
append_sexp_attr (gstr, "mailing-list",
mu_msg_get_mailing_list (msg));
append_sexp_attr (gstr, "path", mu_msg_get_path (msg));
append_sexp_attr (gstr, "maildir", mu_msg_get_maildir (msg));
g_string_append_printf (gstr, "\t:priority %s\n",