neil.parkwaycc.co.uk: review+
bienvenu: superreview+

"Server Settings" tab in "Account Settings" is too big for preferences window
This commit is contained in:
cbiesinger%web.de 2003-09-19 21:52:25 +00:00
Родитель 8121fe6614
Коммит a0bb7fe86c
1 изменённых файлов: 18 добавлений и 18 удалений

Просмотреть файл

@ -167,15 +167,6 @@ Contributors:
<spacer flex="1"/>
</hbox>
<checkbox hidable="true" hidefor="pop3,nntp,movemail" wsm_persist="true" id="imap.cleanupInboxOnExit"
label="&expungeOnExit.label;" iscontrolcontainer="true"
prefattribute="value"
prefstring="mail.server.%serverkey%.cleanup_inbox_on_exit"/>
<checkbox hidable="true" hidefor="nntp" wsm_persist="true" id="server.emptyTrashOnExit"
label="&emptyTrashOnExit.label;" iscontrolcontainer="true"
prefattribute="value"
prefstring="mail.server.%serverkey%.empty_trash_on_exit"/>
<hbox iscontrolcontainer="true" flex="1">
<checkbox hidable="true" hidefor="pop3,nntp,movemail" hidden="true" wsm_persist="true" id="imap.dualUseFolders"
prefattribute="value"
@ -231,15 +222,17 @@ Contributors:
</hbox>
-->
<vbox iscontrolcontainer="true">
<label value="&newsrcFilePath.label;" control="nntp.newsrcFilePath"/>
<textbox hidable="true" hidefor="imap,pop3,movemail" wsm_persist="true" id="nntp.newsrcFilePath"
datatype="nsIFileSpec"
prefstring="mail.server.%serverkey%.newsrc.file" class="uri-element"/>
</vbox>
<hbox flex="1">
<spacer flex="1"/>
<hbox align="end">
<vbox flex="1">
<checkbox hidable="true" hidefor="pop3,nntp,movemail" wsm_persist="true" id="imap.cleanupInboxOnExit"
label="&expungeOnExit.label;" iscontrolcontainer="true"
prefattribute="value"
prefstring="mail.server.%serverkey%.cleanup_inbox_on_exit"/>
<checkbox hidable="true" hidefor="nntp" wsm_persist="true" id="server.emptyTrashOnExit"
label="&emptyTrashOnExit.label;" iscontrolcontainer="true"
prefattribute="value"
prefstring="mail.server.%serverkey%.empty_trash_on_exit"/>
</vbox>
<button label="&advancedButton.label;"
oncommand="onAdvanced();"
wsm_persist="true" id="server.advancedbutton"
@ -247,6 +240,13 @@ Contributors:
<label hidden="true" wsm_persist="true" id="identity.smtpServerKey"/>
</hbox>
<vbox iscontrolcontainer="true">
<label value="&newsrcFilePath.label;" control="nntp.newsrcFilePath"/>
<textbox hidable="true" hidefor="imap,pop3,movemail" wsm_persist="true" id="nntp.newsrcFilePath"
datatype="nsIFileSpec"
prefstring="mail.server.%serverkey%.newsrc.file" class="uri-element"/>
</vbox>
</vbox>
</groupbox>