/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef nsMsgMailViewsCID_h__ #define nsMsgMailViewsCID_h__ #define NS_MSGMAILVIEWLIST_CONTRACTID \ "@mozilla.org/messenger/mailviewlist;1" #define NS_MSGMAILVIEWLIST_CID \ { /* A0258267-44FD-4886-A858-8192615178EC */ \ 0xa0258267, 0x44fd, 0x4886, \ { 0xa8, 0x58, 0x81, 0x92, 0x61, 0x51, 0x78, 0xec }} #endif /* nsMsgMailViewsCID_h__*/