From 4b2812d25f10bba3fdc16d9ee9b586f17bea78bc Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Fri, 22 Apr 2022 08:03:37 +0300 Subject: [PATCH] maildir: improve naming in mu_maildir_move_message --- lib/mu-maildir.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mu-maildir.hh b/lib/mu-maildir.hh index 09944306..bce1d874 100644 --- a/lib/mu-maildir.hh +++ b/lib/mu-maildir.hh @@ -107,7 +107,7 @@ Result mu_maildir_from_path(const std::string& path); * @return * @return a valid result (!!result) or an Error */ Result mu_maildir_move_message(const std::string& oldpath, - const std::string& targetmdir, + const std::string& newpath, bool ignore_dups); /**