diff options
-rw-r--r-- | examples/conf.cfg | 5 |
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' |