Commit Graph

1516 Commits

Author SHA1 Message Date
mscott%netscape.com
131a7b2d1b Bug #108761 --> override globalEditMenuItems and selectEditMenuItems so
with our own custom event so we can reduce the amount of command updating
they were doing during message display.
r=bienvenu
sr=sspitzer
2001-11-09 23:53:16 +00:00
mscott%netscape.com
9dbad9b635 Bug #108635 --> disable session and global history for the message pane. This helps improve
message display time.
r=jag/mscott
sr=hewitt
2001-11-09 23:41:08 +00:00
mscott%netscape.com
4fdc097f65 Bug #22960 --> broadcast all the headers at once instead of individually.
if not in view all headers mode, only send out the headers we need. This helps
message display performance.
r=ducarroz
sr=sspitzer
2001-11-09 23:31:54 +00:00
mscott%netscape.com
c32f646531 Bug #107707 --> add a row element to the grid to make brief mode work again.
r=bienvenu
sr=sspitzer
2001-11-06 23:46:51 +00:00
varada%netscape.com
8798c93d1e fix for bug #65761 and #108606 -polishing prefill filters;r/sr=sspitzer 2001-11-06 22:55:37 +00:00
ben%netscape.com
f3c6d69128 108595 - mail send page/link context menu items always showing in Navigator, regardless of context. Ensure that popupshowing event listener gets added. r=kerz, sr=blake 2001-11-06 01:38:03 +00:00
ben%netscape.com
feb2a26098 Bug 107842 - Missing menu items from message pane context menu & 107890 - js error loading standalone message window, popup has no properties
- ensure the correct menu items and separators are hidden using newer separator hide logic. r=blake, sr=sspitzer
2001-11-06 01:36:51 +00:00
sspitzer%netscape.com
8949291500 fix for #107639. fix broken select offline dialog. horked by recent
grid changes.  r/sr=sspitzer fix by blakeross.
2001-11-06 00:50:56 +00:00
bhart00%yahoo.com
276f305018 Fix for bug 96786, r=bryner sr=blake 2001-11-05 05:15:21 +00:00
blakeross%telocity.com
c3cc6f4a5c Reverting two of joe's previous changes. r=hewitt sr=hyatt 2001-11-05 00:47:52 +00:00
blakeross%telocity.com
fab16c9cb7 Reverting two of joe's previous changes. r=hewitt sr=hyatt 2001-11-05 00:47:16 +00:00
hewitt%netscape.com
20311b8044 fixing various fun regressions from blake's earlier landing, rs=hyatt 2001-11-03 11:27:04 +00:00
blakeross%telocity.com
71e1ffab70 107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben 2001-11-03 04:06:54 +00:00
sspitzer%netscape.com
376b6f2e3a fix for #72458. don't use 'menu class="push"' r=hwaara, sr=sspitzer
fix by neil@parkwaycc.co.uk
2001-11-03 02:36:02 +00:00
sspitzer%netscape.com
3b07f47cf3 fix for #35691. addressing widget problems (no To: field) if the
user his new msg when on a news server, and they've got a reply to
address.  r=varada, sr=bienvenu,sspitzer

thanks to neil@parkwaycc.co.uk  for the fix
2001-11-03 00:25:02 +00:00
ben%netscape.com
849dace2fa fix blocker 107568, add back accidentally removed function. I am a dumbass.
sr=spitzer,sfraser
2001-11-02 22:35:13 +00:00
loadrunner%betak.net
86095087bd bug 64146, Delay nsCharsetMenu initialization to avoid consuming ~2% of startup time, r=dp, sr=brendan, alecf 2001-11-02 03:29:30 +00:00
sspitzer%netscape.com
fd0a4c33b7 "Ingore Thread" mnemonic is "I", not "K". r/sr=bienvenu 2001-11-02 00:16:07 +00:00
sspitzer%netscape.com
2387f6bb09 supplimental fix for #102180. when closing the stand alone message window, we were
not unregistering the folder listener from the mail session, because the unload handler
was failing.  it was failing because GetSearchSession() has a js error, because
for the stand alone msg window, gSearchSession is undefined.  r/sr=bienvenu
2001-11-01 04:41:45 +00:00
sspitzer%netscape.com
77e36b4a18 fix for performance bug #107481 (reduce mail-toolbar command updating)
fix for bug #102180 (close std alone msg window on delete if no more messages
in the folder).  also, fix spelling mistake, "supress" -> "suppress"
r=cavin, sr=bienvenu.
2001-11-01 04:05:41 +00:00
tao%netscape.com
f8fa28ae88 107375: localeVesion update: 0.9.4 -> 0.9.6 in the trunk.
(r=jbetak,sr=dveditz)
2001-11-01 01:11:57 +00:00
racham%netscape.com
57b5d7984a Fixing bug 107779. This is a regression. Make messagepane link context menu items to work by using the global context menu var. r=ssu,ben sr=sspitzer 2001-10-31 23:29:53 +00:00
sspitzer%netscape.com
c080037c83 fix for performance #107481. our FocusRingUpdate_Mail command set updates on
focus changes.  a blur from A to B does this:  sets focused element to null,
sets focused element to B.  by listening to focus, and not dropping null, our js would
update the mail-toolbar twice on a focus change.  now we do it once.

thanks to cavin for finding the problem.

r=cavin, sr=bienvenu
2001-10-31 02:05:40 +00:00
bnesse%netscape.com
aa65825ca9 Fix for bug 106159. Force getComplexValue calls to return string values. r=sgehani, sr=alecf. 2001-10-31 00:13:06 +00:00
sspitzer%netscape.com
8b194ac631 fix for perf bug #103010. don't persist the "open" state of news servers.
(revert to 4.x behaviour).  persisting the open state of news servers
causes us to update the unread count on news servers if they are "open"
on startup, slowing us down.  r=ssu,varada sr=bienvenu
2001-10-30 22:57:12 +00:00
ben%netscape.com
2c7c8361b1 107311 - rename global variable for consistency & interoperability with other context menu clients.
r=jst, sr=sspitzer
2001-10-30 06:45:17 +00:00
ben%netscape.com
95474277c6 107311 - insert accidentally removed <![CDATA[ and add a null check just in case
r=jst, sr=sspitzer
2001-10-30 06:44:24 +00:00
ben%netscape.com
95eb959a2d 107311 - make Mail Message Pane context window code not rely on menuitem visibility specified via style attribute, since this is now specified with the hidden attribute. Also remove unused parameter to fillMessagePaneContextMenu
r=jst, sr=sspitzer
2001-10-30 06:43:56 +00:00
sspitzer%netscape.com
8516ed2883 fix for #106917. strict js warnings from msgHdrViewOverlay.js r/sr=mscott 2001-10-30 05:47:25 +00:00
sspitzer%netscape.com
0ef29145c5 fix blocker bug #107334. undefined entity causes mailnews to crash.
working on the broken contenxt menus next, but the tree could open with that.
sr=shaver.
2001-10-29 17:38:57 +00:00
ben%netscape.com
03051ca0c1 103064 - add Send Page/Link to browser context menu. Shifting XUL into this file
& parameterizing functions a little better so that they can be re-used more
efficiently. r=pchen, sr=hyatt
2001-10-29 10:15:18 +00:00
bienvenu%netscape.com
507a096fa9 add support for sorting by label r=bhuvan, sr=sspitzer 106717 2001-10-28 20:26:59 +00:00
sspitzer%netscape.com
3d8e34f3ca fix for #75611. the Message | Mark menu item is supposed to have a seperator between it and the
"Ignore Thread" menu item when reading a news message.
fix by andreas.premstaller@uibk.ac.at, r/sr=sspitzer
2001-10-28 10:00:56 +00:00
sspitzer%netscape.com
c96866b2d2 fix for #90754 (return progress meter to inactive state) and #106763 (no items in subscribe tree until you do a search).
r/sr=bienvenu
2001-10-27 18:27:56 +00:00
stephend%netscape.com
a2cb719a37 Bug 83318 - Wording changes from 'Get Msg' to 'Get Msgs' and 'New Msg' to 'Compose'. 50865 - Removing the duplicated charset menu item for folders. Both bugs have r=jglick@netscape.com, sr=sspitzer@netscape.com 2001-10-27 08:19:54 +00:00
bnesse%netscape.com
faf03ce445 Bug 106159. Switch remaining js and xul files from nsIPref interface to nsIPrefService/nsIPrefBranch interfaces to eliminate conflicts. r=jag, sr=alecf 2001-10-27 05:39:25 +00:00
naving%netscape.com
fc043ae72e 106819 r=suresh sr=mscott. Do not steal focus after search textbox is cleared. 2001-10-26 22:33:27 +00:00
naving%netscape.com
7c1966ad79 94968. r/sr=mscott. fix the folder-picker to not show bogus folders. 2001-10-26 22:08:21 +00:00
naving%netscape.com
e3756b4921 106875 r=stephend sr=mscott. Remove tooltip for the searchBar. 2001-10-26 21:28:46 +00:00
stephend%netscape.com
730714aad2 Bug 106668. JS strict warnings in the new Search widget. r=naving@netscape.com, sr=brendan@mozilla.org 2001-10-26 02:20:53 +00:00
naving%netscape.com
bf43e53f5b 103734 r=sspitzer sr=bienvenu. landing Quick Search feature for mail 3 pane. 2001-10-25 05:34:49 +00:00
bienvenu%netscape.com
97a78db72b add ui for label feature, r=ssu, sr=sspitzer, fix problem with command enabling for local mail, r=varada, sr=sspitzer 106067 106504 2001-10-25 02:25:08 +00:00
mscott%netscape.com
774ca560cc Bug #105553 --> convert message header display to use new XBL widget
Bug #73413 --> hook up a first pass at view all headers
Bug #51616 --> don't let long subjects (with no spaces) reak havoc on the message pane.
r=ducarroz
sr=sspitzer
2001-10-24 00:27:03 +00:00
mscott%netscape.com
106150bc6e Bug #105553 --> add XBL widgets for use in message display
r=sspitzer
sr=hewitt
2001-10-24 00:26:09 +00:00
varada%netscape.com
14d4a36839 fix for 65761 - prefill filters using email address;r=ducarroz;sr=sspitzer 2001-10-24 00:00:32 +00:00
sspitzer%netscape.com
397051ef10 fix for #55473. "View" | "Sort by" and "Messages" should be radio buttons, not checkboxes.
thanks to andreas.premstaller@uibk.ac.at for the patch.  r/sr=sspitzer
2001-10-23 23:54:54 +00:00
bienvenu%netscape.com
a2ab34e8d5 some front end for labels r=ssu, sr=sspitzer 106067 2001-10-23 22:22:32 +00:00
sspitzer%netscape.com
b5586a89ce fix for #106165. fix js warning when psm not built or installed. r/sr=bienvenu 2001-10-23 02:11:08 +00:00
nhotta%netscape.com
37cfb61ef8 For charset menupopup, make sure to set selectedItem and removed unnecessary code, bug 87691, r=jbetak, sr=sspitzer. 2001-10-22 22:47:48 +00:00
jaggernaut%netscape.com
3e278e4913 Bug 105973: s/Observe/observe/ 2001-10-22 04:16:33 +00:00
hewitt%netscape.com
d45cd3bc09 70751 - [XUL Syntax] XUL docs loaded in iframes should use <page>, r=blake, sr=hyatt 2001-10-21 04:16:03 +00:00
hewitt%netscape.com
7e10018204 102241 - [XUL 1.0] use selectedIndex on deck and tabpanels, r=blake, sr=hyatt 2001-10-21 03:59:20 +00:00
bienvenu%netscape.com
5221d5331e add error message for folder rename failed r=naving, sr=sspitzer part of fix for 105108 2001-10-20 23:08:24 +00:00
dougt%netscape.com
d18d7e2b17 nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163 2001-10-19 20:52:59 +00:00
nhotta%netscape.com
32acd1e773 Indentation change in folder property dialog, bug 94560, sr=sspitzer. 2001-10-19 20:50:17 +00:00
nhotta%netscape.com
a83fb9ebca Wording change for folder property dialog, bug 94560, sr=sspitzer. 2001-10-19 20:49:56 +00:00
pinkerton%netscape.com
6630d79543 remove prefs and quit from edit/file menus on osx (they're in the app menu now). r=sdagley/sr=blake,smfr. bug#68098 2001-10-19 14:13:20 +00:00
sfraser%netscape.com
7ee6ab59a7 Fix bug 42817 -- overlay a Page Setup menu item for Mac, which displays the page setup dialog. r=jag/hwaara, sr=sspitzer/blake 2001-10-13 02:28:44 +00:00
sspitzer%netscape.com
94abe5f5b3 fix for #104226. instead of using "Mailbeep" (the windows system sound for new mail notification)
use "_moz_mailbeep".  on windows, we map this to "MailBeep" (so it works on win2k and win98)
and on mac we use sfraser's code to go to internet config.  (nothing on linux yet, that's another bug)
r=pinkerton, sr=sfraser

also, fix #104252.  selectively notify folder listeners.  when we register the folder listener
with the mail session, we pass in flags for what types of things we care about.
this reduces the notifications, especially those across XPConnect.
r=bienvenu, sr=mscott
2001-10-11 20:45:44 +00:00
sspitzer%netscape.com
de3f0803a8 fix for #60139. fix problem with next navigation not working when bubbling out
fo subfolders.  r/sr=bienvenu
2001-10-11 00:33:50 +00:00
naving%netscape.com
5b64bf539e 16902 r=sspitzer sr=bienvenu, Implement custom headers for mail filter and search. 2001-10-10 19:27:06 +00:00
sspitzer%netscape.com
7841f2f822 fix for #19254. propagate unread state of subfolders to parents if the parent is closed.
r/sr=bienvenu
2001-10-09 23:40:23 +00:00
sspitzer%netscape.com
55e1f06cfb fix for #92393 and #91421. "Get Message" menu item and toolbar button disable
when they shouldn't.  r/sr=bienvenu
2001-10-09 06:36:30 +00:00
sspitzer%netscape.com
46dde148e9 fix for #56419. implement the "Go To Message Folder" feature from search.
r/sr=bienvenu.
2001-10-09 03:05:18 +00:00
sspitzer%netscape.com
08c99a8091 fix for #60139 and #72821. implement proper next folder navigation.
now we should find the right "next" folder when you hit next and there
are no more unread messages in the current folder.  we respect the folder
pane sort order for determining what's next, which is what's "below" in the folder pane.

r/sr=bienvenu
2001-10-08 20:56:52 +00:00
sspitzer%netscape.com
72a150cb60 fix for #103681 (no status messages when doing pop).
back out my bad fix for #102978.  we set the msg window on the folder datasource
and we've got a folder datasource per msg window.  by moving this from js to xul,
it made it so we'd set the msg window on one folder ds, and we'd be using the other one.

r/sr=bienvenu
2001-10-08 20:05:00 +00:00
bienvenu%netscape.com
c710b69ec3 more work on closing db's when changing folders, 95865 rs=sspitzer 2001-10-08 02:06:15 +00:00
bienvenu%netscape.com
11f4e3e94c part of fix for 95685 reduce bloat by closing db if a folder is unselected, r=naving (who did part of this patch), sr=sspitzer 2001-10-08 01:05:58 +00:00
sspitzer%netscape.com
7c15ae749f fix for #103037. preflight the message "save as file" dialog with
message.eml, and not "mail".  also move this string to a string bundle
r/sr=bienvenu.
2001-10-06 01:04:32 +00:00
sspitzer%netscape.com
f7d3abb9bb fix for #102978
set up the folder pane datasource in the xul, not in the on load handler.
r=waterson, sr=bienvenu
2001-10-06 00:55:39 +00:00
sspitzer%netscape.com
10e43c61fc fix for #103220 #94774 and #79103. when the folder name changes, we need to notify
that #Name, #FolderTreeName and #FolderTreeSimpleName have changed.

also clean up the folder datasource to not copy strings when not necessary.

r=racham, sr=bienvenu.
2001-10-06 00:50:12 +00:00
sspitzer%netscape.com
fc8bb05f11 partial fix for #100835. fwding (inline) imap messages with large attachments
and editing imap templates & drafts with large attachments is slow since we
have to download the attachment.  this makes it so the user sees download progress
in the msg window.  r=ducarroz, sr=mscott
2001-10-01 18:45:16 +00:00
stephend%netscape.com
109457225e Bug 80120. Implementing tooltips on the toolbar's expand/collapse widgets. r=jglick/german/sspitzer/robinf/cmanske sr=sspitzer 2001-10-01 05:03:06 +00:00
blakeross%telocity.com
3aff869538 Fix js strict warning about function not always returning a value. sr=ben 2001-10-01 02:55:01 +00:00
mscott%netscape.com
b247738319 Bug #102215 --> xul syntax changes messed up message display. Change align="center" to align="top"
r=sspitzer
sr=hewitt
2001-09-29 01:55:27 +00:00
naving%netscape.com
d9dc0205f3 94968 r=bienvenu sr=sspitzer. Add error messages in cases where filter disables itself because it cannot
find the folder or filtering fails due to some other reasons.
2001-09-28 23:02:05 +00:00
gerv%gerv.net
4e12e44b2f Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
naving%netscape.com
2697a939d7 93968 100037 r=bienvenu sr=sspitzer. Ask for confirmation dialog for folders that have an
associated filter and warn user if folder is renamed/deleted/moved. Also fixed
some of D&D folder problems and cleaned up the stringBundle code in base/util.
2001-09-27 02:47:03 +00:00
sspitzer%netscape.com
d6b386e62a fix for #101640, to allow cavin to finish #14295. if a server is removed
or if a server "changes" notify the incoming server listeners.  for the three pane
listener, we use that to decide if we need to change our selection.
r=cavin, sr=bienvenu
2001-09-26 01:01:49 +00:00
naving%netscape.com
70dee1d7f3 101057 r=robinf, bienvenu sr=sspitzer Add error messages when compact fails because of insufficient disk space or writing to folder failed. 2001-09-26 00:48:35 +00:00
hwaara%chello.se
8893eba48d #94180, fix regression from XUL 1.0 change: make alternative 3pane's grippy be center-aligned.
r=stephend, sr=sspitzer.
2001-09-25 22:18:11 +00:00
hewitt%netscape.com
989692bdd6 9656 - outliner column drag and drop rearranging, r=sspitzer, sr=hyatt 2001-09-25 22:17:47 +00:00
blakeross%telocity.com
35953fea85 removing attr's that are now unnecessary due to default orientation. r=hewitt sr=hyatt 2001-09-23 07:16:02 +00:00
stephend%netscape.com
5326413e00 Bug 100906. JS strict warnings in mailWindowOverlay.js r=rginda@netscape.com sr=bienvenu@netscape.com 2001-09-22 21:56:42 +00:00
stephend%netscape.com
118b4dfe53 Bug 100907. JS strict warnings in messengerdns.js r=rginda@netscape.com, sr=jst@netscape.com 2001-09-22 11:02:20 +00:00
hyatt%netscape.com
5d2125535b Fix for 94180. Grippy in mail 3-pane misaligned. r=hwaara, sr=brendan 2001-09-22 00:29:42 +00:00
sspitzer%netscape.com
cf0d7d1fc8 fix for #96979. hide the Total and Unread folder columns for existing profiles.
r=mscott, sr=bienvenu
2001-09-22 00:13:21 +00:00
srilatha%netscape.com
c8a28c8a1b Fix for smoketest blocker bugscape bug 9703
r=dmose,sr=sspitzer, a=granrose
2001-09-20 23:50:51 +00:00
cls%seawood.org
8611ce1a99 Declare xml version before comments. Fixing problem with mailnews not showing up in Tasks menu.
r=pavlov sr=jst
2001-09-20 10:52:28 +00:00
stephend%netscape.com
cb4f03375a Bug 100178. Subscribe.xul changes for XUL 1.0. r=kerz@netscape.com sr=hewitt@netscape.com 2001-09-20 08:38:11 +00:00
hewitt%netscape.com
f73dd9fabf 97574 - Implement toolbarbutton and kill menubutton (except outliner.css), r=blake, sr=hyatt 2001-09-20 07:08:29 +00:00
srilatha%netscape.com
328418624b Fix for bugscape bug #6906. sr=sspitzer.
part of simple MAPI UI checkin. added some comments.
2001-09-20 05:01:47 +00:00
stephend%netscape.com
99a4abe7dd Bug 58567. JavaScript strict warnings (re-declarations). r=walk84@usa.net/naving@netscape.com, sr=hewitt@netscape.com 2001-09-20 04:13:42 +00:00
jaggernaut%netscape.com
f8f3e80dd6 Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt. 2001-09-18 21:47:32 +00:00
stephend%netscape.com
a88e469537 Bug 10020. JS function verifyAccounts() should be verifyAccount(null) to reflect parameter passing. r=bhuvan@netscape.com, sr=sspitzer@netscape.com 2001-09-18 06:56:08 +00:00
sspitzer%netscape.com
52ba2ec30e fix for #99491. persist mailnews sidebar height by persisting the outliner height.
r=varada, sr=mscott
2001-09-17 23:51:07 +00:00
hewitt%netscape.com
60f317c194 99102 - update skin versions in all contents.rdf, r=hyatt, sr=blake 2001-09-17 23:40:50 +00:00
stephend%netscape.com
8b10c402cb Bug 98381. Align and change the wording of the Subscribe dialog's label. Patch by Bradley Hart <bhart00@yahoo.com> r=stephend@netscape.com/jglick@netscape.com/robinf@netscape.com sr=sspitzer@netscape.com 2001-09-17 18:58:09 +00:00
bienvenu%netscape.com
17f2ae356a fix problems enabling reply/forward and related commands when offline w/o offline msg bodies (91352) and problem with delete key getting disabled after next unread (84260) r=naving, sr=sspitzer 2001-09-12 23:26:33 +00:00
mkaply%us.ibm.com
4ca3cf959e #76856
Night of the Living Dead CVS files - rekilling files that got changes made after they were killed
2001-09-11 03:50:35 +00:00
blakeross%telocity.com
088810f568 Turbo landing:
- Turbo mode should run Mozilla from registry (88844). r=ccarlen sr=ben
- Systray menu for turbo should include components (89532). r=syd sr=ben
- Installer checkbox needs to turn turbo on properly (96936, 97338). r=ccarlen sr=ben
- Add 'Disable Quick Launch' menuitem to turbo systray icon (98770). r=syd sr=ben
- Need confirmation dialog when 'Disable Quick Launch' is selected (98805). r=syd sr=ben
- Show dialog when last window is closed in turbo mode (89166). r=ccarlen sr=ben

and some cleanup.
2001-09-10 23:48:09 +00:00
stephend%netscape.com
568636e20e Bug 98453. Use 'Mail & Newsgroups' consistently throughout the UI. r/sr=sspitzer@netscape.com 2001-09-06 03:41:10 +00:00
stephend%netscape.com
e13bd7e0f9 Bug 48053. Remove sidebar-messenger* from the tree. r=cls, sr=sspitzer 2001-09-05 02:43:37 +00:00
naving%netscape.com
c619a593b1 98180 r/sr=sspitzer. Do not preflight the date pikcer w/ current date, if there is already an exisiting
date
2001-09-04 22:58:12 +00:00
hewitt%netscape.com
75956cc8f6 97487 - splitting up mail css files, r=mscott, sr=sspitzer, a=asa 2001-08-31 22:20:37 +00:00
varada%netscape.com
62e25bc0c0 fix for 79053-regression- sendpage and sendlink should use correct identity;r,sr=sspitzer;a=asa; 2001-08-31 20:49:00 +00:00
hewitt%netscape.com
292c232309 83222 - offline:Mac - GUI - offline indicator hidden in message window, r=ben, sr=hyatt, a=dbaron 2001-08-31 00:12:56 +00:00
sspitzer%netscape.com
8a32321a64 fix for #97305. double clicking on folder pane scroll bar area can sometimes open
a new 3 pane.  r=varada, sr=mscott, a=asa
2001-08-29 22:14:18 +00:00
hwaara%chello.se
0d2b686394 #96957, "Sort order changed if you change thread-mode"
#79588, "Toggle View|Ignored Threads when in flat sort goes threaded."

Fix cases where we lost the thread-order and/or sort-order. For example, if you changed thread-mode to "View threads with unread", it would always switch the sort-order to be ascending.

r=doron, sr=ben, a=tor
2001-08-26 22:05:24 +00:00
sspitzer%netscape.com
9867c7fd8e fix for #96499, account central not being shown on start up, "read messages" not working if server collapsed
fix for #95358, folder pane sorting should be case insensitive
fix for #18343, newsgroups in the folder pane should be in newsrc order, not alphabetical order.

plus, some clean up.

r=racham, sr=bienvenu, a=asa
2001-08-23 01:10:05 +00:00
sspitzer%netscape.com
286201ce5a fix for blocker #96282. use SelectFolder() to select the inbox on the default account
on startup.  r=mscott,sr=bienvenu
2001-08-22 18:41:59 +00:00
mscott%netscape.com
c9ddbcdaf5 Bug #59787 --> when showing the start page, clear the force charset on the document viewer. Then when we switch back to showing a message
force it to be UTF-8 again. This fixes problems with I18N start pages which attempt to specify a meta charset.
r=naving
sr=sspitzer
2001-08-22 03:57:56 +00:00
sspitzer%netscape.com
90372fbbe9 fix for #96298. get "next unread" to work again now that we have switched to outliner.
when trying to "land" on folder, we need to make sure all the ancestors are "expanded".
r/sr=mscott,bienvenu
2001-08-22 03:24:52 +00:00
tao%netscape.com
f2190d1a41 91217: update locale version in package/locale provider registry.
r=jbetak,sr=sspitzer. 0.9.3 ->0.9.4
2001-08-22 01:52:23 +00:00
dianesun%netscape.com
4ba25e3164 Fix to bug (95201: disable Download/Sync) r=buhvan, sr=sspitzer 2001-08-22 00:07:46 +00:00
sspitzer%netscape.com
1780d96085 fix for #72869.
in the tree view (in subscribe) allow for multiple selection.
r/sr=bienvenu
2001-08-21 21:27:26 +00:00
chuang%netscape.com
4de05b1436 Bug 17476 Move/Copy menus should sort, r/sr=sspitzer, mscott 2001-08-21 20:41:33 +00:00
varada%netscape.com
105869bb06 fix for bug#79053-identity crisis mail compose;r=ducarroz;sr=bienvenu 2001-08-21 18:33:33 +00:00
stephend%netscape.com
1a6e6c97aa Bug 40191. Bad 'connection refused' message. Patch by Jessico Blanco <jblanco@us.ibm.com> r=jglick@netscape.com/stephend@netscape.com sr=sspitzer@netscape.com 2001-08-21 06:43:46 +00:00
sspitzer%netscape.com
9c896ab736 fix for #95457. the open / closed state of servers and folders in the folder pane
was not persisting across sessions.  I added a new attribute to outliner "statedatasource"
that you can set to use for state, otherwise, if you are "trusted" it will use the localstore.
if not trusted, it will use an in memory datasource, which will not persist across sessions.

r/sr=bienvenu for the mailnews part, r/sr=waterson for the content part.
2001-08-21 06:18:58 +00:00
varga%utcru.sk
cca7ae546f Fix for 94652.
allow for no multiple select in outliner.
r=bryner, sr=hyatt
2001-08-19 08:24:42 +00:00
dianesun%netscape.com
f6c40c66d7 Fix for bug 80581, r=hwaara, sr=sspitzer 2001-08-17 01:26:47 +00:00
dianesun%netscape.com
8b8605fe0f Fix for bug 80581, r=hwaara, sr=sspitzer 2001-08-16 23:52:16 +00:00
sspitzer%netscape.com
1e0e99191d landing mailnews folder pane outliner branch. (#73865)
huge thanks jan varga and hwaara for doing the lion's share of the work
to convert the folder pane to use the outliner.

reviewed by waterson, andreww, ben, hewitt, pinkerton, attinasi, hwaara, varga, sspitzer, bienvenu.
super reviewed by hyatt and sspitzer

for the end user:  unread and total columns are back in folder pane (like 4.x)

also includes fixes for #80844 #85376 #89072 #90075 #93011 #93963 #95298 #54171 #78768 #85088
2001-08-15 05:07:48 +00:00
mscott%netscape.com
a440f40ec3 Bug #65900 --> when offline and we don't have a message body, clear the header ovleray
r/sr=sspitzer
2001-08-14 00:01:25 +00:00
sspitzer%netscape.com
e3c127fac5 remove folderPane.css from where it is not needed. only the folder pane
and the offline folder select dialog need it.  rs=bienvenu
2001-08-10 20:04:29 +00:00
stephend%netscape.com
c154219488 94702. Mail & News messengerWindow.Title should be 'Mail & News'. Patch by Bradley Hart <bhart00@yahoo.com>. r=stephend@netscape.com sr=sspitzer 2001-08-10 19:04:49 +00:00
sspitzer%netscape.com
819513506c don't hardcode "Open" and "Save" in the attachment save menu.
#93275 r/sr=mscott.
2001-08-09 04:11:42 +00:00
sspitzer%netscape.com
f416f85a44 remove unused ignore="MessageChild" cruft. #93011. rs=bienvenu 2001-08-09 03:41:13 +00:00
sspitzer%netscape.com
7ab1c97829 fix for some minor subscribe column issues. #94259 r/sr=bienvenu 2001-08-09 03:21:32 +00:00
dianesun%netscape.com
3d1f522294 Fix for bug 94406(File|Offline|Menu item not working for standalone msg). r=mohanb, sr=sspitzer 2001-08-09 01:16:45 +00:00
stephend%netscape.com
2c44e3668e 94020. 'Mail' into 'Mail & News'. r=timeless, sr=ben (correct fix this time) 2001-08-08 08:10:46 +00:00
suresh%netscape.com
45f1c4c22d fixing mail breakage. sr=naving. 2001-08-08 07:10:13 +00:00
timeless%mac.com
2d20db3697 Bugzilla Bug 94037 M&N prefs panel: change 'Mail' to 'Mail & News'
by stephend@netscape.com r=jglick/robinf/timeless sr=blake
2001-08-08 04:14:13 +00:00
hyatt%netscape.com
0c296a706a Fix for 71106. r=jag, sr=jst 2001-08-06 21:49:35 +00:00
hewitt%netscape.com
3203d18be2 93193 - cleaning up after align/pack xul box model changes, r=blake, sr=hyatt, 90741 - replacing box with hbox/vbox (from andersma@luther.edu), r=hewitt, sr=hyatt 2001-08-04 06:21:59 +00:00
dianesun%netscape.com
e85024b972 Fixes to bugs 87177, 91560, 86014, 81321. R=bhuvan, hwaara, eddyk, SR=sspitzer 2001-08-03 00:02:25 +00:00
bienvenu%netscape.com
0e78490dff move offline js stuff to its own file r=ducarroz, sr=sspitzer part of work for 83216 2001-08-02 13:36:43 +00:00
bienvenu%netscape.com
b6784c4c0c move offline js stuff to its own file r=ducarroz, sr=sspitzer part of work for 83216 2001-08-02 13:29:49 +00:00
sspitzer%netscape.com
776918b13d remove dead code. #92960. rs=mscott 2001-08-02 07:24:35 +00:00
sspitzer%netscape.com
931752ef07 remove dead code. #92960. rs=mscott 2001-08-02 07:06:07 +00:00
sspitzer%netscape.com
f4bd6796d7 fix for #61651: subfolders of special folders have those special folder properties.
thanks to elrod@liquidmetal.com for the initial patch.

fix for #72791: the INBOX flag trumps all other special folder flags.  so if a user
sets their INBOX to be their Sent folder, we still treat it like an inbox.

r=mscott, r=sspitzer, sr=bienvenu
2001-08-02 03:18:47 +00:00
naving%netscape.com
7478c47250 34074, 92056 r=cavin sr=bienvenu. ReSelect the folder and the message after compacting local folders
transfer info from the old msf to new msf file.
2001-08-02 03:09:33 +00:00
sspitzer%netscape.com
576a746af8 fix for #93061. secure icons not showing up in various folder pickers and folder menus.
r/sr=bienvenu
2001-08-01 10:34:18 +00:00
timeless%mac.com
5b2daf0e78 Bugzilla Bug 46596 Address Book should not be in tasks menu/component bar if not installed
patch by neil@parkwaycc.co.uk r=hwaara r=bhuvan sr=blake
2001-07-25 07:00:22 +00:00
timeless%mac.com
f3501aac06 Bugzilla Bug 15096 UI: 3-Pane, Visual, General Menu Problems
r=kerz sr=hewitt
changes needed because of Bugzilla Bug 41572 Prefer matched case for Access keys
2001-07-25 06:36:58 +00:00
sspitzer%netscape.com
32020e6bd4 fix for #92194. don't open the message in the stand alone message window
if the user double clicks on the thread twisty.  r/sr=bienvenu
2001-07-25 06:34:59 +00:00
naving%netscape.com
472546ee63 41720 r=bivenvenu sr=sspitzer. Make the filters work on rename and warn and
disable the filter on delete of a folder. Also added msgWindow to some
pop mail retrieval and filter routines.
2001-07-25 04:21:01 +00:00
dianesun%netscape.com
dffdf3d2e9 Fixes for bug 80797(Cleanup msgSynchronize.js) 82660(Tweak Select Folder). r=hwaara, sr=sspitzer 2001-07-25 01:43:46 +00:00
hwaara%chello.se
7348fb87b4 #44800, fixed our current window handling code for the search window and filterlist dialog to use nsIWindowMediator to fix the problem where choosing "Search Messages" or "Message Filters" twice made the popupmenus go blank.
r=bhuvan, sr=sspitzer
2001-07-24 23:32:00 +00:00
timeless%mac.com
d256e7ea96 fix Bugzilla Bug 90741 Whack the rest of the <box> tags in the trunk [mailnews]
by andersma@luther.edu r=hwaara sr=sspitzer
2001-07-24 20:31:03 +00:00
sspitzer%netscape.com
aa159019c1 fix for #88949. fix certain cases where account central was not loading.
r=hwaara, varga, rs=bienvenu
2001-07-24 20:02:19 +00:00
hwaara%chello.se
de52f97892 #58564, fix a js error. r=hwaara, sr=mscott, checkin for Henrik Gemal 2001-07-19 13:13:23 +00:00
hwaara%chello.se
6e3e5708c2 #88525, Add shortcut key and revise wording to "Search Messages...". r=bzbarsky, sr=sspitzer 2001-07-18 00:31:22 +00:00
sspitzer%netscape.com
d41396f955 fix for subscribe crasher #90718. make sure to null out selection from the view.
r=hwaara,sr=bienvenu
2001-07-17 19:34:53 +00:00
sspitzer%netscape.com
70640a997e fix typo. autostrech -> autostretch r/sr=bienvenu 2001-07-17 00:11:01 +00:00
chuang%netscape.com
e6ed5fee67 Bug82197 Acct Central Offline Settings should go to Offline panel, r=bhuvan, sr=mscott 2001-07-16 18:47:20 +00:00
sspitzer%netscape.com
fa8caa8056 fix for #90782. add "total" and "unread" numbers back to the bottom right of
the vertical 3 pane layout.  (the were already there for the normal 3 pane layout.)
r & sr=bienvenu
2001-07-14 03:15:04 +00:00
sspitzer%netscape.com
b34a88c9f6 fix for #40480 (problems with offscreen rows in search and filters)
fix for #78429 (status / priority pickers coming up blank)
and code cleanup.  some of it r=hwaara, all of it r,sr=bienvenu
2001-07-13 21:16:31 +00:00
sspitzer%netscape.com
a5a2e94fba fix bug #40380. get date searches and date filters to work.
preflight the date picker with today's date.

there is no date picker yet, but there is a simple xul textbox.
d/m/yyyy is the supported format.  there are plans to implement
a date picker in XBL which prevent user error.  right now, a user
could type "foobar" for the date.

r=timeless, sr=bienveu
2001-07-11 07:52:13 +00:00
hwaara%chello.se
1376d04f79 #89993, "and /or" should be "and/or", rs/r=sspitzer
#86620, Inadequate window size for the download/sync pop-up box, r=dianesun, sr=sspitzer
2001-07-10 03:24:26 +00:00
hwaara%chello.se
b97dd3563c Fix folderpane horkage for 3pane. r/sr=sspitzer 2001-07-10 01:48:00 +00:00
naving%netscape.com
1c8356a6cd 17204. r=bienvenu sr=sspitzer; Add the automatically compact feature when the wasted
space exceeds the purge_threshold for offline and local folders. This also includes a
patch by bienvenu to make CompactOfflineStores work.
2001-07-09 22:15:30 +00:00
tao%netscape.com
a60ef23c40 86807: Some menu items are missing if you use incompatibly profle.
r=jbetak,sr=hyatt. Add locale version to all packages and their locale
providers.
2001-07-09 22:13:09 +00:00
timeless%mac.com
1fdeed80f7 Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with
<boxDerivedTag orient="horizontal|vertical">
patch by andersma@luther.edu r=timeless sr=blake
2001-07-09 18:41:07 +00:00
sspitzer%netscape.com
2e2b2640e3 fix for #89150. only call messenger.SendUnsentMessages() once. r=varada, sr=mscott
fix for #38327.  only enable "Send Unsent Messages" if there are unsent messages to send.
intial patch by doronr@naboonline.com.  r=racham, sr=mscott
2001-07-06 19:35:11 +00:00
dianesun%netscape.com
a5014eeb96 Fix for bug 82454(property enable/disable...) r=hwaara, sr=bienvenu, a=asa@mozilla.org
Fix for bug 78900(nsMsgWindow for download msg)  r=bhuvan, sr=bienvenu, a=asa@mozilla.org
Fixes for bugs 79865(Get Msgs offline dialog), & 79245, 79882, 82568. r=bhuvan, sr=sspitzer
2001-07-03 07:33:18 +00:00
sspitzer%netscape.com
c9f1e0f1f1 fix for #74799. right clicking twice should not act like double clicking.
according to joki, the correct fix is to drop the right click events in our onclick
handler.
r=cavin,racham.  sr=mscott
2001-07-03 05:19:50 +00:00
dianesun%netscape.com
f9642b2546 Fix for bug 81321(disable rename/compact/delete folder for offline). r=bhuvan, sr=sspitzer 2001-07-03 03:11:53 +00:00
mscott%netscape.com
97588bf226 bug #80220 --> show a tooltip over long attachments
Bug #79584 --> remove the .Print option from the attachment popup.
r/sr=sspitzer
2001-07-03 01:18:41 +00:00
naving%netscape.com
38a5354a29 88171 r=bienvenu sr=sspitzer; make undo work for multiple 3 pane and/or multiple stand alone
windows.
2001-07-02 22:03:09 +00:00
gerv%gerv.net
7c4e675e97 Added Copy Email Address to plaintext mail linkified email addresses. Bug 88185. r=gemal, sr=blake. 2001-07-01 19:04:01 +00:00
hwaara%chello.se
6ff1a8d53c #79097, imapFolderProps.xul is a misleading filename, since the file is used for more than imap folders. r=naving, rs=sspitzer 2001-06-30 21:54:01 +00:00
mscott%netscape.com
033f7a0696 Bug #74139 --> persist the "brief" view in the message pane
r/sr=hewitt, sspitzer
2001-06-30 00:16:19 +00:00
naving%netscape.com
ea2abbbe6c 52564 r=racham sr=sspitzer; make the UW:IMAP new folder dialog display the contents
fully.
2001-06-30 00:10:24 +00:00
racham%netscape.com
966f5b5ec7 Fixing bugscape bug 6830. This fix allows ISPs to control user actions on their servers. Attributes to determine whether user can file messages on a given server and whether folder creation is allowed have been added. ISPs can set this value in rdf file. r,sr=sspitzer 2001-06-29 07:04:38 +00:00
naving%netscape.com
64deb5cda8 88058; r=pink sr=sspitzer use the dragAction to determine copy/move
58561 fix js warnings r=stephend
2001-06-29 05:34:52 +00:00
naving%netscape.com
935536aae3 85632 r=bienvenu sr=mscott; Do not start downloading msgs until the
folder summary file has been built.
2001-06-29 01:05:25 +00:00
sspitzer%netscape.com
98e3972c84 fix for bug #86326. make it so news is threaded by default.
r=bienvenu, sr=mscott.
2001-06-29 00:48:14 +00:00
sspitzer%netscape.com
f7ab7fe212 fix for js warnings. #58564. fix by gemal@gemal.dk, r=timeless,mao,sr=sspitzer 2001-06-26 07:30:28 +00:00
sspitzer%netscape.com
cd2637aab9 fix for #83763. remove close button from the search dialog and make it a window, not a dialog.
(fix by blakeross).  r=hwaara, sr=sspitzer
2001-06-26 07:08:18 +00:00
sspitzer%netscape.com
5a43b8700a fix for #86200. add search to the subscribe dialog (and remove typedown.)
like 4.x, the text area is disabled for IMAP servers.

for news servers, when you type we show you the list of newsgroups that contain the substring.

r=naving, sr=mscott
2001-06-26 05:08:26 +00:00
ducarroz%netscape.com
b08e5efce9 Fix for bug 84065. Add an AppleFileDecoder into the stream converters and modify save/save all attachment in order to be able to select the decoder when dealing with an apple double attachment. R=mscott, SR=sspitzer, A=asa@mozilla.org 2001-06-25 22:11:43 +00:00
racham%netscape.com
5d5db17218 Fixing bugs 23625 and 62433. Bug 23625 is about creation of special folders for new IMAP accounts. Fix to that bug includes the rearrangment of copies and folder UI panel which is a bit similar to 4.x model now. Panel UI allows user to select a special folder on the IMAP server and the folder is then created at runtime as needed. Today, IMAP account special folders point to Local folders which is confusing. Bug 62433 takes care of migration of multiple 4.x imap servers under single identity to get migrated properly with unique account names based on username, hostname and the port value if needed. r=naving, s=sspitzer a=asa 2001-06-20 06:13:27 +00:00
blakeross%telocity.com
bb37d554f9 No feedback when Find Again (Ctrl+G) reaches EOF (63410). r=alecf sr=sfraser a=asa 2001-06-20 06:12:37 +00:00
dianesun%netscape.com
2e487bdf56 Fix for bugs 79554, 80194, 82805, 82984. r=bhuvan, sr=sspitzer, a=asa@mozilla.org 2001-06-20 00:23:35 +00:00
naving%netscape.com
13421beafe 84905 r=bhuvan sr=mscott a=dbaron. Make D&D to move messages across servers. 2001-06-19 23:54:00 +00:00
stephend%netscape.com
078d452f99 Cleaning up whitespace that was missed with cvs diff -uw on bug 58783, that bug has r=naving, sr=sspitzer, a=asa 2001-06-19 00:58:15 +00:00
stephend%netscape.com
2dae2670b7 Bug 58783 - Title isn't cleared in a folder when the last message is deleted. r=naving@netscape.com sr=sspitzer@netscape.com a=asa@mozilla.org 2001-06-19 00:33:09 +00:00
sspitzer%netscape.com
c91fe1483c fix for #86066. properly enable / disable "mark all read". thanks to neil@parkwaycc.co.uk for the fix.
r=racham, sr=sspitzer, a=asa
2001-06-18 21:43:11 +00:00
sspitzer%netscape.com
7362e7fcff fix for bug #79239.
hide or alter offline related UI for servers and folders that don't support
offline.

r=racham, sr=mscott, a=dbaron
2001-06-16 07:20:15 +00:00
sspitzer%netscape.com
a423449719 fix js error for dianesun. 2001-06-16 06:50:22 +00:00
dianesun%netscape.com
b0c0b8a04e *** empty log message *** 2001-06-16 05:27:05 +00:00
bzbarsky%mit.edu
7ac8e76cb6 Get rid of extra space in entity value. Bug 83967, r=mohanb,
sr=bienvenu, a=asa
2001-06-16 04:14:20 +00:00
dianesun%netscape.com
d048eecebb *** empty log message *** 2001-06-15 23:14:32 +00:00
naving%netscape.com
d52f557406 84905 r=racham sr=bienvenu a=asa; revert the functionality of Message | Move and File button 2001-06-14 01:23:27 +00:00
blakeross%telocity.com
5170d05df1 Subscribe dialog needs polish/cleanup (83770). r=sspitzer sr=hewitt a=asa 2001-06-10 17:56:35 +00:00
dianesun%netscape.com
fe022c3e81 Fix for bugs 79555(Download/Sync doesn't retain pref) 80127(Select dialog not modal). r=bhuvan, sr=sspitzer, a=dbaron 2001-06-08 21:17:43 +00:00
bienvenu%netscape.com
523249b37d fix for saving view and sort info across folder compacts r=naving, sr=sspitzer 82455 a=drivers 2001-06-07 14:01:48 +00:00
naving%netscape.com
01eed4abfa 82764 r=bienvenu sr=sspitzer a=blizzard; make undo for multiple messages work across servers and also make it so that we do a copy when we do move/copy across
message.
75936 r=bienvenu sr=mscott a=chofmann; clearing the copystate and calling
onStopCopy() at the right place to make filing messages across server from
search window work.
2001-06-07 05:09:48 +00:00