Fix for bug 16354. Land new autocomplete for mailnews

This commit is contained in:
ducarroz%netscape.com 2000-04-22 03:30:45 +00:00
parent 4de9141ce3
commit 7f339ab6cb

View File

@ -20,17 +20,11 @@
* Contributor(s):
*/
#include "nsISupports.idl"
#include "nsrootidl.idl"
interface nsIAbAutoCompleteListener;
interface nsIMsgIdentity;
#include "nsIAutoCompleteSession.idl"
#include "nsIMsgIdentity.idl"
[scriptable, uuid(CA2A6B07-3625-11d3-988E-001083010E9B)]
interface nsIAbAutoCompleteSession : nsISupports {
void autoComplete(in nsIMsgIdentity relativeId,
in nsISupports aParam,
in wstring aSearchString,
in nsIAbAutoCompleteListener aResultListener);
interface nsIAbAutoCompleteSession : nsIAutoCompleteSession {
attribute wstring defaultDomain;
};