mailr/config/defaults.yml

47 lines
1.1 KiB
YAML
Raw Normal View History

2011-09-09 22:10:25 +02:00
version: Build 2011-09-09
2011-07-21 20:20:15 +02:00
theme: olive
2011-08-16 20:05:58 +02:00
locale: pl
themes: [olive]
locales: [en, pl]
msgs_per_page_table: [15, 20, 25, 30, 35, 40, 45, 50]
msg_send_type: [html, text]
2011-09-09 22:10:25 +02:00
msg_image_view_as: [attachment, thumbnail]
msg_image_thumbnail_size: [128x128, 128x96, 192x192, 192x144, 256x256, 256x192]
2011-08-16 20:05:58 +02:00
contacts_table_fields: [nick, first_name, last_name, email, info]
contacts_per_page: 25
2011-07-29 20:05:47 +02:00
2011-07-24 15:56:47 +02:00
msgs_per_page: 20
2011-07-27 20:34:30 +02:00
msgs_refresh_time: 300
2011-08-02 23:12:17 +02:00
msgs_send_type: html
2011-08-16 20:05:58 +02:00
msgs_update_time: 600
msgs_inbox_view_fields: [from_addr, subject, date, size]
msgs_sent_view_fields: [to_addr, subject, date, size]
2011-08-02 23:12:17 +02:00
2011-09-09 22:10:25 +02:00
msg_subject_length: 50
2011-08-26 22:59:43 +02:00
msg_address_length: 35
2011-08-16 20:05:58 +02:00
msg_search_fields: [subject, from, to]
2011-09-09 22:10:25 +02:00
msg_upload_dir: "tmp/uploads"
2011-07-29 20:05:47 +02:00
2011-08-26 22:59:43 +02:00
# if encoding can not be get from data
2011-08-28 21:52:17 +02:00
msg_unknown_charset: ISO-8859-2
2011-08-26 22:59:43 +02:00
2011-08-24 19:20:13 +02:00
imap_debug: false
2011-07-27 20:34:30 +02:00
imap_use_ssl: 'false'
imap_port: 143
imap_ssl_port: 993
imap_bye_timeout_retry_seconds: 2
2011-08-02 23:12:17 +02:00
imap_fetch_slice: 20
2011-07-29 20:05:47 +02:00
2011-09-03 13:07:40 +02:00
smtp_port: 25
2011-07-24 22:22:13 +02:00
session_encryption: true
session_password: asDD3s2@sAdc983#
2011-07-29 20:05:47 +02:00
mailbox_max_parent_folder_depth: 3
2011-07-27 20:34:30 +02:00
2011-08-26 22:59:43 +02:00
# array of logins which only can login to application, comment it to allow everyone to login
2011-09-05 19:08:22 +02:00
only_can_logins: [wtodryk]