Closed
Bug 227211
Opened 22 years ago
Closed 22 years ago
LDAP Auto complete should let us show custom fields in the window
Categories
(MailNews Core :: Composition, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: mscott, Assigned: mscott)
References
Details
If you use LDAP lookups in mail compose, we currently show the cn and the email
address in the list of replies. We should be able to do what 4.x does and
support the ability to show other fields like department or organization in the
drop down list.
This allows large companies to see which John Smith they really want to send
mail to.
cc'ing Dan in case we already support this and I just don't know what the prefs
are.
Comment 1•22 years ago
|
||
We support this, it's just not very-well documented. The fix happened (and is
mentioned briefly in) bug 89198.
http://lxr.mozilla.org/seamonkey/source/mailnews/compose/resources/content/MsgComposeCommands.js#832
is where the relevant code starts. The prefs mentioned here with .autoComplete
in their name are of particular interest. Chances are good that tweaking
.autoComplete.commentColumn possibly in combination with
.autoComplete.commentFormat will do just what you need.
http://lxr.mozilla.org/seamonkey/source/mailnews/addrbook/public/nsIAbLDAPAutoCompFormatter.idl
has documentation on the syntax.
Note this syntax is going to require some (hopefully backward-compatible)
tweaking in order to fix bug 187642.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Comment 2•22 years ago
|
||
awesome! Thanks Dan.
| Assignee | ||
Comment 3•22 years ago
|
||
Note for M4 customer:
These two prefs worked for me. I choose cn as my test attribute to use in the
comment field.
user_pref("ldap_2.servers.*servername*.autoComplete.commentFormat", "[cn]");
user_pef("mail.autoComplete.commentColumn", 2);
I ran into one problem with this. At least in thunderbird, the comment does not
show in the first auto complete instance in the window. It does show up in
subsequent rows. See Bug #227903.
I'm curious if this problem exists in Seamonkey too.
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•