fix generation of search url spec

This commit is contained in:
bienvenu%netscape.com 2000-04-20 01:11:52 +00:00
Родитель d59b5839e2
Коммит 0435068a83
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -655,9 +655,8 @@ NS_IMETHODIMP nsImapService::Search(nsIMsgSearchSession *aSearchSession, nsIMsgW
GetFolderName(aMsgFolder, getter_Copies(folderName));
nsCOMPtr <nsIMsgMailNewsUrl> mailNewsUrl = do_QueryInterface(imapUrl);
urlSpec.Append("search>UID>");
urlSpec.Append("/search>UID>");
urlSpec.Append(hierarchySeparator);
urlSpec.Append('>');
urlSpec.Append((const char *) folderName);
urlSpec.Append('>');
urlSpec.Append(aSearchUri);