mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-11 22:45:26 +00:00
Add CC field to mail editor
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
ng-model="message.editable.to"
|
||||
label:placeholder="Add a recipient">
|
||||
<auto-complete data-source="userFilter($query)"><!-- to --></auto-complete></tags-input></label>
|
||||
<label><var:string label:value="Cc"/>
|
||||
<tags-input type="text" name="cc"
|
||||
ng-model="message.editable.cc"
|
||||
label:placeholder="Add a recipient">
|
||||
<auto-complete data-source="userFilter($query)"><!-- to --></auto-complete></tags-input></label>
|
||||
<label><var:string label:value="Subject"/>
|
||||
<input type="text" name="subject" ng-model="message.editable.subject"/></label>
|
||||
<label><var:string label:value="Attachments"/>
|
||||
|
||||
Reference in New Issue
Block a user