mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Add to, cc and bcc fields to incoming msg
To close #258 and to fix #260
This commit is contained in:
@@ -147,7 +147,7 @@
|
||||
<label for="node-input-disposition"><i class="fa fa-trash"></i> <span data-i18n="email.label.disposition"></span></label>
|
||||
<select type="text" id="node-input-disposition">
|
||||
<option value="None" selected="selected">None</option>
|
||||
<option value="Read">Mark Read/Answered</option>
|
||||
<option value="Read">Mark Read</option>
|
||||
<option value="Delete">Delete</option>
|
||||
</select>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user