mu-store: fix typo

This commit is contained in:
Dirk-Jan C. Binnema 2023-01-14 18:07:39 +02:00
parent 86a641f748
commit 10838a2c58
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ Store::find_message(Store::Id docid) const
* @param id message id
* @param target_mdir target_midr (or Nothing for current)
* @param new_flags new flags (or Notthing)
'; * @param opts move_optionss
* @param opts move_optionss
*
* @return the Message after the moving, or an Error
*/