Default IMAP_SENTFOLDER folder was incorrect

This commit is contained in:
Peter Timofejew 2015-10-10 10:40:48 -04:00
parent 2a44b0cafb
commit 5ed354a723
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ define('IMAP_FROM_LDAP_FROM', '#givenname #sn <#mail>');
// copy outgoing mail to this folder. If not set z-push will try the default folders
define('IMAP_SENTFOLDER', '');
define('IMAP_SENTFOLDER', 'Sent Messages');
define('IMAP_INLINE_FORWARD', true);
define('IMAP_EXCLUDED_FOLDERS', '');
define('IMAP_SMTP_METHOD', 'sendmail');