LinuxCommandLibrary

notmuch

mail indexer and searcher

TLDR

Initial setup

$ notmuch setup
copy
Index new mail
$ notmuch new
copy
Search messages
$ notmuch search [from:sender@example.com]
copy
Show message
$ notmuch show [thread:id]
copy
Tag messages
$ notmuch tag +[important] [search-terms]
copy
Count messages
$ notmuch count [tag:inbox]
copy
Reply to message
$ notmuch reply [thread:id]
copy

SYNOPSIS

notmuch [command] [options]

DESCRIPTION

notmuch is a mail indexer and searcher. Provides fast full-text search.
The tool indexes Maildir messages. Used with various email clients.

PARAMETERS

COMMAND

Notmuch subcommand.
setup
Initial configuration.
new
Index new messages.
search QUERY
Search messages.
show ID
Display message.
tag TAGS QUERY
Modify tags.
--help
Display help information.

CAVEATS

Maildir format only. Xapian backend. Frontend clients available.

HISTORY

notmuch was created by Carl Worth for fast email search, inspired by Gmail's search.

SEE ALSO

mu(1), mairix(1), mutt(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community