From: Tilman Sauerbeck Date: Mon, 27 Aug 2007 18:35:27 +0000 (+0200) Subject: Added an example config file. X-Git-Tag: embrace-0.1.0~1 X-Git-Url: http://git.code-monkey.de/?p=embrace.git;a=commitdiff_plain;h=8007cd83a198019dd56c718a4cf97fa836972d40 Added an example config file. --- diff --git a/data/config.sample.yaml b/data/config.sample.yaml new file mode 100644 index 0000000..f87f7d3 --- /dev/null +++ b/data/config.sample.yaml @@ -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