This commit is contained in:
jefft%netscape.com 1999-06-15 13:12:08 +00:00
Родитель af8c153330
Коммит 54bdbaf527
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -75,7 +75,6 @@ public:
// since the following url actions require us to be in the authenticated // since the following url actions require us to be in the authenticated
// state, the high bit is left blank.... // state, the high bit is left blank....
nsImapTest = 0x00000001, nsImapTest = 0x00000001,
nsImapExpungeFolder = 0x00000004,
nsImapCreateFolder = 0x00000005, nsImapCreateFolder = 0x00000005,
nsImapDeleteFolder = 0x00000006, nsImapDeleteFolder = 0x00000006,
nsImapRenameFolder = 0x00000007, nsImapRenameFolder = 0x00000007,
@ -104,6 +103,7 @@ public:
// imap actions which require us to be in the selected state // imap actions which require us to be in the selected state
nsImapSelectFolder = 0x10000002, nsImapSelectFolder = 0x10000002,
nsImapLiteSelectFolder = 0x10000003, nsImapLiteSelectFolder = 0x10000003,
nsImapExpungeFolder = 0x10000004,
nsImapMsgFetch = 0x10000018, nsImapMsgFetch = 0x10000018,
nsImapMsgHeader = 0x10000019, nsImapMsgHeader = 0x10000019,
nsImapSearch = 0x1000001A, nsImapSearch = 0x1000001A,
@ -118,7 +118,8 @@ public:
nsImapOnlineToOfflineMove = 0x10000023, nsImapOnlineToOfflineMove = 0x10000023,
nsImapOfflineToOnlineMove = 0x10000024, nsImapOfflineToOnlineMove = 0x10000024,
nsImapBiff = 0x10000025, nsImapBiff = 0x10000025,
nsImapSelectNoopFolder = 0x10000026 nsImapSelectNoopFolder = 0x10000026,
nsImapUidExpunge = 0x10000027
} nsImapAction; } nsImapAction;
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////