Skip to content

Commit

Permalink
This config option was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Jul 23, 2014
1 parent 26d5e63 commit 7178d5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions imp/lib/Factory/Maillog.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ public function create(Horde_Injector $injector)

$driver = isset($conf['maillog']['driver'])
? $conf['maillog']['driver']
// @todo BC support for 'use_maillog'
: (empty($conf['maillog']['use_maillog']) ? 'none' : 'history');
: 'none';

switch ($driver) {
case 'history':
Expand Down

0 comments on commit 7178d5d

Please sign in to comment.