diff --git a/lib/mu-store.cc b/lib/mu-store.cc index 58ea7502..01c62e93 100644 --- a/lib/mu-store.cc +++ b/lib/mu-store.cc @@ -889,8 +889,6 @@ add_contacts_terms_values(Xapian::Document& doc, MuMsg *msg, } contacts_cache.add(std::move(contacts)); - - } Xapian::Document diff --git a/lib/mu-store.hh b/lib/mu-store.hh index c186d5a4..77241325 100644 --- a/lib/mu-store.hh +++ b/lib/mu-store.hh @@ -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 */