Siteconfig: regroup settings
[citadel.git] / webcit / static / t / aide / siteconfig / tab_imap.html
1 <div class="conftitle"><?_("IMAP")></div>
2 <div class="confdescr"><?_("Changes made on this screen will not take effect until you restart the Citadel server.")></div>
3 <hr>
4 <table border="0">
5 <tr><td><?_("IMAP listener port (-1 to disable)")></td><td>
6 <input type="text" NAME="c_imap_port" MAXLENGTH="5" VALUE='<?SERV:CFG("c_imap_port")>'></td></tr>
7
8 <tr><td><?_("IMAP over SSL port (-1 to disable)")></td><td>
9 <input type="text" NAME="c_imaps_port" MAXLENGTH="5" VALUE='<?SERV:CFG("c_imaps_port")>'></td></tr>
10
11 <tr><td><?_("Keep original from headers in IMAP")></td><td>
12 <input type="checkbox" NAME="c_imap_keep_from" VALUE="yes" <?%("COND:SERVCFG", 1, "c_imap_keep_from", 1, "CHECKED", "")>></td></tr>
13
14 <tr><td><?_("Instantly expunge deleted messages in IMAP")></td><td>
15 <input type="checkbox" NAME="c_instant_expunge" VALUE="yes" <?%("COND:SERVCFG", 1, "c_instant_expunge", 1, "CHECKED", "")>></td></tr>
16
17 </table>