Linux command
notmuch 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Initial setup
notmuch setup
Index new mail
notmuch new
Search messages
notmuch search [from:sender@example.com]
Show message
notmuch show [thread:id]
Tag messages
notmuch tag +[important] [search-terms]
Count messages
notmuch count [tag:inbox]
Reply to message
notmuch reply [thread:id]
说明
notmuch is a mail indexer and searcher. Provides fast full-text search. The tool indexes Maildir messages. Used with various email clients.
参数
- setup
- Initial configuration.
- new
- Index new messages.
- search _QUERY_
- Search messages.
- show _ID_
- Display message.
- tag _TAGS_ _QUERY_
- Modify tags.
- --help
- Display help information.
FAQ
What is the notmuch command used for?
notmuch is a mail indexer and searcher. Provides fast full-text search. The tool indexes Maildir messages. Used with various email clients.
How do I run a basic notmuch example?
Run `notmuch setup` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does setup do in notmuch?
Initial configuration.