server: 'sent' does not use 'maildir' anymore

So don't require it.
This commit is contained in:
Dirk-Jan C. Binnema 2020-02-09 15:07:22 +02:00
parent 00df8ce471
commit 451309697d
1 changed files with 1 additions and 3 deletions

View File

@ -1253,9 +1253,7 @@ make_command_map (Context& context)
cmap.emplace("sent",
CommandInfo{
ArgMap{ {"path", ArgInfo{Type::String, true,
"path to the message file" }},
{"maildir", ArgInfo{Type::String, true,
"maildir the messages resides under" }}
"path to the message file" }}
},
"tell mu about a message that was sent",
[&](const auto& params){sent_handler(context, params);}});