gecko-dev/mailnews/news/public
sspitzer%netscape.com 55c3a9b47c fix for #17597. reply to a news article doesn't quote the body.
the problem was when we ran the nntp url to get the message we weren't
calling OnDataAvailabe() on the channel listener.  the reason is the channel
listener only got poked when ActionDisplayArticle was set as the action on
the nntp url.  but this wouldn't be the case when we got run from the Quoting backend.  I added a new action, and made sure to set it when running the url from the quoting back end, and then made sure the nntp backend did the right thing.

r=alecf, a=chofmann
1999-11-04 04:31:09 +00:00
..
.cvsignore Don't complain about Makefile 1998-12-21 22:16:01 +00:00
Makefile.in General cleanup. 1999-09-15 00:10:25 +00:00
makefile.win turn on new idl files for windows 1999-07-23 08:33:10 +00:00
MANIFEST turn on the new idl files for the mac now. 1999-07-24 01:36:36 +00:00
nsIMsgOfflineNewsState.idl XPIDL-ify nsINntpService. use "scriptable" instead of "object" in the news idl files 1999-05-30 00:12:41 +00:00
nsINNTPArticleList.idl a whole bunch of changes. 1999-06-03 02:24:08 +00:00
nsINNTPCategory.idl XPIDL-ify nsINntpService. use "scriptable" instead of "object" in the news idl files 1999-05-30 00:12:41 +00:00
nsINNTPCategoryContainer.idl more changes for moving creation of objects to the component manager and the news factory. a few nsCOMPtr changes. stop checking nsCOMPtrs against nsnull 1999-06-03 18:09:54 +00:00
nsINNTPHost.idl initial pass at hooking up news to the progress bar and status area. more to be done here. 1999-08-28 17:29:15 +00:00
nsINntpIncomingServer.idl add support for the the markOldRead, notifySize, notifyOn attributes of nsINntpIncomingServer. make sure we migrate these prefs, too. 1999-09-16 07:01:17 +00:00
nsINNTPNewsgroup.idl rework back end. remove crusty old embarassing hacks. still more to be done. 1999-06-24 20:24:35 +00:00
nsINNTPNewsgroupList.idl initial pass at hooking up news to the progress bar and status area. more to be done here. 1999-08-28 17:29:15 +00:00
nsINNTPNewsgroupPost.idl make the postMessageFile in the nsINNTPNewsgroupPost be a nsIFileSpec, instead 1999-09-15 21:29:30 +00:00
nsINntpService.idl make the postMessageFile in the nsINNTPNewsgroupPost be a nsIFileSpec, instead 1999-09-15 21:29:30 +00:00
nsINntpUrl.idl fix for #17597. reply to a news article doesn't quote the body. 1999-11-04 04:31:09 +00:00