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

Opened 13 years ago

Closed 13 years ago

#214 closed defect (worksforme)

can not save settings

Reported by: spuri@… Owned by: rene
Version: 0.6.0rc8 Keywords:
Cc:

Description

I can not save storing SMTP and Base identity - nothing happen when i click ok, only cancel closes the window TB 3.0.1

Change History (7)

comment:1 Changed 13 years ago by rene

Owner: set to rene
Status: newassigned

Hi,

please check the Error-Console (Tools-Menu, Javascript-Error-Console) for any errors occuring while trying to save your preferences. They will cause the trouble, and I hope I can fix them.

Thanks for your report, regards, Rene

comment:2 Changed 13 years ago by spuri@…

here is the message from the console:

Error: document.getElementById(accountPickerId).selectedItem is null Source File: chrome://v_identity/content/vI_prefDialog_TB3FolderPicker.js Line: 106

thanks spuri

comment:3 Changed 13 years ago by rene

Hi Spuri,

can't see the reason for that issue yet. Can you please provide the pref.js-File from your Thunderbird-Folder, maybe there is something wrong with this one. Please post or send all lines beginning with "extensions.virtualIdentity", and check for confidential information before posting or emailing.

Thanks and nice regards, Rene

comment:4 in reply to:  3 ; Changed 13 years ago by anonymous

user_pref("extensions.virtualIdentity.copyAttachVCardSettings", true); user_pref("extensions.virtualIdentity.draftFolder", "mailbox://localhost@localhost/Drafts"); user_pref("extensions.virtualIdentity.draftFolderPickerMode", "0"); user_pref("extensions.virtualIdentity.fccFolder", "mailbox://localhost@localhost/Sent"); user_pref("extensions.virtualIdentity.idSelection_ask", true); user_pref("extensions.virtualIdentity.show_smtp", true); user_pref("extensions.virtualIdentity.stationeryFolder", "mailbox://localhost@localhost/Templates"); user_pref("extensions.virtualIdentity.stationeryFolderPickerMode", "0");

That' all. What could be wrong? (or missing?)

comment:5 in reply to:  4 ; Changed 13 years ago by anonymous

I just added these two lines to my pref.js and i am still unable to edit in TB but storing works user_pref("extensions.virtualIdentity.storage_store_SMTP", true); user_pref("extensions.virtualIdentity.storage_store_base_id", true);

comment:6 in reply to:  5 Changed 13 years ago by anonymous

Finally I deleted all lines in prefs.js begins with extensions.virtualIdentity and now I am able to click ok in TB when saving setting and have only that two lines created in the prefs file.

comment:7 Changed 13 years ago by rene

Resolution: worksforme
Status: assignedclosed

closing for now, still no idea how this happend. Hope this will not turn out to be a bigger, general problem

Note: See TracTickets for help on using tickets.