LinuxCommandLibrary

mu

mail indexer and searcher

TLDR

Index mail

$ mu index
copy
Search for messages
$ mu find [from:john subject:report]
copy
View message
$ mu view [path/to/message]
copy
Search with output format
$ mu find --format=links [query]
copy
Initialize database
$ mu init --maildir=[~/Maildir]
copy
Show message counts
$ mu find --summary [query]
copy

SYNOPSIS

mu [command] [options]

DESCRIPTION

mu is a mail indexer and searcher. It indexes Maildir format messages for fast searching.
The tool uses Xapian for full-text search. Works with mu4e Emacs mail client.

PARAMETERS

COMMAND

Operation to perform.
index
Index mail messages.
find QUERY
Search for messages.
view FILE
Display message content.
init
Initialize database.
--maildir PATH
Mail directory location.
--help
Display help information.

CAVEATS

Maildir format only. Xapian-based index. Pairs well with mu4e in Emacs.

HISTORY

mu was created as a fast mail search tool, forming the backend for the mu4e Emacs mail client.

SEE ALSO

notmuch(1), mairix(1), mutt(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community