sspitzer%netscape.com
9c7075c692
changes for subscribe. it needs to be general, not just for news, since imap
...
will use the subscribe dialog as well.
also, some minor changes, the humble beginnings of the hostinfo.dat support.
2000-04-23 01:19:51 +00:00
sspitzer%netscape.com
91744b5cc1
fix for #36663 . make it so when you run a news://host/group url to autosubscribe, a new messenger window opens up. eventually I'll heed the 4.x pref for
...
this, so that it will open in an existing messenger window.
2000-04-22 23:16:45 +00:00
sspitzer%netscape.com
ace9709b28
PerformExpand() and UpdateCounts() need to take a nsIMsgWindow, because these
...
action may require the user to enter a password, which means a dialog must comes up,
which means we need the msg window for the parent.
2000-04-21 22:55:18 +00:00
sspitzer%netscape.com
2163121cfb
printf to remind me to fix #36661
2000-04-21 08:34:34 +00:00
sspitzer%netscape.com
739533c309
get snews://<host>/<group> urls to work for autosubscribe.
2000-04-21 06:55:12 +00:00
sspitzer%netscape.com
b5adff2a8d
no newline at the end of the file. this will hork some compilers
2000-04-21 02:04:53 +00:00
sspitzer%netscape.com
9bc8a565f4
changes for autosubscribe. bug #11075 . handle the case where they have a news server
...
already, and the case where they don't. still more work to be done here, but the basics
work.
also, turn nsMessengerMigrator::CopyIdentity() into nsMsgIdentity::Copy() and
use that in migration and news account creation during autosubscribe. r=alecf
2000-04-21 00:03:02 +00:00
sspitzer%netscape.com
4d480438b9
debug vs. opt problem. I need these labels at run time for PR_LOG.
2000-04-20 05:49:58 +00:00
sspitzer%netscape.com
65031d8367
fix warnings.
2000-04-20 05:18:55 +00:00
sspitzer%netscape.com
6944a086cd
more work for the subscribe dialog. use PR_LOG instead of printfs. #35217
2000-04-20 05:12:14 +00:00
danm%netscape.com
d0d8c4d5c3
dist...chrome restructuring
2000-04-19 21:42:30 +00:00
sspitzer%netscape.com
69b2ee163d
fix for #34739 . when possible, ask for a news article by number, not by message id.
2000-04-19 04:14:33 +00:00
bienvenu%netscape.com
7f138cd541
add msg folder to Search interface, not run yet
2000-04-19 01:01:08 +00:00
bienvenu%netscape.com
b459e719e2
add search method to message service, not used yet
2000-04-16 22:12:36 +00:00
sspitzer%netscape.com
09743b17ac
more changes for the new subscribe dialog.
2000-04-14 06:54:19 +00:00
sspitzer%netscape.com
fd9cfa6689
more changes for the new subscribe dialog. instead of having all newsgroups as children
...
of the server, they are children of the appropriate container.
ie, netscape.public.mozilla.mail-news is a child of netscape.public.mozilla
2000-04-13 23:07:13 +00:00
bienvenu%netscape.com
f7b6c32109
fix mac bustage
2000-04-13 14:58:30 +00:00
bienvenu%netscape.com
28590b38a9
work on nntp connection cache,not turned on yet r=sspitzer 13506
2000-04-13 14:41:35 +00:00
sspitzer%netscape.com
c5fec07319
fix for #11043 . implement news biff. thanks to tobias@adamson.com for contributing this patch. r=sspitzer
2000-04-13 02:59:01 +00:00
sspitzer%netscape.com
15475908d1
changes so that the alert for cross posting to multiple news server shows up.
...
(instead of a silent failure.) note, we are still being too over-zealous when
deciding if you are cross posting to multiple servers. see bug #35338
2000-04-12 09:48:25 +00:00
sspitzer%netscape.com
1a8b22579a
make sure we mark the newsrc file as dirty if we update it.
2000-04-12 08:50:01 +00:00
putterman%netscape.com
8cbb6c9e43
Add a standalone message window and make multiple 3 pane configurations work. r=mscott, sspitzer.
2000-04-11 20:19:32 +00:00
cls%seawood.org
adef1ac6f6
Minor changes to incoporate OS/2 into our build system. Bug #34106
...
We now set MOZ_{JPEG,ZLIB,PNG}_{CFLAGS,LIBS}, XPCOM_LIBS, MOZ_COMPONENT*_LIBS, WIDGET_DLL, GFXWIN_DLL and MOZ_JS_LIBS in configure.
Added os2 specific arguments to configure.
Added os2 target arch section to configure.
Modified a handful of Makefile.ins to use MOZ_JS_LIBS, MOZ_COMPONENT_LIBS, & EXTRA_DSO_LIBS where necessary.
2000-04-05 06:08:04 +00:00
cls%seawood.org
f6740baa20
Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287
2000-04-04 04:46:38 +00:00
sspitzer%netscape.com
3341f57d8f
fix for #10855 . update newsgroup counts when expanding the server. still a few
...
edges to smooth. also, continue clean up of the news code. r=bienvenu
2000-04-04 02:31:43 +00:00
bienvenu%netscape.com
8317473e41
add nsINNTPProtocol.idl to build
2000-04-04 02:02:40 +00:00
bienvenu%netscape.com
013c4fc5d2
added files: mozilla/mailnews/news/public/nsINNTPProtocol.idl
2000-04-04 01:59:21 +00:00
bienvenu%netscape.com
64e9d2f757
adding interface for nsINNTPProtocol, nOT PART OF BUILD YET
2000-04-04 01:29:08 +00:00
putterman%netscape.com
6d0c68ee48
Add new icons to mail news 3 pane UI. r=mscott
2000-04-03 02:58:21 +00:00
sspitzer%netscape.com
7e88616d44
add PerformExpand() to the nsIMsgIncomingServer interface. in the base case, it does nothing.
...
we override it in news, and we'll use this as our hook to update the counts for all the
newsgroups for a give server. right now, PerformExpand() only gets called on a double
click but eventually, it will be hooked up to the twisty. r=bienvenu
2000-04-03 02:06:57 +00:00
sspitzer%netscape.com
5b450c8310
remove the news-test.* files, they are no longer used. so why make people check them out?
2000-04-03 00:09:09 +00:00
sspitzer%netscape.com
8727cafafb
fix a bunch of bugs, including #31079 and #14435 . when setting the local path for a server, or the newsrc file for
...
a news server, make sure the folder or file is unique.
use the hostname as part of the suggestion when creating the directory for the server.
r=bienvenu.
2000-04-01 09:37:24 +00:00
sspitzer%netscape.com
3c2bcff92a
fix warning. r=bienvenu.
2000-04-01 06:29:15 +00:00
sspitzer%netscape.com
5a2998e649
fix warnings. r=bienvenu
2000-04-01 06:25:29 +00:00
sspitzer%netscape.com
da78ce03ea
removing the nsISubscribeDialog* interfaces, they aren't being used.
...
change for the new subscribe dialog, which isn't turned on yet.
r=bienvenu, a=leaf.
2000-04-01 04:23:53 +00:00
tbogard%aol.net
b52d8a2a80
Use the docShell APIs to do the Load rather than nsIWebShell methods.
2000-04-01 00:26:21 +00:00
warren%netscape.com
727f312b32
Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread.
2000-03-29 03:58:50 +00:00
bienvenu%netscape.com
3444cfa790
get downloading of imap attachments working, r=alecf 32767
2000-03-29 00:58:21 +00:00
sspitzer%netscape.com
df67dbe077
fix crasher in #33615 . uninitialized variables. clicking on a news url
...
would crash. r=alecf
2000-03-28 22:32:06 +00:00
sspitzer%netscape.com
ea9125798a
more thrashing, sorry about this.
2000-03-28 07:50:41 +00:00
sspitzer%netscape.com
d7183cd781
whoops, fix build bustage.
2000-03-28 07:47:51 +00:00
sspitzer%netscape.com
d6f856b55b
HandleLine() should be defined as virtual, as we are overriding it.
...
some more stuff for real subscribe, only for windows right now.
general clean up.
2000-03-28 07:44:24 +00:00
scc%netscape.com
d893cc931c
small changes to clients of string converting APIs
2000-03-26 13:44:07 +00:00
putterman%netscape.com
02e52d2580
fix for 16349 - shift delete works. Also more work on multiple windows by removing GetTemporaryMsgWindow.
...
various reviewers = mscott, hangas, rhp, and jefft.
2000-03-25 00:58:20 +00:00
bienvenu%netscape.com
e4ae6e7e78
more work on mpod 32767 r=mscott
2000-03-24 06:20:01 +00:00
sspitzer%netscape.com
a55b60f3eb
make the dialog truly modal.
2000-03-17 09:09:41 +00:00
sspitzer%netscape.com
7222c120db
fix for #32202 . open the "download headers" dialog modal to the messenger window.
...
r=bienvenu
2000-03-17 06:30:43 +00:00
sspitzer%netscape.com
ccb360fd50
fix assertion when adding a new news account. check that the newsrc file exists before trying
...
to open it and parse it.
2000-03-15 08:17:06 +00:00
sspitzer%netscape.com
0b61fb23a1
fix for #31057 . using prefs, you can turn off the confirm and alerts you get when you
...
cancel a news message. suresh needs this for his automatic tinderbox test.
r=mscott
2000-03-15 02:47:53 +00:00
jefft%netscape.com
489aa96a47
fix bug 27396 - shouldn't display error message when selecting uw folder-only mailbox, 28301 - failed to store/read folder flags from folderInfo, 28916 - need to handle /NoSelect folder as 4.x does; r=bienvenu
2000-03-14 13:37:54 +00:00