store: cosmetics

This commit is contained in:
Dirk-Jan C. Binnema 2022-03-26 16:16:14 +02:00
parent ef248256a6
commit 8ed09a9a82
2 changed files with 3 additions and 5 deletions

View File

@ -889,8 +889,6 @@ add_contacts_terms_values(Xapian::Document& doc, MuMsg *msg,
}
contacts_cache.add(std::move(contacts));
}
Xapian::Document

View File

@ -206,7 +206,7 @@ public:
/**
* Remove a message from the store. It will _not_ remove the message
* fromt he file system.
* from the file system.
*
* @param path the message path.
*
@ -216,7 +216,7 @@ public:
/**
* Remove a number if messages from the store. It will _not_ remove the
* message fromt he file system.
* message from the file system.
*
* @param ids vector with store ids for the message
*/
@ -224,7 +224,7 @@ public:
/**
* Remove a message from the store. It will _not_ remove the message
* fromt he file system.
* from the file system.
*
* @param id the store id for the message
*/