1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-26 07:29:17 +02:00
mu/man/mu-remove.1.org
Jeremy Sowden c76aa53156 man: fix formatting of NAME sections
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>
2024-03-06 21:12:32 +00:00

566 B

MU REMOVE

NAME

mu-remove - remove messages from the database.

SYNOPSIS

mu [common-options] remove [options] <file> [<files>]

DESCRIPTION

mu remove removes specific messages from the database, each of them specified by their filename. The files do not have to exist in the file system.

REMOVE OPTIONS

SEE ALSO

mu(1), mu-index(1), mu-add(1)