зеркало из https://github.com/mozilla/pjs.git
display message now takes a URI instead of a mailbox & message key pair.
This commit is contained in:
Родитель
546fb4b0bd
Коммит
9aaa95f658
|
@ -84,8 +84,8 @@ public:
|
|||
// It would be nice if we can figure this out for ourselves in the protocol but we can't do
|
||||
// that right now.
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////
|
||||
NS_IMETHOD DisplayMessage(const nsFileSpec& aMailboxPath, nsMsgKey aMessageKey, const char * aMessageID,
|
||||
nsISupports * aDisplayConsumer, nsIUrlListener * aUrlListener, nsIURL ** aURL) = 0;
|
||||
NS_IMETHOD DisplayMessage(const char* aMessageURI, nsISupports * aDisplayConsumer,
|
||||
nsIUrlListener * aUrlListener, nsIURL ** aURL) = 0;
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// This is more of a convience function for testing purposes. We want to able to say: display
|
||||
|
|
Загрузка…
Ссылка в новой задаче