summaryrefslogtreecommitdiffstats
path: root/config.example.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-07-24 14:21:16 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-07-24 14:21:16 +0200
commitc8cf1c705b86f22c1d2ae8fe835ea4d4add27667 (patch)
tree865422f127e3c4739d3c3eaf965bb0d3354d19da /config.example.toml
parent13d389aebaa0f45a873b9fa284bd5c868c32bf6f (diff)
Do only provide example configuration file
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'config.example.toml')
-rw-r--r--config.example.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml
new file mode 100644
index 0000000..99d004c
--- /dev/null
+++ b/config.example.toml
@@ -0,0 +1,2 @@
+notmuch_database_path = "/tmp/mails"
+notmuch_default_query = "tag:inbox and tag:new"