Граф коммитов

5990 Коммитов

Автор SHA1 Сообщение Дата
bienvenu%netscape.com b19191c4a1 add method to find out if folder is in open window r=putterman 1999-10-31 22:21:55 +00:00
alecf%netscape.com 4efbfcbdfb fix a warning
r=pavlov
1999-10-30 07:32:23 +00:00
alecf%netscape.com f1b07b5419 more adding of class="dialog" to dialogs 1999-10-30 05:55:15 +00:00
alecf%netscape.com 766acfd30f add class="dialog" to mailnews prefs panes
this and last checkin r=rgoodger@ihug.co.nz
1999-10-30 05:46:04 +00:00
hangas%netscape.com c52e931902 Image transparency problem fixed by Andrew Niese. 1999-10-30 00:07:21 +00:00
jefft%netscape.com 3b635bea72 fixed bug 12131 -- message counts not updated after a move/copy; call UpdateFolder() after move/copy is done; r=bienvenu 1999-10-29 22:28:55 +00:00
evaughan%netscape.com 039be939e6 Made tabs us visibility instead of shrinking their children to 0,0.
Made it possible to change the look for the selected tab.
1999-10-29 22:13:57 +00:00
bienvenu%netscape.com 58debe7896 fix body filters, r=sspitzer 17058 1999-10-29 21:33:44 +00:00
rchen%netscape.com 61eff9004c Add Localization notes 1999-10-29 20:52:42 +00:00
alecf%netscape.com f7c9fa1c6f fix titledbutton class to "dialog push"
r=shaver
1999-10-29 20:51:41 +00:00
putterman%netscape.com 7d2a82beee Fix for 17556. Reviewed by alecf. Newsgroups show abbreviated name in folder pane. 1999-10-29 20:46:15 +00:00
cata%netscape.com bed851411e Fix for bug #17018, r=cata, checkin for momoi. 1999-10-29 20:41:21 +00:00
rchen%netscape.com 22f0027b14 Add Localization Notes 1999-10-29 20:28:18 +00:00
rchen%netscape.com d1e318d76d Add localization notes 1999-10-29 20:24:48 +00:00
jefft%netscape.com 41d58575bd partial fix for bug 17034; decode encoded words prior setting to the composition fields; r=nhotta,rhp 1999-10-29 19:23:29 +00:00
ducarroz%netscape.com defcd3c81c Fix for bug 17493, We need to cleanup any GCI commands from the URI when generating a file name. R=rhp 1999-10-29 18:50:05 +00:00
sspitzer%netscape.com c614d3d7c0 fix for #8717. performance is good enough to bump this back to 500.
still more work to be done, as this is a per-server pref now, I think.
1999-10-29 04:49:41 +00:00
bienvenu%netscape.com 075caf0152 changes to use nsIMsgWindow r=putterman 1999-10-29 04:39:06 +00:00
rhp%netscape.com ed196216e3 Fix for message display - Bug #17481 - r: jefft 1999-10-29 02:17:10 +00:00
putterman%netscape.com c701981fdb More work on 17376. reviewed by bienvenu. Store open folder and keep array of msgWindows. 1999-10-28 23:27:21 +00:00
waterson%netscape.com 438d71a3b6 Put column headers back in to folder pane. r=hyatt. 1999-10-28 22:14:14 +00:00
rhp%netscape.com 43efd07c9a Fix for sending plain text as binary files - Bug #16393 - r: mscott 1999-10-28 22:09:27 +00:00
bienvenu%netscape.com 9a80c03413 fix mac build bustage 1999-10-28 21:20:40 +00:00
alecf%netscape.com abead569d2 fix casting problem on solaris 1999-10-28 21:13:06 +00:00
alecf%netscape.com 78f9fb87fa prepare to consolidate server URI creation - create a new property of incoming servers, the local store type, and construct the URL from there.
r=sspitzer
1999-10-28 20:22:06 +00:00
alecf%netscape.com 07e6ba4f2e more cleanup work - now retrieve the server at URI creation time, so that GetServer() is really fast, and just forward calls to GetUsername and GetPassword() to the server. r=sspitzer 1999-10-28 20:19:57 +00:00
bienvenu%netscape.com 01f0b8948e work on body filters and search r=mscott 1999-10-28 20:13:22 +00:00
mscott%netscape.com 7af6e7d85f build mime before compose so we can make sure nsIMimeStreamConverter.idl has been exported
before compose IDL files try to use it.
1999-10-28 07:23:20 +00:00
ducarroz%netscape.com 17988515cd another Mac bustage fix. Caught before it appears 1999-10-28 06:01:43 +00:00
mscott%netscape.com 1e50b0b74a Remove incorrect export of nsIMimeStreamConverter.idl 1999-10-28 05:42:15 +00:00
mscott%netscape.com 9e8329606a more work to try to fix the mac build. 1999-10-28 05:39:14 +00:00
ducarroz%netscape.com b4199b6642 Fix for bug 17405. We need to skip entry that aren't valid during the search. R=mscott (he has also approved the fact I checking despite a red tree) 1999-10-28 05:34:07 +00:00
mscott%netscape.com 4bb54d0414 Fix windows build breakage. Try to build mime before compose so the IDL files
get exported first.
1999-10-28 05:08:36 +00:00
mscott%netscape.com cf593d92e0 fix mac build by exporting nsIMimeStreamConverter.idl 1999-10-28 04:56:12 +00:00
mscott%netscape.com 5e51863526 Bug #16927 --> when quoting a message, don't try to force a message URI into a protcol url. Convert the rdf uri
into a url and use that instead. For quoting the msg, use NS_NewChannel and AsyncOpen. some cleanup to fix
some ref counting stuff including supporting a new interface. Using the component manager
to create the quote listener instead of using new.
r=rhp
1999-10-28 04:22:08 +00:00
mscott%netscape.com ec2f384151 Use nsCOMPtr. Add nsIMsgQuoteListener support, remove some extra member variables that we didn't need.
r=rhp
1999-10-28 04:21:30 +00:00
mscott%netscape.com beea25c5c6 Bug #16927 add nsIMsgQuoteListener interface
r=rhp
1999-10-28 04:21:02 +00:00
mscott%netscape.com 9f12a154f8 Bug #16927 --> add msg quote listener to module.
r=rhp
1999-10-28 04:20:41 +00:00
mscott%netscape.com 7591e49798 Bug #16927 --> add class id for msg quote listener
r=rhp
1999-10-28 04:19:59 +00:00
mscott%netscape.com 9c0d8c884f Checking this in for hangas. Fixes the grey menus in the compose window.
r=mscott
1999-10-28 01:52:13 +00:00
law%netscape.com 0cad04fe42 Bug #14999, removing last vestiges of app core usage; r=sfraser@netscape.com 1999-10-28 01:39:33 +00:00
putterman%netscape.com fc91f05fa2 This should stop build bustage for clobber builds. 1999-10-27 23:39:15 +00:00
cata%netscape.com 4b2093536d I'm checking in for momoi, r=cata, bug #17018, Charset Menu usability workaround. 1999-10-27 23:10:51 +00:00
hangas%netscape.com 84df0919cf Cleaned up bad style rules in global.css - should result in noticable performance improvement. Converted <titledbutton> rules to all use a class, this way we can be specific about how each type of button should look. Added line between columns in tree headers. Indented treecell contents. Cleaned up mail and AB toolbars. Fixed reflow and other drawing issues with toolbar buttons on new skins. Fixed problems in results tree on AB window. Other misc visual changes. Fixed bug 16530, changing the word Messenger to Mail. r=german/hyatt 1999-10-27 23:01:09 +00:00
bienvenu%netscape.com 8d46b952a9 turn on date filters, r=mscott 10416 1999-10-27 22:45:18 +00:00
sspitzer%netscape.com b14d0a9695 fix for #17285 and #17397. r=mscott.
properly migrate pop and nntp servers from 4.x that were not on the default ports (110 and 119, respectively).
also, set the default port pref to be -1, so that if we don't set the port, it gets set to -1.
1999-10-27 22:44:34 +00:00
putterman%netscape.com 5bee4e9da7 Added nsIMsgWindow.idl and nsIMsgRDFDataSource.idl 1999-10-27 22:40:34 +00:00
putterman%netscape.com 4697846824 Added nsMsgWindow.cpp 1999-10-27 22:39:37 +00:00
putterman%netscape.com 4e22bcccab Started work on 17376. reviewed by bienvenu. create an object that knows about
mailnews window data and pass it through backend.
1999-10-27 22:38:47 +00:00
bienvenu%netscape.com ceca73761d fix a couple ref-counting problems on news dbs, reviewed last week by sspitzer 1999-10-27 22:19:42 +00:00