Skip to content

Commit

Permalink
Make IMAP subscriptions an advanced option
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Oct 14, 2013
1 parent e489924 commit c94b09a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imp/config/prefs.php
Expand Up @@ -1656,6 +1656,7 @@

$_prefs['subscribe'] = array(
'value' => 1,
'advanced' => true,
'type' => 'checkbox',
'desc' => _("Use IMAP mailbox subscriptions?"),
'on_change' => function() {
Expand Down

0 comments on commit c94b09a

Please sign in to comment.