Notmuch Options#
$nm_config_file#
- Description:
Configuration file for notmuch. Use
autoto detect configuration.- Type:
- Notes:
- Default:
set nm_config_file = "auto"
Configuration file for notmuch. Use βautoβ to detect configuration.
$nm_config_profile#
- Description:
Configuration profile for notmuch.
- Type:
- Default:
(empty)
set nm_config_profile = ""
Configuration profile for notmuch.
$nm_db_limit#
- Description:
Default limit for Notmuch queries
- Type:
- Notes:
- Default:
set nm_db_limit = 0
Specify the default limit used in notmuch queries.
$nm_default_url#
- Description:
Path to the Notmuch database
- Type:
- Default:
(empty)
set nm_default_url = ""
Specify the default Notmuch database in format notmuch://<absolute path>
$nm_flagged_tag#
- Description:
Tag to use for flagged messages
- Type:
- Notes:
- Default:
set nm_flagged_tag = "flagged"
Specify the notmuch tag used for flagged messages. The option is used to count flagged messages in DB and set the flagged flag when modifying tags. All other NeoMutt commands use standard (e.g. maildir) flags.
$nm_open_timeout#
- Description:
Database timeout
- Type:
- Notes:
- Default:
set nm_open_timeout = 5
Specify the timeout for opening the database, in seconds.
$nm_query_type#
- Description:
Default query type:
threadsormessages- Type:
- Notes:
- Default:
set nm_query_type = messages
Default query type used in notmuch queries.
Value |
Description |
|---|---|
|
Only return matching messages |
|
Return entire thread of every matching message |
$nm_query_window_current_position#
- Description:
Position of current search window
- Type:
- Default:
set nm_query_window_current_position = 0
Contain the position of the current search for window based vfolder.
$nm_query_window_current_search#
- Description:
Current search parameters
- Type:
- Default:
(empty)
set nm_query_window_current_search = ""
Contain the current notmuch search for window based vfolder.
$nm_query_window_duration#
- Description:
Time duration of the current search window
- Type:
- Notes:
- Default:
set nm_query_window_duration = 0
Set the time duration of a windowed notmuch query. Accepted values all non negative integers. A value of 0 disables the feature.
$nm_query_window_enable#
- Description:
Enable query windows
- Type:
- Default:
set nm_query_window_enable = no
Enable windowed notmuch queries even if window duration is 0.
$nm_query_window_or_terms#
- Description:
Additional notmuch search terms for messages to be shown regardless of date
- Type:
- Default:
(empty)
set nm_query_window_or_terms = ""
Contain additional notmuch search terms for messages to be shown regardless of date.
Example:
Using notmuch://?query=tag:inbox as the mailbox and tag:flagged and tag:unread as the or terms,
NeoMutt will produce a query window such as: notmuch://?query=tag:inbox and (date:... or (tag:flagged and tag:unread))
$nm_query_window_timebase#
- Description:
Units for the time duration
- Type:
- Notes:
- Default:
set nm_query_window_timebase = week
Set the time base of a windowed notmuch query.
Accepted Values |
|---|
|
|
|
|
|
$nm_replied_tag#
- Description:
Tag to use for replied messages
- Type:
- Notes:
- Default:
set nm_replied_tag = "replied"
Specify the notmuch tag used for replied messages. The option is used to set the replied flag when modifying tags. All other NeoMutt commands use standard (e.g. maildir) flags.
$nm_unread_tag#
- Description:
Tag to use for unread messages
- Type:
- Notes:
- Default:
set nm_unread_tag = "unread"
Specify the notmuch tag used for unread messages. The option is used to count unread messages in DB and set the unread flag when modifying tags. All other NeoMutt commands use standard (e.g. maildir) flags.
$virtual_spool_file#
- Description:
Use the first virtual mailbox as a spool file
- Type:
- Default:
set virtual_spool_file = no
When set, NeoMutt will use the first Notmuch virtual mailbox as a spool file.