Skip to content

Commit

Permalink
Merge pull request #1592 from ioannidesalex/patch-36, Minor roundcube…
Browse files Browse the repository at this point in the history
… fixes

Minor roundcube fixes
  • Loading branch information
dpeca committed May 31, 2018
2 parents e9589f5 + 53c58d2 commit 54cae50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/ubuntu/18.04/roundcube/main.inc.php
Expand Up @@ -197,7 +197,7 @@

// use this folder to store log files (must be writeable for apache user)
// This is used by the 'file' log driver.
$rcmail_config['log_dir'] = '/var/log/roundcubemail/';
$rcmail_config['log_dir'] = '/var/log/roundcube/';

// use this folder to store temp files (must be writeable for apache user)
$rcmail_config['temp_dir'] = '/tmp';
Expand Down Expand Up @@ -305,7 +305,7 @@
$rcmail_config['max_group_members'] = 0;

// add this user-agent to message headers when sending
$rcmail_config['useragent'] = 'Roundcube Webmail/'.RCMAIL_VERSION;
$rcmail_config['useragent'] = 'Roundcube Webmail';

// use this name to compose page titles
$rcmail_config['product_name'] = 'Roundcube Webmail';
Expand Down

0 comments on commit 54cae50

Please sign in to comment.