mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Drop unused favicon_status
This commit is contained in:
parent
071b2c1153
commit
81fbb80788
2 changed files with 0 additions and 2 deletions
|
|
@ -663,7 +663,6 @@ class Actions
|
|||
'useImapThread' => (bool)$oConfig->Get('labs', 'use_imap_thread', false),
|
||||
'allowAppendMessage' => (bool)$oConfig->Get('labs', 'allow_message_append', false),
|
||||
'folderSpecLimit' => (int)$oConfig->Get('labs', 'folders_spec_limit', 50),
|
||||
'faviconStatus' => (bool)$oConfig->Get('labs', 'favicon_status', true),
|
||||
'listPermanentFiltered' => '' !== \trim($oConfig->Get('labs', 'imap_message_list_permanent_filter', '')),
|
||||
'themes' => $this->GetThemes(),
|
||||
'languages' => \SnappyMail\L10n::getLanguages(false),
|
||||
|
|
|
|||
|
|
@ -379,7 +379,6 @@ Enables caching in the system'),
|
|||
'sasl_allow_cram_md5' => array(false),
|
||||
'mail_func_clear_headers' => array(true),
|
||||
'mail_func_additional_parameters' => array(false),
|
||||
'favicon_status' => array(true),
|
||||
'folders_spec_limit' => array(50),
|
||||
'curl_proxy' => array(''),
|
||||
'curl_proxy_auth' => array(''),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue