summaryrefslogtreecommitdiffstats
path: root/sample-config
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2019-11-29 12:15:05 +0200
committerManos Pitsidianakis <el13635@mail.ntua.gr>2019-11-29 12:15:05 +0200
commit0b845a0d1622fe021d8932b432fc8471a91915f4 (patch)
treed91c2a6000f0461d5e46b417a49e0d11945e10bd /sample-config
parentd4f20b0c0d9967ec5805912576ca376ea13af8e6 (diff)
Small fixes
- Update documentation on include config syntax - Accept relative paths in include config syntax - Fix one line clearing that shouldn't be redrawn in html view - Fix shortcuts not being honored in Composer
Diffstat (limited to 'sample-config')
-rw-r--r--sample-config7
1 files changed, 7 insertions, 0 deletions
diff --git a/sample-config b/sample-config
index 3353ddda..dc862120 100644
--- a/sample-config
+++ b/sample-config
@@ -1,6 +1,13 @@
# Look into meli.conf(5) for all valid configuration options, their
# descriptions and default values
#
+# The syntax for including other configuration files is enclosed in `:
+#`# include "account_one"`
+#`# include "./account_two"`
+#`# include "/home/absolute/path/to/shortcuts/config"`
+# That is, the # in the beginning is part of the include directive.
+#
+#
#
# Setting up a Maildir account
#[accounts.account-name]