notmuch
Verified for current stable LTS
Notmuch Command: Count Matching Messages
Use for count matching messages with Notmuch. Exact CLI syntax to count matching messages using Notmuch.
When to use this: Use for count matching messages with Notmuch.
Command Syntax
notmuch count --output=<messages|threads> "<search_term>" notmuch count --output=<messages|threads> "<search_term>" Command Breakdown
--output=<messages|threads>- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to count matching messages using Notmuch.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Notmuch Command: Add Tag To Matching Messages
notmuch tag +<custom_tag> "<search_term>" Notmuch Command: Configure Notmuch For First Use notmuch setup Notmuch Command: Create Reply Template For Messages notmuch reply --format=<default|headers-only> --reply-to=<sender|all> "<search_term>" Notmuch Command: Limit Number Of Search Results notmuch search --format=<json|text> --output=<summary|threads|messages|files|tags> --limit=<X> "<search_term>" Notmuch Command: Remove Tag From Matching Messages notmuch tag -<custom_tag> "<search_term>"