review reply command

This commit is contained in:
Clément DOUIN
2021-09-19 17:04:05 +02:00
parent 7a43bdd46e
commit 079572666a
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -278,6 +278,7 @@ pub fn subcmds<'a>() -> Vec<App<'a, 'a>> {
.short("r"),
),
SubCommand::with_name("reply")
.aliases(&["rep", "r"])
.about("Answers to a message")
.arg(uid_arg())
.arg(reply_all_arg())
+1
View File
@@ -326,6 +326,7 @@ pub fn read<OutputService: OutputServiceInterface, ImapService: ImapServiceInter
Ok(())
}
/// Reply to the given message UID.
pub fn reply<
OutputService: OutputServiceInterface,
ImapService: ImapServiceInterface,