mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 06:57:03 +03:00
6 lines
270 B
HTML
6 lines
270 B
HTML
<!-- rfc6609 -->
|
|
include
|
|
<label><input type="checkbox" name="global"> global</label> // ':personal' / ':global';
|
|
<label><input type="checkbox" name="once"> once</label>
|
|
<label><input type="checkbox" name="optional"> optional</label>
|
|
<input type="text" name="value">
|