This is just some static backup of the original site, don't expect every link to work!

Ignore:
Timestamp:
Oct 2, 2009, 1:20:09 PM (13 years ago)
Author:
rene <rene@…>
Branches:
lite_0.1, multiEdit, ng_0.6, ng_0.6_help, ng_0.8, ng_0.9
Children:
77bb12
Parents:
bdfae4
Message:

implementation of SMTP storage / change of interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chrome/content/v_identity/vI_prefDialog.xul

    rbdfae4 rd1f668  
    331331                    <checkbox id="VIdent_identity.show_smtp" label="&vI_prefDialog.composeDialog.SMTP.label;"
    332332                        tooltiptext="&vI_prefDialog.composeDialog.SMTP.tooltiptext;" prefstring="show_smtp" />
    333                     <checkbox id="VIdent_identity.storage_show_switch" label="&vI_prefDialog.storage.show_switch.label;"
    334                         prefstring="storage_show_switch"/>
    335333                    <checkbox id="VIdent_identity.fcc_show_switch" label="&vI_prefDialog.composeDialog.fcc_show_switch.label;"
    336334                        tooltiptext="&vI_prefDialog.composeDialog.fcc_show_switch.tooltiptext;" prefstring="fcc_show_switch" />
     335                    <checkbox id="VIdent_identity.storage_colorIndication" label="&vI_prefDialog.composeDialog.storage_colorIndication.label;"
     336                        prefstring="storage_colorIndication" />
     337                </groupbox>
     338                <groupbox>
     339                <caption label="&vI_prefDialog.composeDialog.caption3;"/>
     340                    <checkbox id="VIdent_identity.storage_show_switch" label="&vI_prefDialog.composeDialog.show_switch.label;"
     341                        prefstring="storage_show_switch"/>
     342                    <checkbox id="VIdent_identity.storage_show_baseID_switch" label="&vI_prefDialog.composeDialog.show_baseID_switch.label;"
     343                        prefstring="storage_show_baseID_switch"/>
     344                    <checkbox id="VIdent_identity.storage_show_SMTP_switch" label="&vI_prefDialog.composeDialog.show_SMTP_switch.label;"
     345                        prefstring="storage_show_SMTP_switch"/>
    337346                </groupbox>
    338347            </tabpanel>
     
    565574                    <checkbox id="VIdent_identity.storage_store_base_id" label="&vI_prefDialog.storage.store_base_id.label;"
    566575                        prefstring="storage_store_base_id"/>
     576                    <checkbox id="VIdent_identity.storage_store_SMTP" label="&vI_prefDialog.storage.store_SMTP.label;"
     577                        prefstring="storage_store_SMTP"/>
    567578                    <checkbox id="VIdent_identity.storage_warn_update" label="&vI_prefDialog.storage.warn_update.label;"
    568579                        prefstring="storage_warn_update"/>
     
    579590                    <checkbox id="VIdent_identity.storageExtras_returnReciept" label="&vI_prefDialog.storageExtras.returnReciept.label;"
    580591                        prefstring="storageExtras_returnReciept"/>
     592                    <checkbox id="VIdent_identity.storageExtras_fcc" label="&vI_prefDialog.storageExtras.fcc.label;"
     593                        prefstring="storageExtras_fcc"/>
    581594                    <checkbox id="VIdent_identity.storageExtras_characterEncoding" label="&vI_prefDialog.storageExtras.characterEncoding.label;"
    582595                        prefstring="storageExtras_characterEncoding"/>
Note: See TracChangeset for help on using the changeset viewer.