From 509830943accf2dc0140f73a79de4f44ee89e401 Mon Sep 17 00:00:00 2001 From: "putterman%netscape.com" Date: Fri, 11 Jun 1999 22:07:08 +0000 Subject: [PATCH] removed MailNewsTypes.idl --- mailnews/base/public/MailNewsTypes.idl | 21 ------------------- mailnews/base/public/nsIMessenger.idl | 1 + mailnews/base/public/nsIMsgFolder.idl | 4 ++++ mailnews/base/public/nsIMsgIncomingServer.idl | 2 ++ mailnews/base/public/nsIMsgThread.idl | 2 +- 5 files changed, 8 insertions(+), 22 deletions(-) delete mode 100644 mailnews/base/public/MailNewsTypes.idl diff --git a/mailnews/base/public/MailNewsTypes.idl b/mailnews/base/public/MailNewsTypes.idl deleted file mode 100644 index e8610a7becdb..000000000000 --- a/mailnews/base/public/MailNewsTypes.idl +++ /dev/null @@ -1,21 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "NPL"); you may not use this file except in - * compliance with the NPL. You may obtain a copy of the NPL at - * http://www.mozilla.org/NPL/ - * - * Software distributed under the NPL is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL - * for the specific language governing rights and limitations under the - * NPL. - * - * The Initial Developer of this code under the NPL is Netscape - * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998 Netscape Communications Corporation. All Rights - * Reserved. - */ - - -typedef unsigned long nsMsgKey; -typedef unsigned long nsMsgViewIndex; diff --git a/mailnews/base/public/nsIMessenger.idl b/mailnews/base/public/nsIMessenger.idl index dfdfdd10eecd..ae5dbfbfeb2f 100644 --- a/mailnews/base/public/nsIMessenger.idl +++ b/mailnews/base/public/nsIMessenger.idl @@ -56,5 +56,6 @@ interface nsIMessenger : nsISupports { in string name); void Undo(); void Redo(); + void SendUnsentMessages(); }; diff --git a/mailnews/base/public/nsIMsgFolder.idl b/mailnews/base/public/nsIMsgFolder.idl index e4602c6144f4..c2dfe55d2128 100644 --- a/mailnews/base/public/nsIMsgFolder.idl +++ b/mailnews/base/public/nsIMsgFolder.idl @@ -127,6 +127,10 @@ interface nsIMsgFolder : nsIFolder { nsIMessage CreateMessageFromMsgDBHdr(in nsIMsgDBHdr msgDBHdr); void GetNewMessages(); attribute wstring charset; + attribute unsigned long BiffState; + attribute long NumNewMessages; + + readonly attribute wstring NewMessagesNotificationDescription; }; diff --git a/mailnews/base/public/nsIMsgIncomingServer.idl b/mailnews/base/public/nsIMsgIncomingServer.idl index b4b56669a2e5..6f494a1fb02a 100644 --- a/mailnews/base/public/nsIMsgIncomingServer.idl +++ b/mailnews/base/public/nsIMsgIncomingServer.idl @@ -41,4 +41,6 @@ interface nsIMsgIncomingServer : nsISupports { readonly attribute string serverURI; attribute nsIFolder RootFolder; + + void PerformBiff(); }; diff --git a/mailnews/base/public/nsIMsgThread.idl b/mailnews/base/public/nsIMsgThread.idl index f810e74b3c4b..efc23b480d83 100644 --- a/mailnews/base/public/nsIMsgThread.idl +++ b/mailnews/base/public/nsIMsgThread.idl @@ -18,7 +18,7 @@ #include "nsISupports.idl" #include "nsIEnumerator.idl" -#include "MailNewsTypes.idl" +#include "MailNewsTypes2.idl" interface nsIMsgDBHdr; %{C++