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

Ignore:
Timestamp:
Sep 9, 2018, 2:36:02 AM (4 years ago)
Author:
rene <rene@…>
Branches:
ng_0.9
Children:
c5860f
Parents:
bc6c6b
Message:

removed everything related to smtp-storage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • content/prefDialog/vI_prefDialog.js

    rbc6c6b r85fa10  
    131131          "VIdent_identity.smart_reply_for_newsgroups",
    132132          "VIdent_identity.show_status",
    133           "VIdent_identity.show_smtp",
    134133          "VIdent_identity.fcc_show_switch",
    135134          "VIdent_identity.menu_entry",
     
    157156          "VIdent_identity.storage_store",
    158157          "VIdent_identity.storage_store_base_id",
    159           "VIdent_identity.storage_store_SMTP",
    160158          "VIdent_identity.storage_dont_update_multiple",
    161159          "VIdent_identity.storage_show_switch",
    162160          "VIdent_identity.storage_show_baseID_switch",
    163           "VIdent_identity.storage_show_SMTP_switch",
    164161          "VIdent_identity.storage_colorIndication",
    165162          "VIdent_identity.storage_warn_update",
     
    324321          mAttr("VIdent_identity.storage_store", "disabled", element.checked);
    325322          mAttr("VIdent_identity.storage_store_base_id", "disabled", element.checked);
    326           mAttr("VIdent_identity.storage_store_SMTP", "disabled", element.checked);
    327323          mAttr("VIdent_identity.storage_dont_update_multiple", "disabled", element.checked);
    328324          mAttr("VIdent_identity.storage_show_switch", "disabled", element.checked);
    329325          mAttr("VIdent_identity.storage_show_baseID_switch", "disabled", element.checked);
    330           mAttr("VIdent_identity.storage_show_SMTP_switch", "disabled", element.checked);
    331326          mAttr("VIdent_identity.storage_colorIndication", "disabled", element.checked);
    332327          mAttr("VIdent_identity.storage_warn_update", "disabled", element.checked);
Note: See TracChangeset for help on using the changeset viewer.