maildir: improve naming in mu_maildir_move_message

This commit is contained in:
Dirk-Jan C. Binnema 2022-04-22 08:03:37 +03:00
parent 8db299ea05
commit 4b2812d25f
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ Result<std::string> mu_maildir_from_path(const std::string& path);
* @return * @return a valid result (!!result) or an Error
*/
Result<void> mu_maildir_move_message(const std::string& oldpath,
const std::string& targetmdir,
const std::string& newpath,
bool ignore_dups);
/**