mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
no bug r=ducarroz sr=bienvenu making extractHeaderAddressMailboxes scriptable
This commit is contained in:
parent
3ba234c77f
commit
c38a47ab7a
@ -82,7 +82,7 @@ interface nsIMsgHeaderParser : nsISupports {
|
||||
|
||||
Caller must call PL_strfree on returnValue (which is allocated by the function)
|
||||
*/
|
||||
[noscript] void extractHeaderAddressMailboxes (in string charset, in string line, out string mailboxes);
|
||||
void extractHeaderAddressMailboxes (in string charset, in string line, out string mailboxes);
|
||||
|
||||
|
||||
/* Given a string which contains a list of Header addresses, returns a
|
||||
|
Loading…
Reference in New Issue
Block a user