implemented forward message as attachment & inline; a=mcafee

This commit is contained in:
jefft%netscape.com 1999-09-29 20:37:12 +00:00
Родитель 54829b853b
Коммит 7aa0b17efa
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -17,6 +17,7 @@
*/
#include "nsISupports.idl"
#include "nsrootidl.idl"
#include "domstubs.idl"
#include "xulstubs.idl"
#include "nsIRDFCompositeDataSource.idl"
@ -76,5 +77,7 @@ interface nsIMessenger : nsISupports {
void SetDocumentCharset(in wstring characterSet);
void saveAs(in string url, in boolean asFile);
void openAttachment(in string url, in string displayName, in string messageUri);
void forwardMessages(in nsIDOMNodeList messages,
in PRInt32 type);
};