aboutsummaryrefslogtreecommitdiffstats
path: root/examples/conf.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'examples/conf.cfg')
-rw-r--r--examples/conf.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/conf.cfg b/examples/conf.cfg
new file mode 100644
index 0000000..de0e371
--- /dev/null
+++ b/examples/conf.cfg
@@ -0,0 +1,5 @@
+# Example of configuration file for climl
+
+imap.server = 'server'
+imap.username = 'nc'
+imap.password_command = sed -n 's/machine server/password \(.*\)/\1/p'