notmuch
Verified for current stable LTS
Notmuch Command: Limit Number Of Search Results
Use for limit number of search results with Notmuch. Exact CLI syntax to limit number of search results using Notmuch.
When to use this: Use for limit number of search results with Notmuch.
Command Syntax
notmuch search --format=<json|text> --output=<summary|threads|messages|files|tags> --limit=<X> "<search_term>" notmuch search --format=<json|text> --output=<summary|threads|messages|files|tags> --limit=<X> "<search_term>" Command Breakdown
--format=<json|text>- Command Option
- Tool-specific option used by this command invocation.
--output=<summary|threads|messages|files|tags>- Command Option
- Tool-specific option used by this command invocation.
--limit=<X>- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to limit number of search results 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: Count Matching Messages notmuch count --output=<messages|threads> "<search_term>" Notmuch Command: Create Reply Template For Messages notmuch reply --format=<default|headers-only> --reply-to=<sender|all> "<search_term>" Notmuch Command: Remove Tag From Matching Messages notmuch tag -<custom_tag> "<search_term>"