* mu: fix duplicate detection
This commit is contained in:
@ -127,7 +127,7 @@ public:
|
||||
|
||||
const std::string msgid () const {
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user