* mu: fix duplicate detection

This commit is contained in:
djcb
2013-04-30 21:53:16 +03:00
parent 4872ba354c
commit 057fa6430e

View File

@ -127,7 +127,7 @@ public:
const std::string msgid () const { const std::string msgid () const {
const Xapian::Document doc (cursor().get_document()); const Xapian::Document doc (cursor().get_document());
return doc.get_value(MU_MSG_FIELD_ID_PATH); return doc.get_value(MU_MSG_FIELD_ID_MSGID);
} }
unsigned docid () const { unsigned docid () const {