mu: allow relative message paths in mu commands

This commit is contained in:
Dirk-Jan C. Binnema
2023-04-04 23:24:18 +03:00
parent 6f2c934d72
commit cd23e6015d
4 changed files with 13 additions and 14 deletions

View File

@ -40,7 +40,7 @@ template<typename CmdOpts>
constexpr Message::Options
message_options(const CmdOpts& cmdopts)
{
Message::Options mopts{};
Message::Options mopts{Message::Options::AllowRelativePath};
if (cmdopts.decrypt)
mopts |= Message::Options::Decrypt;