diff --git a/app/Http/Controllers/SettingsController.php b/app/Http/Controllers/SettingsController.php index c2c1f6e56..dae2b0b4a 100644 --- a/app/Http/Controllers/SettingsController.php +++ b/app/Http/Controllers/SettingsController.php @@ -104,9 +104,9 @@ public function getSectionParams($section, $param = '') 'safe_password' => true, 'encrypt' => true, ], - 'use_mail_date_on_fetching' => [ - 'env' => 'APP_USE_MAIL_DATE_ON_FETCHING', - ], + // 'use_mail_date_on_fetching' => [ + // 'env' => 'APP_USE_MAIL_DATE_ON_FETCHING', + // ], ], ]; break; @@ -217,7 +217,7 @@ public function getSectionSettings($section) 'mail_password' => \Helper::decrypt(Option::get('mail_password', \Config::get('mail.password'))), 'mail_encryption' => Option::get('mail_encryption', \Config::get('mail.encryption')), 'fetch_schedule' => config('app.fetch_schedule'), - 'use_mail_date_on_fetching' => config('app.use_mail_date_on_fetching'), + //'use_mail_date_on_fetching' => config('app.use_mail_date_on_fetching'), ]; break; case 'alerts': diff --git a/resources/views/settings/emails.blade.php b/resources/views/settings/emails.blade.php index 0b7680485..b4b734012 100644 --- a/resources/views/settings/emails.blade.php +++ b/resources/views/settings/emails.blade.php @@ -125,7 +125,7 @@ -