The command names are formatted inconsistently, e.g.:
* NAME
~mu add~ - add one or more messages to the database
versus:
* NAME
*mu cfind* is the *mu* command to find contacts in the *mu* database and export them
versus:
* NAME
mu server - the mu backend for the mu4e e-mail client
and the format, with a space between "mu" and the subcommand, is not compatible
with mandb(8). Use formatting which is consistent and replace the spaces with
hyphens.
Signed-off-by: Jeremy Sowden <azazel@debian.org>
30 lines
575 B
Org Mode
30 lines
575 B
Org Mode
#+TITLE: MU ADD
|
|
#+MAN_CLASS_OPTIONS: :section-id "@SECTION_ID@" :date "@MAN_DATE@"
|
|
|
|
* NAME
|
|
|
|
mu-add - add one or more messages to the database
|
|
|
|
* SYNOPSIS
|
|
|
|
*mu [common-options] add [options] <file> [<files>]*
|
|
|
|
* DESCRIPTION
|
|
|
|
~mu add~ is the command to add specific message files to the database. Each file
|
|
must be specified with an absolute path.
|
|
|
|
* ADD OPTIONS
|
|
|
|
#+include: "muhome.inc" :minlevel 2
|
|
|
|
#+include: "common-options.inc" :minlevel 1
|
|
|
|
#+include: "exit-code.inc" :minlevel 1
|
|
|
|
#+include: "prefooter.inc" :minlevel 1
|
|
|
|
* SEE ALSO
|
|
|
|
*mu(1)*, *mu-index(1)*, *mu-remove(1)*
|