37 lines
1019 B
Groff
37 lines
1019 B
Groff
.ie \n(.g .ds Aq \(aq
|
|
.el .ds Aq '
|
|
.TH template 1 "template "
|
|
.SH NAME
|
|
template \- Generate, save and send message templates
|
|
.SH SYNOPSIS
|
|
\fBtemplate\fR [\fB\-h\fR|\fB\-\-help\fR] <\fIsubcommands\fR>
|
|
.SH DESCRIPTION
|
|
Generate, save and send message templates.
|
|
.PP
|
|
A template is an editable version of a message (headers + body). It uses a specific language called MML that allows you to attach file or encrypt content. This subcommand allows you manage them.
|
|
.PP
|
|
Learn more about MML at: <https://crates.io/crates/mml\-lib>.
|
|
.SH OPTIONS
|
|
.TP
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
Print help (see a summary with \*(Aq\-h\*(Aq)
|
|
.SH SUBCOMMANDS
|
|
.TP
|
|
template\-write(1)
|
|
Generate a template for writing a new message from scratch
|
|
.TP
|
|
template\-reply(1)
|
|
Generate a template for replying to a message
|
|
.TP
|
|
template\-forward(1)
|
|
Generate a template for forwarding a message
|
|
.TP
|
|
template\-save(1)
|
|
Save a template to a folder
|
|
.TP
|
|
template\-send(1)
|
|
Send a template
|
|
.TP
|
|
template\-help(1)
|
|
Print this message or the help of the given subcommand(s)
|