Loquacious.configuration_for(:webby) { email nil, :desc => "Webby author's email address (your own personal email address)" comments { email nil, :desc => "Your dedicated email address for comments" login nil, :desc => "The login id to log in to the email server, probably the same as your email address" password nil, :desc => "The password to log in to the email server" reply_template nil, :desc => "A message automatically sent to everyone who posts a comment to let them know their comment was received. No message sent if this is nil." host 'imap.gmail.com', :desc => "IMAP server, defaults to gmail's IMAP" port 993, :desc => "IMAP port" ssl true, :desc => "Whether to use SSL for connecting to IMAP" db "email-comments-db.sqlite3", :desc => "Filename for database to store comments." php_bin "emailbin", :desc => "Location to put PHP handler files." inbox "Inbox", :desc => "The name of the Inbox IMAP folder. This folder is checked for new comment messages." } }