Add replyto and folder fields into predefined compose values

This commit is contained in:
Hadi Nategh 2020-07-06 10:25:56 +02:00
parent 98a6a7a9b8
commit f5fe1cf02f
3 changed files with 12 additions and 4 deletions

View File

@ -690,7 +690,7 @@ class mail_ui
'hideOnMobile' => true 'hideOnMobile' => true
), ),
'predefined-addresses' => array( 'predefined-addresses' => array(
'caption' => 'Set predefined addresses for compose...', 'caption' => 'Set predefined values for compose...',
'onExecute' => 'javaScript:app.mail.set_predefined_addresses', 'onExecute' => 'javaScript:app.mail.set_predefined_addresses',
'icon' => 'edit', 'icon' => 'edit',
'group' => $group, 'group' => $group,

View File

@ -98,7 +98,7 @@ compose as new mail en Compose as new
compress folder mail en compress folder compress folder mail en compress folder
condition mail en Condition condition mail en Condition
configuration settings mail en Configuration settings configuration settings mail en Configuration settings
configured email addresses will be set automatically on compose dialog for respected field when composing a new email. mail en Configured email addresses will be set automatically on compose dialog for respected field when composing a new email. configured values will be set automatically on compose dialog for respected field when composing a new email. mail en Configured values will be set automatically on compose dialog for respected field when composing a new email.
confirm mail en Confirm confirm mail en Confirm
confirm attach message mail en Confirm attach message confirm attach message mail en Confirm attach message
confirm move to folder mail en Confirm move to folder confirm move to folder mail en Confirm move to folder
@ -529,7 +529,7 @@ serverside vacationnotice (via sieve) are not activated mail en Serverside absen
set / remove flags mail en Set / Remove Flags set / remove flags mail en Set / Remove Flags
set / remove labels mail en Set / Remove Labels set / remove labels mail en Set / Remove Labels
set it as default: mail en set it as default: set it as default: mail en set it as default:
set predefined addresses for compose... mail en Set predefined addresses for compose ... set predefined values for compose... mail en Set predefined values for compose ...
should new messages show up on the home page mail en Should new messages show up on the Home page should new messages show up on the home page mail en Should new messages show up on the Home page
should signature be inserted after (standard) or before a reply or inline forward, and should signature be visible and changeable during compose. mail en Should signature be inserted after (standard) or before a reply or inline forward, and should signature be visible and changeable during compose. should signature be inserted after (standard) or before a reply or inline forward, and should signature be visible and changeable during compose. mail en Should signature be inserted after (standard) or before a reply or inline forward, and should signature be visible and changeable during compose.
show mail en show show mail en show

View File

@ -11,7 +11,15 @@
</columns> </columns>
<rows> <rows>
<row> <row>
<description value="Configured email addresses will be set automatically on compose dialog for respected field when composing a new email."/> <description value="Configured values will be set automatically on compose dialog for respected field when composing a new email."/>
</row>
<row>
<description value="Reply to"/>
<taglist-email id="replyto" width="100%"/>
</row>
<row>
<description value="Folder"/>
<taglist id="folder" autocomplete_url="mail.mail_compose.ajax_searchFolder" autocomplete_params="" allowFreeEntries="false"/>
</row> </row>
<row> <row>
<description label= "%s:" value="Cc"/> <description label= "%s:" value="Cc"/>