Added an example config file.
authorTilman Sauerbeck <tilman@code-monkey.de>
Mon, 27 Aug 2007 18:35:27 +0000 (20:35 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Mon, 27 Aug 2007 18:35:27 +0000 (20:35 +0200)
data/config.sample.yaml [new file with mode: 0644]

diff --git a/data/config.sample.yaml b/data/config.sample.yaml
new file mode 100644 (file)
index 0000000..f87f7d3
--- /dev/null
@@ -0,0 +1,13 @@
+--- 
+:mailboxes: 
+- INBOX
+- Lists.enlightenment-cvs
+- Lists.enlightenment-devel
+- Lists.xorg
+
+:server: 
+  :host: my_server
+  :use_ssl: true
+  :port: 993
+  :login: my_username
+  :password: my_password