1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-21 06:56:48 +02:00
mu/man/mu-add.1.org
Dirk-Jan C. Binnema 4b00ea0635 man: update man pages
Explicitly mention PCRE where appropriate.

Include section headers (through MAN_CLASS_OPTIONS)

Fix mu-easy manpage

Make date dynamic
2022-12-30 11:15:03 +02:00

30 lines
577 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)*