add 'msg_default_action' to admin settings ('defaults' section)

This commit is contained in:
Sergey Mosin 2023-07-02 22:14:28 -04:00
parent 19ea5de1bf
commit 665aa4a226
2 changed files with 3 additions and 2 deletions

View file

@ -691,7 +691,7 @@ class Actions
'listGrouped' => false,
'MessagesPerPage' => (int) $oConfig->Get('webmail', 'messages_per_page', 25),
'MessageReadDelay' => (int) $oConfig->Get('webmail', 'message_read_delay', 5),
'MsgDefaultAction' => 1,
'MsgDefaultAction' => (int) $oConfig->Get('defaults', 'msg_default_action', 1),
'SoundNotification' => true,
'NotificationSound' => 'new-mail',
'DesktopNotifications' => true,

View file

@ -298,7 +298,8 @@ Values:
'contacts_autosave' => array(true),
'mail_use_threads' => array(false),
'allow_draft_autosave' => array(true),
'mail_reply_same_folder' => array(false)
'mail_reply_same_folder' => array(false),
'msg_default_action' => array(1, '1 - reply, 2 - reply all'),
),
'logs' => array(