Configuration for notmuch

This commit is contained in:
Stefan Kropp 2018-12-01 14:02:00 +01:00
parent bc7eff9e12
commit 1d4efd913f
No known key found for this signature in database
GPG Key ID: 10055DD86AA05BB3
3 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# -------------------------------------------------------------------------
# Name: nm_default_uri
# -------------------------------------------------------------------------
# This variable specifies the default Notmuch database in format
# notmuch://<absolute path>.
# set nm_default_uri = "notmuch:///home/user/.mail"

View File

@ -0,0 +1,7 @@
# -------------------------------------------------------------------------
# Name: nm_record
# -------------------------------------------------------------------------
# This variable specifies if the NeoMutt record should indexed by notmuch.
#
# set nm_record = no

View File

@ -0,0 +1,8 @@
# -------------------------------------------------------------------------
# Name: nm_record_tags
# -------------------------------------------------------------------------
# This variable specifies the default tags applied to messages stored to
# the NeoMutt record. When set to 0 this variable disable the window
# feature.
# set nm_record_tags = "-inbox,sent,local"