From 8ed09a9a820d9b34692af3dc1a69d41c257ffb77 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 26 Mar 2022 16:16:14 +0200 Subject: [PATCH] store: cosmetics --- lib/mu-store.cc | 2 -- lib/mu-store.hh | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) 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 */