64766 sr=bienvenu. Removing code that was not required for one of my earlier fixes.

Thanks to bienvenu for pointing it out.
This commit is contained in:
naving%netscape.com 2001-01-11 22:02:29 +00:00
Родитель 916ef102e8
Коммит 00a44e827b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -4709,7 +4709,7 @@ void nsImapProtocol::UploadMessageFromFile (nsIFileSpec* fileSpec,
m_runningUrl->GetImapAction(&imapAction);
if (GetServerStateParser().LastCommandSuccessful() && (
imapAction == nsIImapUrl::nsImapAppendDraftFromFile || imapAction == nsIImapUrl::nsImapAppendMsgFromFile ))
imapAction == nsIImapUrl::nsImapAppendDraftFromFile ))
{
if (GetServerStateParser().GetCapabilityFlag() &
kUidplusCapability)