View Issue Details

IDProjectCategoryView StatusLast Update
0003640SOGo Connectorpublic2016-05-02 16:49
Reporteresco Assigned Toludovic  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Platform[Client] MicrosoftOSWindowsOS Version7
Product Version31.0.1 
Summary0003640: Thunderbird 45: address auto complete not working
Description

Hello,

with Thunderbird 45 the auto complete of addresses doesn't work anymore.

esco

Steps To Reproduce

Thuderbird error console:

Zeitstempel: 23.04.2016 17:10:48
Fehler: NS_NOINTERFACE: Component returned failure code: 0x80004002 (NS_NOINTERFACE) [nsIAbDirectoryQuery.doQuery]
Quelldatei: resource://gre/components/nsAbLDAPAutoCompleteSearch.js
Zeile: 264

TagsNo tags attached.

Activities

adi

adi

2016-05-02 16:06

reporter  

sogo-connector_bug_3640.patch (630 bytes)   
diff -Nru a/components/SOGoConnectorAutocompleteSearch.js b/components/SOGoConnectorAutocompleteSearch.js
--- a/components/SOGoConnectorAutocompleteSearch.js	2014-10-01 09:13:36.000000000 +0200
+++ b/components/SOGoConnectorAutocompleteSearch.js	2016-05-02 17:50:44.000000000 +0200
@@ -118,7 +118,7 @@
     // Other numbers currently unused (hence default to zero)
     _parser: MailServices.headerParser,
     _abManager: MailServices.ab,
-    applicableHeaders: Set(["addr_to", "addr_cc", "addr_bcc", "addr_reply"]),
+    applicableHeaders: new Set(["addr_to", "addr_cc", "addr_bcc", "addr_reply"]),
 
     // Private methods
 
adi

adi

2016-05-02 16:07

reporter   ~0010041

Last edited: 2016-05-02 16:08

the attached patch fixes the issue for us. (also see https://github.com/inverse-inc/sogo-connector.tb31/pull/21)

ludovic

ludovic

2016-05-02 16:49

administrator   ~0010042

PR merged. We will generate new extensions.

Issue History

Date Modified Username Field Change
2016-04-23 15:21 esco New Issue
2016-05-02 16:06 adi File Added: sogo-connector_bug_3640.patch
2016-05-02 16:07 adi Note Added: 0010041
2016-05-02 16:08 adi Note Edited: 0010041
2016-05-02 16:49 ludovic Note Added: 0010042
2016-05-02 16:49 ludovic Status new => resolved
2016-05-02 16:49 ludovic Resolution open => fixed
2016-05-02 16:49 ludovic Assigned To => ludovic