LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

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.

INSTALL

sudo apt install notmuch
copy
sudo dnf install notmuch
copy
sudo pacman -S notmuch
copy
sudo apk add notmuch
copy
sudo zypper install notmuch
copy
brew install notmuch
copy
nix profile install nixpkgs#notmuch
copy

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)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid