Commit Graph

3528 Commits

Author SHA1 Message Date
bienvenu%netscape.com
52b7710d4c work on offline msg support r=sspitzer, sr=mscott 15865 2000-12-06 19:35:43 +00:00
sspitzer%netscape.com
ccec668b99 fix for #61526. sr=bienvenu
this time, make the message count column resizable, and make it persist.
2000-12-05 23:22:23 +00:00
blakeross%telocity.com
9d01f3f68d Fix 60606: remove (evil!) mail dependency on navigator.js. also fixes bookmarking in mail via the context menu. r=jag sr=alecf 2000-12-05 22:11:46 +00:00
sspitzer%netscape.com
5718107f40 fix for #29199. no reviewer. 2000-12-05 22:09:07 +00:00
sspitzer%netscape.com
3e70e00f5f fix problem with the subscribe column looking like crap. #61526
sr=bienvenu
2000-12-05 21:53:13 +00:00
sspitzer%netscape.com
4fa551beb6 fix for #61845. remove all NS_DEFINE_IID and replaces the consts with NS_GET_IID macros.
thanks to rods@netscape.com for the patch.  also, some other NS_DEFINE_IID/CID cleanup.
sr=bienvenu.
2000-12-05 04:30:55 +00:00
naving%netscape.com
18cf55f0e8 59063 & 59064. r=sspitzer sr=bienvenu. Fixing the warnings due to earlier checkins. 2000-12-05 02:49:05 +00:00
naving%netscape.com
2fa1b2b5dc 59063 & 59064. r=sspitzer sr=bienvenu. Fixing the warnings due to earlier checkins 2000-12-05 02:48:44 +00:00
sspitzer%netscape.com
b207dcd2e3 fix for #32249. make newsgroups threaded by default. sr=bienvenu 2000-12-05 01:25:21 +00:00
sspitzer%netscape.com
9cdea2ca96 fix for #60945 and #51274. make the subscribe dialog wider by default,
and make the size and position persist.  sr=bienvenu
2000-12-05 01:15:54 +00:00
sspitzer%netscape.com
14e422f3fc fix for #39398. need icons in the tree and the menu list in the subscribe dialog. sr=bienvenu,syd. 2000-12-02 03:14:41 +00:00
timeless%mac.com
79ffe62873 Fixes bug 61441 (alternate mail window layout parity with Messenger.xul)
r=kerz, sr=syd
2000-11-30 07:12:00 +00:00
racham%netscape.com
c6434ad930 Adding reference to security overlay file so that 3pane alternate layout displays security button. sr=mscott 2000-11-29 01:49:58 +00:00
naving%netscape.com
236036fb59 59063 59064, r=sspitzer, sr=bienvenu. Passing the right arguments because of change
in definitions
2000-11-29 01:12:57 +00:00
naving%netscape.com
d281a9b9d2 59063 59064, r=sspitzer, sr=bienvenu. throwing exception so that dialog does not close 2000-11-29 01:12:04 +00:00
naving%netscape.com
b4aee45291 59063 59064, r=sspitzer, sr=bienvenu. throw exception so that the dialog does not close 2000-11-29 01:11:14 +00:00
naving%netscape.com
2aca7939be 59063 59064, r=sspitzer, sr=bienvenu. Passing nsIMsgWindow for popping up alert if required 2000-11-29 01:10:28 +00:00
naving%netscape.com
981c9ef73d 59063 59064, r=sspitzer, sr=bienvenu added an error msg 2000-11-29 01:09:30 +00:00
bienvenu%netscape.com
0abc88f97e add offline folder flags, r=sspitzer,sr=mscott 15865 2000-11-28 02:17:02 +00:00
naving%netscape.com
1d7bf27017 #37942 r=sspitzer sr=mscott. Prevent the move/copy messages operation to continue if a
message is dropped on a folders-only folder.
2000-11-28 01:37:44 +00:00
disttsc%bart.nl
8a55daf86f titledbutton -> button. bug=57751, r=mscott, a=ben 2000-11-25 01:19:03 +00:00
blakeross%telocity.com
37852ee45d Fix 61093: mail crashes on startup. 2000-11-24 19:36:59 +00:00
blakeross%telocity.com
8a9fc32a32 (readding a <script/> tag that I inadvertently removed in my checkin last night, and fixing a typo.) 2000-11-23 17:28:58 +00:00
blakeross%telocity.com
b17a3dd940 Fix 59707: extract navigator's context menu and allow it to be used elsewhere in the app (and to help in embedding). r=jag a=alecf 2000-11-23 05:47:04 +00:00
gayatrib%netscape.com
16abd2924f Fix for bug 44664--No feedback when no hits found in Search. r=racham sr=mscott 2000-11-22 01:32:54 +00:00
sspitzer%netscape.com
054aaea9f3 fix build bustage, thanks to mscott for the help. 2000-11-21 02:29:21 +00:00
sspitzer%netscape.com
7c44d4f430 fix for #54491 and #60507
remove some more bloat from the subscribe code.  use the SubscribeTree
to build up the hostinfo.dat file instead of keeping a duplicate nsCStringArray
sr=bienvenu
2000-11-21 02:06:03 +00:00
sspitzer%netscape.com
fc21518022 fix for #54728. remove passwords for server from the password manager when we remove the server.
fix by andrew.taylor@cal.montage.ca, r=sspitzer, sr=bienvenu
2000-11-21 01:21:37 +00:00
naving%netscape.com
a1f139632a #36255 r=sspitzer, sr=mscott. Do not send the select command to back end
because it is only a folder-only folder.
2000-11-21 01:00:55 +00:00
cls%seawood.org
434edd6f33 Oops. Fixing bustage introduced by previous checkin. I forgot that XPIDL_MODULE is sometimes set by MODULE. r=blizzard Bug 59454 2000-11-21 00:18:46 +00:00
cls%seawood.org
66a18fcbbf Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
gayatrib%netscape.com
2b41e2a9f8 Fix for bug 41851--duplicate filter names not prevented. review=alecf 2000-11-18 00:20:38 +00:00
sspitzer%netscape.com
3a79a2ff9b fix #54491 (subscribe is a big fat pig)
fix #56971 (correct spelling mistake: suppress not supress)
fix #60244 (subscribe retains only last server subscribe changes)
fix #60242 (subscribe typedown should select first match in list)
fix #39156 (fix how I determine the delimiter in subscribe.js)
fix #59231 (make insecure imap login work if password has a \ in it)
fix #53654 (subscribe downloaded bytes don't start at zero)
fix #39393 (stop button in subscribe)
fix #60506 (switching servers doesn't clear text area in subscribe)
2000-11-17 20:47:31 +00:00
blakeross%telocity.com
77b8600588 Fix 56971: logging should not log user's password. patch by Andrew Taylor (andrew.taylor@cal.montage.ca). r=jefft sr=mscott 2000-11-15 23:55:25 +00:00
naving%netscape.com
6922002de2 r=sspitzer, sr=mscott, #52365. Disable the folders-only folder in move/copy menu
Using the noSelect property to distinguish such folders in mailWindowOverlay.xul
2000-11-15 20:25:54 +00:00
alecf%netscape.com
d373ca505c part of fix for #41083 - add nsILocalFile support to the account manager
sr=mscott
2000-11-15 08:50:07 +00:00
mscott%netscape.com
6f41278c52 Bug #53082 --> set the DB flag for marking a message as replied or forwarded.
r=putterman,sr=bienvenu
2000-11-14 01:11:15 +00:00
mscott%netscape.com
2440de8116 Bug #53082 --> add API for setMessageDispositionState which is used to mark
the dispostition state for a message as either forwarded or replied, etc.
r=putterman
sr=bienvenu
2000-11-14 01:10:41 +00:00
bienvenu%netscape.com
bb8b2a822e add method to get cache entry for mail news url r=mscott part of fix for 52260 2000-11-13 22:27:34 +00:00
sspitzer%netscape.com
c93edc215f fix uninitialized variable. #59673. sr=alecf 2000-11-10 15:28:47 +00:00
sspitzer%netscape.com
4a3e4e1bc1 fix uninitialized variable. #59673. sr=alecf 2000-11-10 15:15:28 +00:00
sspitzer%netscape.com
a5496305be fix warnings. sr=alecf 2000-11-10 15:05:55 +00:00
sspitzer%netscape.com
9cfabaaec8 turn off the the debug printfs. 2000-11-10 05:22:51 +00:00
bienvenu%netscape.com
39a00abf0c fix return value of SetInt32Property, groundwork for fix for 58691 imap hiearchy delimiter problems sr=mscott 2000-11-09 01:26:35 +00:00
bienvenu%netscape.com
0fe4d06a38 move NotifyStoreClosedAllHeaders to base class so imap can call it to fix 59376 crash in morkRowObject::CloseRowObject r=mscott 2000-11-09 00:14:22 +00:00
blakeross%telocity.com
8c6d09b89b Fix 48876: make d&d and modifier-/middle-click possible throughout the app and implement selection within link (50673). Also fixes 59520, 48780, 48632, 57588, 59132. r=jag sr=alecf 2000-11-09 00:06:54 +00:00
sspitzer%netscape.com
3a6e215aa1 fix for #59172. implement simple caching for FindServer().
we call FindServer() a lot.  But there it is very likely that the
server we ask for is the same server we asked for last time.
r=bienvenu.
2000-11-05 20:50:32 +00:00
sspitzer%netscape.com
5ca81ef20b more for #17801. make "next unread navigation" go across servers. 2000-11-05 10:05:21 +00:00
sspitzer%netscape.com
9c447f45a0 fix for #17801. r=putterman. make it so "next" will take you across folders.
still work to be done before this feature is perfect, but this gets the
ball rolling.
2000-11-05 02:29:47 +00:00
naving%netscape.com
b5371bc277 54152. r=scottip sr=mscott. Lines node created. 2000-11-01 20:06:53 +00:00