dawn is right again, we need to change the order of the options
because if the user had "forward as quoted", we want it to look like
"forward as attachment", because "forward as quoted" is obsolete.
The back end will behave like "forward as attachment", and this makes it
so the front end will too.
This commit is contained in:
sspitzer%netscape.com 1999-12-29 18:26:50 +00:00
Родитель 767b32eac9
Коммит 53eb29235b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -25,8 +25,8 @@
<html:div>
<html:label for="pref:int:mail.forward_message_mode">&forwardMsg.label;</html:label>
<html:select id="pref:int:mail.forward_message_mode">
<html:option value="2" label="&inline.label;"/>
<html:option value="0" label="&asAttachment.label;"/>
<html:option value="2" label="&inline.label;"/>
</html:select>
</html:div>