Examples (7)
Configure for first use
notmuch setupCount messages matching the given search term
notmuch count --output=messages|threads "search_term"Search for messages matching the given search term
notmuch search --format=json|text --output=summary|threads|messages|files|tags "search_term"Limit the number of search results to X
notmuch search --format=json|text --output=summary|threads|messages|files|tags --limit=X "search_term"Create a reply template for a set of messages
notmuch reply --format=default|headers-only --reply-to=sender|all "search_term"made by @shridhargupta | data from tldr-pages