mu-move: add new move sub command
Add sub-command to move messages; add tests and docs. Fixes #157
This commit is contained in:
@ -329,8 +329,7 @@ flags_from_delta_expr(std::string_view expr, Flags flags,
|
||||
* @return either messages flags or Nothing in case of error.
|
||||
*/
|
||||
constexpr Option<Flags>
|
||||
flags_from_expr(std::string_view expr,
|
||||
Option<Flags> flags = Nothing)
|
||||
flags_from_expr(std::string_view expr, Option<Flags> flags = Nothing)
|
||||
{
|
||||
if (expr.empty())
|
||||
return Nothing;
|
||||
|
||||
Reference in New Issue
Block a user