snappymail/snappymail/v/0.0.0/app/templates/Views/Sieve/IncludeCommand.html
2024-09-23 14:08:06 +02:00

6 lines
300 B
HTML

<!-- rfc6609 -->
include
<input type="text" data-bind="textInput: value">
<label><input type="checkbox" data-bind="checked: global"> global</label>
<label><input type="checkbox" data-bind="checked: once"> once</label>
<label><input type="checkbox" data-bind="checked: optional"> optional</label>