1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-26 07:29:17 +02:00
mu/man/mu-bookmarks.5.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

1.0 KiB

MU BOOKMARKS

NAME

mu-bookmarks - file with bookmarks (shortcuts) for mu search expressions

DESCRIPTION

Bookmarks are named shortcuts for search queries. They allow using a convenient name for often-used queries. The bookmarks are also visible as shortcuts in the mu experimental user interfaces, mug and mug2.

The bookmarks file is read from <muhome>/bookmarks. On Unix this would typically be w be ~/.config/mu/bookmarks, but this can be influenced using the --muhome parameter for mu-find(1).

The bookmarks file is a typical key=value .ini-file, which is best shown by means of an example:

[mu]
inbox=maildir:/inbox                  # inbox
oldhat=maildir:/archive subject:hat   # archived with subject containing 'hat'

The [mu] group header is required. For practical uses of bookmarks, see mu-find(1).

SEE ALSO

mu(1), mu-find(1)