mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 05:07:55 +08:00
review reply command
This commit is contained in:
@@ -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())
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user