* features: mark messages as read/unread

This commit is contained in:
djcb
2012-02-09 21:10:33 +02:00
parent a596961fe1
commit 288f987b2f
4 changed files with 41 additions and 24 deletions

View File

@ -717,7 +717,6 @@ mu_store_update_msg (MuStore *store, unsigned docid, MuMsg *msg, GError **err)
if (!store->in_transaction())
store->begin_transaction();
const std::string term
(store->get_uid_term(mu_msg_get_path(msg)));
doc.add_term (term);