notmuch
Verified for current stable LTS
Notmuch Command: Add Tag To Matching Messages
Use for add tag to matching messages with Notmuch. Exact CLI syntax to add tag to matching messages using Notmuch.
When to use this: Use for add tag to matching messages with Notmuch.
Command Syntax
notmuch tag +<custom_tag> "<search_term>" notmuch tag +<custom_tag> "<search_term>" Command Breakdown
notmuch is the base executable for this command.
FAQ
Purpose: Exact syntax to add tag to 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: 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: 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>"