snappymail/snappymail/v/0.0.0/app/templates/Views/Sieve/HasFlagTest.html
the-djmaze 96d034b36a Change KnockoutJS to just warn for missing Observables.
Sieve doesn't need them, for now.
2024-09-24 11:33:49 +02:00

9 lines
340 B
HTML

<!-- rfc5232 -->
hasflag
<select data-bind="value: match_type">
<option value="">:is</option>
<option>:contains</option>
<option>:matches</option>
</select>
<input type="text" data-bind="textInput: variable_list" pattern='".+"|\[".+"(,".+")*\]'>
<input type="text" data-bind="textInput: list_of_flags" pattern='".+"|\[".+"(,".+")*\]'>