rjc%netscape.com
e5077bf2e5
Fix bug # 75772: On Mac OS X, add support for window toolbar button which hides/shows toolbar buttons. r=ben sr=hyatt
2001-11-27 01:47:41 +00:00
naving%netscape.com
ee8a739cc8
111829 r/sr=bienvenu. fix leaking folder name upon creating new folder.
2001-11-26 22:05:26 +00:00
mscott%netscape.com
43e54fc563
give the header toggle widget box flex so the subject line wraps. rs=sspitzer
2001-11-26 19:33:16 +00:00
blakeross%telocity.com
9f75c70e4a
109117 - offline ui: download/sync now window has extra big ok and cancel buttons. r=bienvenu sr=ben
2001-11-26 00:43:56 +00:00
mscott%netscape.com
21ddeb999d
Bug #111274 --> define the addresses object inside the while loop.
...
r/sr=sspitzer
2001-11-21 23:22:43 +00:00
bienvenu%netscape.com
f1219eb422
rest of fix for 111071 can't cancel out of imap password prompt, r=mscott, sr=sspitzer
2001-11-21 21:55:36 +00:00
sspitzer%netscape.com
a75636ef3f
fix warning, add a comment. piggybacking on our carpool.
...
r/sr=no one
2001-11-21 21:53:57 +00:00
bienvenu%netscape.com
7af3ba4d5f
cache char set in folder info r=naving, sr=sspitzer 102806 and also show folder contents before folder finishes loading
2001-11-21 21:52:06 +00:00
bienvenu%netscape.com
0132b45264
remove unused attribute from msg hdr r=naving, sr=sspitzer 110820
2001-11-21 21:51:42 +00:00
bienvenu%netscape.com
bf387ad3fa
use xpcom add/release ref calls for mork objects now that mork supports it r=naving, sr=sspitzer 110850
2001-11-21 21:51:29 +00:00
bienvenu%netscape.com
0ce473299b
fixing #ifdef debug me code, no bug or reviewer
2001-11-21 15:42:56 +00:00
hewitt%netscape.com
e5d37a18a7
96154 - Remove class=outlinercol-header outlinercol-inset-header from outliner, r=ben, sr=hyatt
2001-11-21 11:00:22 +00:00
seawood%netscape.com
d8927fcc61
Rename 'install' build phase to 'libs'.
...
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
hewitt%netscape.com
2776e1e042
66441 - Get rid of gray_*_splitter from utilityOverlay, r=ben, sr=hyatt
2001-11-21 06:59:57 +00:00
bienvenu%netscape.com
99ee55c7a5
fix going offline from compose window, patch from sspitzer, r/sr = me 111087
2001-11-21 01:48:50 +00:00
bienvenu%netscape.com
57ea334a8e
fix cancelling from imap password prompt r=sspitzer, sr=mscott 111071
2001-11-21 01:45:59 +00:00
mscott%netscape.com
4b2736fda4
Bug #110905 --> remove code to enumerate over parsed header results.
...
allow the ability to get all of the results all at once in a set of
arrays. This improves message display performance by reducing the number
of round trips between the JS thread and the UI thread.
r=ducarroz
sr=bienvenu
2001-11-20 22:53:47 +00:00
mscott%netscape.com
4676c130ea
Bug #109929 --> cache email address nodes in the multi toggle email address widget. This helps with
...
message display performance.
r=ssu
sr=sspitzer
2001-11-20 03:29:27 +00:00
ducarroz%netscape.com
e2f1b0657c
Fix for bug 108731. Send Page and Send Link must use to message compose service in order to be able to use a recycled window. R=varada, SR=mscott
2001-11-20 03:09:41 +00:00
bienvenu%netscape.com
83dd7bea00
change code inside #ifdef DEBUG me so it will compile, no bug or reviewer
2001-11-20 00:44:49 +00:00
alecf%netscape.com
e3acec7fba
Fix for bug 110371 - remove uconv dependency from nsFileSpec by moving unicode-related routines into mailnews. sr=sspitzer, r=nhotta
2001-11-19 15:28:56 +00:00
timeless%mac.com
dfa8594725
Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
...
s/!NS_SUCCEEDED/NS_FAILED/g;s/!NS_FAILED/NS_SUCCEEDED/g;
r=dougt sr=hewitt
2001-11-19 06:45:00 +00:00
sspitzer%netscape.com
ba7b6bdf98
fix for #103626 . don't need to include mailWindowOverlay.xul
...
fix by neil@parkwaycc.co.uk , r/sr=sspitzer
2001-11-19 00:42:47 +00:00
sspitzer%netscape.com
7c3194119c
fix for #110502 . get "edit as new" and "fwd inline" to work again.
...
the problem is the standard url parser no longer allows us to use illegal
uris. '_' is an illegal character in a URI (and URL) scheme.
so this patch switches from "foo_message://" to "foo-message://"
r=bbaetz,sr=bienvenu
2001-11-18 23:38:52 +00:00
sspitzer%netscape.com
a8cb4770c0
changes to build when DEBUG_MIGRATOR is set. r/sr=no one
2001-11-18 00:42:28 +00:00
hwaara%chello.se
3d839ef1cf
#104815 , align text correctly.
...
r=bzbarsky, sr=sspitzer
2001-11-17 18:27:57 +00:00
sspitzer%netscape.com
a32d0742b8
fix for #92393 . get msgs toolbar button (and menu item) disabled until you select a folder
...
if you don't have it set to "check for new messages" on startup. r/sr=bienvenu
2001-11-16 06:41:42 +00:00
jaggernaut%netscape.com
9a2d10888f
Clean up REQUIRES lines. r/sr=alecf
2001-11-16 01:54:59 +00:00
cmanske%netscape.com
4f1b158686
Mail Overlay xul for Composer relating to publishing ui, b=88208, r=brade, sr=hewitt
2001-11-15 16:03:14 +00:00
alecf%netscape.com
52cd89e71b
win32 REQUIRES cleanup
2001-11-15 03:49:13 +00:00
nhotta%netscape.com
08d83362ba
Changed to use char* for charset instead of nsString& for i18n functions, bug 108932, r=ducarroz,sr=sspitzer.
2001-11-15 02:00:32 +00:00
cavin%netscape.com
3569d616af
Bug #107369 : Check nNewSize=0 in AllocateSpace() and add current size to AllocateSpace() calls. r=bienvenu,sr=sspitzer.
2001-11-15 00:06:37 +00:00
stephend%netscape.com
de96067371
Bug 109677. 'Empty Trash Can' in context menu to 'Empty Trash'. r=jglick@netscape.com, sr=brendan@mozilla.org
2001-11-14 07:22:16 +00:00
mscott%netscape.com
5be8f3d16c
Bug #109979 --> only construct the view for the view mode we are in. Then when we toggle the
...
view mode, build the new view. This improves message display performance.
r=bienvenu
sr=sspitzer
2001-11-14 06:59:45 +00:00
darin%netscape.com
98a39fa92e
patch for bug 107789 "deprecate nsIRandomAccessStore (superceded by nsISeekableStream)"
...
r=dougt, sr=rpotts
2001-11-14 06:45:27 +00:00
mscott%netscape.com
ce80f699b3
Bug #109931 --> delay construction of the long email address view
...
until the user actually puts us in expanded email addresses mode.
r=bienvenu
sr=sspitzer
2001-11-14 02:07:39 +00:00
bzbarsky%mit.edu
0dce65ed23
Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible
...
(i.e. where the string is a literal). Bug 104159, r=jag, sr=alecf
2001-11-14 01:33:42 +00:00
alecf%netscape.com
6482a2f0ec
remove some DEBUG_alecf's - no bug, not affecting anything...
2001-11-13 05:46:51 +00:00
hyatt%netscape.com
ee9c51654a
106153. convert property to field in XBL. r=bryner, sr=ben
2001-11-13 04:08:55 +00:00
sspitzer%netscape.com
844ae7e6d9
partial fix for #108751 .
...
the SearchDialog no longer includes dialogOverlay.xul, so this function is not defined.
r/sr=bienvenu
2001-11-12 21:03:10 +00:00
gerv%gerv.net
4b24af480a
Bug 108177 - change Henrik Gemal's email address to mozilla@gemal.dk . r=gerv, auto-sr=brendan. Comment changes only.
2001-11-10 19:10:40 +00:00
loadrunner%betak.net
0ee9e18278
bug 64146, Delay nsCharsetMenu initialization to avoid consuming ~2% of startup time, r=dp, sr=brendan,alecf (this file didn't make it into M096)
2001-11-10 17:39:50 +00:00
blakeross%telocity.com
9ea822161a
109207 - stop loading brand.dtd three additional times on startup. r=ben sr=hewitt
2001-11-10 01:51:44 +00:00
nhotta%netscape.com
5ceec748c2
Changed to use local stack for charset conversion util functions, bug 108914, r=ducarroz, sr=sspitzer.
2001-11-09 23:57:15 +00:00
mscott%netscape.com
c3c801f85c
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
24d0b05590
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
bfba1cb841
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
blakeross%telocity.com
b2873b95d7
108841 - can't create new news account. r=racham,jmkg sr=hewitt
2001-11-08 12:41:55 +00:00
dbaron%fas.harvard.edu
261f76a8ba
Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052
2001-11-07 06:24:10 +00:00
mscott%netscape.com
3a6a7ea7ec
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
5adc1b6d4b
fix for bug #65761 and #108606 -polishing prefill filters;r/sr=sspitzer
2001-11-06 22:55:37 +00:00
blizzard%redhat.com
798f3859c5
back out darin's fix for bug #107789 since it caused blocker #108637 .
2001-11-06 16:32:52 +00:00
naving%netscape.com
84ffc14d23
108276. Open the mailbox in PR_RDONLY mode because only read operations are done using
...
this connection. should cut down closing mailbox (PR_Close()) time.
2001-11-06 04:25:28 +00:00
darin%netscape.com
803d882528
fixes bug 107789 "depracate nsIRandomAccessStore (superceded by nsISeekableStream)"
...
r=dougt, sr=rpotts
2001-11-06 02:50:42 +00:00
stephend%netscape.com
92d14a48d8
Bug 81041. 'New Account' -> 'Add Account'. r=jglick, sr=mscott
2001-11-06 02:14:08 +00:00
ben%netscape.com
462953def3
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
1090553894
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
74b369679f
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
sspitzer%netscape.com
6af00c9ec0
fix for #108346 . check rv from do_GetService() to prevent crash.
...
r=ducarroz, sr=bienvenu
2001-11-06 00:49:17 +00:00
bhart00%yahoo.com
51e8651455
Fix for bug 96786, r=bryner sr=blake
2001-11-05 05:15:21 +00:00
blakeross%telocity.com
c79cd4e11f
Fixing js strict warning in stmpserverlist. r=hewitt sr=hyatt
2001-11-05 04:50:11 +00:00
blakeross%telocity.com
bef18ebe5f
Reverting two of joe's previous changes. r=hewitt sr=hyatt
2001-11-05 00:47:52 +00:00
blakeross%telocity.com
682c6e9c8b
Reverting two of joe's previous changes. r=hewitt sr=hyatt
2001-11-05 00:47:16 +00:00
blakeross%telocity.com
6d0b282ac1
Removing mistakenly removed flex. r=hewitt sr=hyatt
2001-11-03 22:33:59 +00:00
blakeross%telocity.com
ced4acfd79
Readding mistakenly removed flex. r=hewitt sr=hyatt
2001-11-03 21:25:58 +00:00
hewitt%netscape.com
a4f3ed989c
fixing various fun regressions from blake's earlier landing, rs=hyatt
2001-11-03 11:27:04 +00:00
ducarroz%netscape.com
6d52592e83
Fix for bug 104989: Allow the compose window to be recycled instead of closing it, that will save us precious time next time we need a new compose window. Also include fix for bug 108270: Remove ReleaseMessageServiceFromURI. R=varada, SR=sspitzer
2001-11-03 04:42:19 +00:00
blakeross%telocity.com
d41637ea57
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
seawood%netscape.com
c79715ed1b
Backing out fix for remote mach-o builds as it left mach-o builds fragile.
...
Add TK_CFLAGS back to default CFLAGS/CXXFLAGS.
Bug #107696
2001-11-03 03:29:05 +00:00
sspitzer%netscape.com
72460d5e7a
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
435b92138b
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
1a0382f24e
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
aa635a91e5
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
3c41afceff
"Ingore Thread" mnemonic is "I", not "K". r/sr=bienvenu
2001-11-02 00:16:07 +00:00
jaggernaut%netscape.com
4a7f082fb7
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-11-01 09:09:57 +00:00
sspitzer%netscape.com
30275df5ad
fix for correctness bug #107865 . location showing up in label column in search results.
...
r/sr=bienvenu
2001-11-01 08:18:32 +00:00
sspitzer%netscape.com
fbb76c8f44
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
1d508f46fc
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
27db070415
107375: localeVesion update: 0.9.4 -> 0.9.6 in the trunk.
...
(r=jbetak,sr=dveditz)
2001-11-01 01:11:57 +00:00
seawood%netscape.com
6daf60f372
Since '-framework Carbon' causes binaries to require console access to run, do not link using that flag by default. Otherwise, remote builds & non-console tinderboxes will break. Mac OSX Mach-O only.
...
Bug #107696 r=mozbot
2001-11-01 00:54:48 +00:00
bienvenu%netscape.com
7a2bc6cf75
fix toolbar flashing on deleting messages r=cavin, sr=sspitzer 100802
2001-11-01 00:19:46 +00:00
racham%netscape.com
506f1666cf
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
naving%netscape.com
23b95cebe2
107393 r/sr=bienvenu. make minor change to last checkin
2001-10-31 06:51:20 +00:00
naving%netscape.com
08791ff70e
107393. r/sr=bienvenu. Make the flag changes in QS view show up when you go back to folder
...
view.
2001-10-31 06:31:33 +00:00
mscott%netscape.com
83d90b1519
Bug #107608 --> allow generic extensions to account manager,
...
nsIMsgIdentity and nsIMsgIncomingServer. checking in for Seth.
r=bhuvan
sr=mscott
2001-10-31 03:45:24 +00:00
mkaply%us.ibm.com
1bc7c3cd8d
HPUX bustage
2001-10-31 02:18:43 +00:00
sspitzer%netscape.com
c3f9baa998
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
df5dab7fb7
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
9c25ea824a
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
dougt%netscape.com
1a5050445f
Moving nsISimpleEnumerator interface to new idl file. 99136, r=alecf@netscape.com sr=rpotts@netscape.com
2001-10-30 22:07:28 +00:00
ben%netscape.com
b481110fff
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
c47dd894cf
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
6f65e1743c
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
bd8b1a4b55
fix for #106917 . strict js warnings from msgHdrViewOverlay.js r/sr=mscott
2001-10-30 05:47:25 +00:00
sspitzer%netscape.com
11861bd841
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
69faa35f94
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
jaggernaut%netscape.com
1c9b9161c1
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-10-29 09:27:57 +00:00
bienvenu%netscape.com
4e6d2af90a
add support for sorting by label r=bhuvan, sr=sspitzer 106717
2001-10-28 20:26:59 +00:00
sspitzer%netscape.com
5de880290f
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
b3f8e7606f
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
mkaply%us.ibm.com
f4ec4f3c02
More OS/2 bustage
2001-10-27 15:11:44 +00:00
stephend%netscape.com
d7a12b47de
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
f1f4e0d7a5
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
rpotts%netscape.com
5e626fd436
bug #99627 (r=valeski@netscape.com, sr=mscott@netscpae.com). Freeze the nsIURIContentListener interface...
2001-10-27 02:52:39 +00:00
sfraser%netscape.com
31a9f6853e
Clean up static linkage with unichar utils (bug 100214) for alecf. r=fm, sr=alecf
2001-10-26 23:34:53 +00:00
naving%netscape.com
e6e876da99
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
25f7c83c8f
94968. r/sr=mscott. fix the folder-picker to not show bogus folders.
2001-10-26 22:08:21 +00:00
naving%netscape.com
15eba76e8f
106875 r=stephend sr=mscott. Remove tooltip for the searchBar.
2001-10-26 21:28:46 +00:00
hwaara%chello.se
d3494b22c8
#72667 , get custom quoted colors working again; obey the pref.
...
r=ducarroz, mcafee, sr=sspitzer
2001-10-26 19:25:19 +00:00
nhotta%netscape.com
0729f37c3e
Replace nsTextFormatter by NS_ConvertUTF8toUCS2, bug 105527, r=ducarroz, sr=bienvenu.
2001-10-26 17:24:18 +00:00
alecf%netscape.com
31ab1c2945
Convert users of nsCRT::ToUpper(PRUnichar) to ToUpper(PRUnichar) for bug 100214, r=jag, sr=scc
2001-10-26 17:18:35 +00:00
alecf%netscape.com
bef357d05e
Added files:
mozilla/intl/unicharutils/util/nsUnicharUtils.cpp
2001-10-26 03:37:38 +00:00
alecf%netscape.com
91f782f06b
final makefile.win changes for bug 100214, just adding some REQUIRES to be used soon
2001-10-26 03:18:09 +00:00
stephend%netscape.com
9546ae5f74
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
racham%netscape.com
36978d0a60
Fixing crasher bug 105670. Adding null check on incoming server in the process of getting default account. r=racham, sr=sspitzer
2001-10-26 02:19:43 +00:00
cavin%netscape.com
2580061eba
Bug #74955 : When loading folders, preset the msg hdr cache table size to eliminate
...
the need of allocating and de-allocating tables. Same thing for users of nsUInt32Array
and nsUInt8Array. r=bienvenu, sr=sspitzer.
2001-10-26 02:02:58 +00:00
bienvenu%netscape.com
3ff318274e
fix abr caused by removing charset conversion code r=naving, sr=sspitzer 106725
2001-10-26 00:24:01 +00:00
bienvenu%netscape.com
679fc41744
fix problem with 64 bit sorts, r=bienvenu, sr=sspitzer 101011 patch by shanmu@netscape.com
2001-10-26 00:19:13 +00:00
nhotta%netscape.com
f12cc142db
Fixed to pass char* to PR_smprintf() instead of PRUnichar* which is not recognized, bug 105704, r=naving, sr=alecf.
2001-10-26 00:03:59 +00:00
naving%netscape.com
b6cfd46d26
103734 r=sspitzer sr=bienvenu. landing Quick Search feature for mail 3 pane.
2001-10-25 05:34:49 +00:00
stephend%netscape.com
7d0331899c
Bug 94022. Copies and Folders -> Copies & Folders. r=timeless, sr=sspitzer
2001-10-25 04:58:07 +00:00
timeless%mac.com
23ec401688
Bugzilla Bug 97136 Unable to load filter on space characters
...
patch by alexey@ihug.com.au r=naving, sr=bienvenu
2001-10-25 03:11:40 +00:00
bienvenu%netscape.com
df56083395
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
8ff63f6c8e
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
345e795b14
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
67bc4ca68d
fix for 65761 - prefill filters using email address;r=ducarroz;sr=sspitzer
2001-10-24 00:00:32 +00:00
sspitzer%netscape.com
38b81b6d67
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
nhotta%netscape.com
a41770e0b7
Fix the window close problem for saveAs in .js, enable the charset alert in .cpp and some clean up,
...
bug 89655, r=ducarroz, sr=bienvenu.
2001-10-23 23:25:02 +00:00
bienvenu%netscape.com
117d30a96b
some front end for labels r=ssu, sr=sspitzer 106067
2001-10-23 22:22:32 +00:00
bienvenu%netscape.com
222778353d
some front end for label filters r=naving, sr=sspitzer 106067
2001-10-23 22:21:38 +00:00
bienvenu%netscape.com
77a5c868e6
add backend support for filter labels r=ssu, sr=sspitzer 106067
2001-10-23 22:07:24 +00:00
bienvenu%netscape.com
c2a4c287eb
add backend support for labels r=ssu, sr=sspitzer 106067
2001-10-23 22:06:03 +00:00
sspitzer%netscape.com
4ea6a37788
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
93dcfd7532
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
dougt%netscape.com
fdb581ad21
99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com
2001-10-22 22:01:27 +00:00
alecf%netscape.com
8f4c5f1454
bug 100214 - add libunicharutil_s to all unix projects that require it, r=cls
2001-10-22 20:44:02 +00:00
bienvenu%netscape.com
e6a05fc797
correct fix for 103703 loading message leaks url spec, r/sr=sspitzer
2001-10-22 13:25:54 +00:00
jaggernaut%netscape.com
eb638b50f7
Bug 105973: s/Observe/observe/
2001-10-22 04:16:33 +00:00
hewitt%netscape.com
3f08911279
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
9c458e9c63
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
2a64d64ef1
add error message for folder rename failed r=naving, sr=sspitzer part of fix for 105108
2001-10-20 23:08:24 +00:00
sspitzer%netscape.com
501a13fb8d
fix for #105659 . fix js warnings when there isn't a mapiregistry service.
...
r=srilatha, sr=mscott
2001-10-20 06:24:07 +00:00
dougt%netscape.com
da7e1268bd
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
8d98f174a3
Indentation change in folder property dialog, bug 94560, sr=sspitzer.
2001-10-19 20:50:17 +00:00
nhotta%netscape.com
0b69d47716
Wording change for folder property dialog, bug 94560, sr=sspitzer.
2001-10-19 20:49:56 +00:00
pinkerton%netscape.com
2f72d451ca
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
naving%netscape.com
11c51e31a4
105328 r/sr=sspitzer. Throw duplicate folder alert when trying to create new folder from filter
...
editor.
2001-10-19 05:24:18 +00:00
sspitzer%netscape.com
2d942e7782
more clean up the string foo in mailnews. r=cavin, rs=bienvenu. #103412 .
2001-10-19 01:44:53 +00:00
naving%netscape.com
8039b2e9af
105162 r=racham sr=mscott. Make download message size pref work for pop3 again. Remove unused pref.
2001-10-17 04:53:23 +00:00
cavin%netscape.com
cb99249377
Bug #104975 : Check if 'accountValues[type]' is NULL in checkUserServerChanges(). r=racham, sr=sspitzer.
2001-10-16 20:35:46 +00:00
hwaara%chello.se
8fdd9b847c
#104719 , change nsIMsgMailNewsUrl.idl to use attributes rather than GetFoo/SetFoo.
...
r=bienvenu, sr=sspitzer
2001-10-15 22:26:24 +00:00
sfraser%netscape.com
12fd7d9e86
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
alecf%netscape.com
511a787492
convert nsCRT::strn?cmp to Convert() for bug 100214, to depend on string rather than xpcom for case-insensitive unicode support. r=sspitzer for mail stuff, r=jag for everything else, sr=sfraser
2001-10-13 00:16:32 +00:00
dbaron%fas.harvard.edu
2dcf82b72b
Bug 69873: remove nsAutoCString. r=jag rs=scc
2001-10-12 02:57:59 +00:00
bienvenu%netscape.com
48d99c93cd
speed up local search dramatically by doing more than one comparison per time slice r=naving, sr=sspitzer 104243
2001-10-11 23:43:55 +00:00
sspitzer%netscape.com
ef119303bf
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
c0bdc4fbaa
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
b734fd1741
102751 r=bienvenu sr=sspitzer. If a localfolder's db is outdated, parse the folder and then compact the
...
folder to avoid dataloss.
2001-10-11 00:00:20 +00:00
naving%netscape.com
4f7143e88c
fix bustage for ports
2001-10-10 21:17:57 +00:00
naving%netscape.com
00c90d5d12
backing out file not part of earlier checkin.
2001-10-10 19:53:29 +00:00
sspitzer%netscape.com
108b62c1ff
fix conflicts that got checked in with the licensing foo.
...
rs=bienvenu
2001-10-10 19:50:30 +00:00
naving%netscape.com
dbba6c0844
16902. oops missed this file
2001-10-10 19:34:23 +00:00
naving%netscape.com
9d5d7286bf
16902 r=sspitzer sr=bienvenu, Implement custom headers for mail filter and search.
2001-10-10 19:27:06 +00:00
bienvenu%netscape.com
acb93304c2
fix losing read state of news messages r=naving, sr=sspitzer 103824
2001-10-10 19:25:07 +00:00
sspitzer%netscape.com
a67423bb66
remove unused code, now that we use playSystemSound(). (see #64462 )
...
rs=bienvenu
2001-10-10 08:40:22 +00:00
sspitzer%netscape.com
9751d70f08
fix for #64462 . play OS specified sound when new mail arrives.
...
r=pavlov, sr=bienvenu. right now, this only works on windows.
mac is next. for linux (and the other platforms), we currently beep.
if there isn't an OS specified sound, we'll play the pre-packaged
sound that mailnews will eventually ship with.
2001-10-10 08:08:22 +00:00
sspitzer%netscape.com
873429e94e
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
eddyk%netscape.com
8ad3fe502a
bug 103181: disable code in AccountManager regression
...
More stuff for eClient disable code.
r=bhuvan, sr=sspitzer
2001-10-09 21:04:12 +00:00
cavin%netscape.com
7b4824404f
Bug #14295 : (1) Add 'realHostName' and 'realUsername' to nsIMsgIncomingServer and reflect them
...
in prefs (ex: mail.server.server1.realHostName). (2) The getters for the new attributes call
GetHostName() and GetUsername() if prefs is not set. (3) Change GetHostName() and GetUsername()
to GetRealHostName() and GetRealUsername() at places where we open connections or send the
username to servers. (4) Prevent users from changing an account to one that already exists.
(5) After the change is validated, close all open connections and clear all stored passwords,
plus modify the account name based on the new user/server name. r=ssiptzer, sr=bienvenu.
2001-10-09 19:20:31 +00:00
sspitzer%netscape.com
4793901dfb
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
40dfed30cc
fix for #56419 . implement the "Go To Message Folder" feature from search.
...
r/sr=bienvenu.
2001-10-09 03:05:18 +00:00
bienvenu%netscape.com
074ba1d83f
fix leak of password in biff, sr=sspitzer, r=naving 103676
2001-10-08 22:24:13 +00:00
bienvenu%netscape.com
301e454f1f
fix 103701 leak of url spec when loading local message rs=sspitzer
2001-10-08 22:23:44 +00:00
sspitzer%netscape.com
bc73f47c87
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
e52bd449a8
fix string usage in mailnews. #103412 . rs=bienvenu
2001-10-08 20:10:18 +00:00
sspitzer%netscape.com
12540ea77e
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
466614219b
more work on closing db's when changing folders, 95865 rs=sspitzer
2001-10-08 02:06:15 +00:00
bienvenu%netscape.com
57adecd603
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
jaggernaut%netscape.com
f7ae567b08
Bug 81444: eliminate |null_nsCOMPtr|. Eliminating all callers, r=syd, rs=mozbot.
2001-10-07 10:58:39 +00:00
sspitzer%netscape.com
7dfa5a7872
more changes for #103412 . fix string usage in mailnews to avoid
...
unneeded copying, allocation and converting.
also, remove dead code. r/sr=bienvenu
2001-10-06 06:35:32 +00:00
sspitzer%netscape.com
830033bc5e
more code cleanup for #103412 . avoid unnecessary conversions in the account manager ds.
...
r/sr=bienvenu
2001-10-06 05:26:31 +00:00
sspitzer%netscape.com
1946737841
more code cleanup for #103412 . avoid unnecessary conversions, fix warning.
...
r/sr=sspitzer
2001-10-06 05:16:25 +00:00
sspitzer%netscape.com
ae1461d440
code cleanup for #103412 . better string usage in the mail datasources
...
to prevent unneeeded allocations and copies. fix OnItemPropertyFlagChanged()
to check the property first to do as little as possible. r/sr=bienvenu
2001-10-06 05:11:51 +00:00
stephend%netscape.com
af157983f7
Bug 103068. Remove tooltip on label for emoticons pref. r=dean_tessman@hotmail.com, sr=mscott@netscape.com (UI approved by jglick@netscape.com)
2001-10-06 02:37:17 +00:00
bienvenu%netscape.com
acbb1f4644
fix leak of all folders table r=naving, sr=sspitzer 103077
2001-10-06 01:09:46 +00:00
sspitzer%netscape.com
ec1d505b1a
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
37e9005538
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
5364171133
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
racham%netscape.com
753d443ac0
Fixing bug 97650. Adding improvements to unread count mail count display feature on Win XP. When the mail application starts, as soon as the unread count on Inbox folder changes, registry is updated. This enables us to present the user accurate unread count on the welcome screen, if user quits the app before the 5 minute timer is triggered. r=mscott, sr=sspitzer
2001-10-03 05:54:30 +00:00
bienvenu%netscape.com
cac043d27f
fix problem going from threaded to sorted view, deleting a message in a thread, then switching back to threaded view r=naving, sr=sspitzer 102572
2001-10-03 00:11:02 +00:00
dbaron%fas.harvard.edu
9549ff9bd1
Add nsIMessengerOSIntegration.idl for racham, bug 97650.
2001-10-02 07:36:21 +00:00
racham%netscape.com
b3abcbd842
Fixing bustage by adding idl entries into makefiles for linux ad mac.
2001-10-02 07:01:32 +00:00
racham%netscape.com
90038ee1f9
Fixing bug 97650. Fix to display unread message mail count of default mail account on Windwos XP welcome screen. In case of multiple profiles, cumulative total of unread messages of default accounts is displayed. On clicking that messagem, it displays per account unread mail count in a tooltip. r=mscott, sr=sspitzer
2001-10-02 06:23:48 +00:00
varga%utcru.sk
43196bdf59
Fix for bug 75572. Separator support in outliner.
...
r=waterson, sr=hyatt
2001-10-02 04:42:48 +00:00
dbaron%fas.harvard.edu
0cc7ea34da
Bug 45797: replace remaining uses of deprecated macros NS_IMPL_QUERY_INTERFACE and friends with NS_IMPL_QUERY_INTERFACE1 and friends and remove the deprecated macros. r=jag sr=alecf
2001-10-02 03:18:08 +00:00
naving%netscape.com
29f054eac9
102545 r/sr=sspitzer. Do not change the filter enabled/disabled state on editingan existing filter.
2001-10-01 20:37:52 +00:00
sspitzer%netscape.com
5d0e1cdcf5
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
mkaply%us.ibm.com
fb8399f006
#97103
...
rs=mscott
OS/2 only - use 55 as the limit for folder names on OS/2
2001-10-01 18:44:22 +00:00
stephend%netscape.com
3b91c06f5f
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
b04905d7a8
Fix js strict warning about function not always returning a value. sr=ben
2001-10-01 02:55:01 +00:00
jaggernaut%netscape.com
fdc4078bc4
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
2001-09-29 08:28:41 +00:00
sspitzer%netscape.com
00d02b35ff
fix #102037 . switch from GetValue() to GetValueConst() to avoid strdups.
...
this one gets hit during imap folder discovery. r/sr=bienvenu
2001-09-29 02:31:34 +00:00
mscott%netscape.com
416b9017e0
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
25fb78c6fe
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
f385eb981a
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
2001-09-28 20:14:13 +00:00
shaver%mozilla.org
d654b8d0d8
Backing out checkin(s) due to illegal relicensing of proprietary code.
...
sr=alecf, r=dawn (not part of build *cough*)
2001-09-27 16:22:05 +00:00
srilatha%netscape.com
03b45d6188
Checkin for backend implementation of simple MAPI prefs
...
Not part of the build. a=chofmann
2001-09-27 05:19:14 +00:00
naving%netscape.com
a150c79a3d
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
eddyk%netscape.com
c8b9003438
Bug 96153: disable locked prefs for addressing panel in AccountManager
...
r=srilatha, sr=blake,alecf
2001-09-26 22:57:41 +00:00
eddyk%netscape.com
4cc97f248c
Bug 96152: disable locked prefs for drafts and templates in AccountManager
...
r=bhuvan sr=alecf
2001-09-26 22:56:25 +00:00
alecf%netscape.com
2060b904db
beginning of bug 100214 - eliminate encoding-insensitive nsCRT::str*cmp uses by properly converting to unicode. r=jag, sr=sfraser
2001-09-26 20:26:14 +00:00
mscott%netscape.com
15be49ce89
Bug #9178 --> when migrating an account be sure to not call get default server. Instead,
...
create a new smtp server then set the migrated smtp settings on that new server.
r=bhuvan
sr=sspitzer
2001-09-26 05:11:58 +00:00
sspitzer%netscape.com
fb2d561f75
fix for #101421 . the radiogroups in the mailnews pref panel and in search
...
and filters are supposed to be horizontal. rs=bienvenu
2001-09-26 02:38:28 +00:00
sspitzer%netscape.com
28dcf695a9
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
4b2a433240
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
660c93c6a3
#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
242f69fd9d
9656 - outliner column drag and drop rearranging, r=sspitzer, sr=hyatt
2001-09-25 22:17:47 +00:00
bienvenu%netscape.com
fbf61f33af
fix leak of offline imap playback object r=naving, sr=sspitzer 101265
2001-09-24 23:28:15 +00:00
bienvenu%netscape.com
a94f05570c
prevent biff from firing during shutdown r=naving, sr=sspitzer 101209
2001-09-24 23:20:02 +00:00
naving%netscape.com
402c649ead
52460 r=bienvenu sr=mscott. Allow subfolders for pop3 inbox folder.
2001-09-24 22:47:16 +00:00
blakeross%telocity.com
ee922f0363
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
7aa100f46d
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
3b4a5dd337
Bug 100907. JS strict warnings in messengerdns.js r=rginda@netscape.com, sr=jst@netscape.com
2001-09-22 11:02:20 +00:00
stephend%netscape.com
30bc136f66
Bug 100897. JS strict warning in searchDialog.js r=naving@netscape.com sr=jst@netscape.com
2001-09-22 03:56:22 +00:00
hyatt%netscape.com
89ea429d5c
Fix for 94180. Grippy in mail 3-pane misaligned. r=hwaara, sr=brendan
2001-09-22 00:29:42 +00:00
cls%seawood.org
4b85d35a60
Make -DHAVE_MOVEMAIL localized to mailnews.
...
Bug #58117 r=jag
2001-09-22 00:26:48 +00:00
naving%netscape.com
ec011be750
100978 r=sspitzer sr=bienvenu. fix and/or radio button load correctly in filter editor when doing
...
new/edit filter.
2001-09-22 00:23:03 +00:00
bienvenu%netscape.com
7ecb4006df
fix 98689 mark all read local folder leaves db invalid r=naving, sr=sspitzer
2001-09-22 00:21:13 +00:00
sspitzer%netscape.com
43f678087a
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
cls%seawood.org
93fb043391
Adding import to REQUIRES to fix tinderbox bustage
2001-09-21 07:44:17 +00:00
stephend%netscape.com
91fdc68357
Bug 58571. JS strict warnings in searchDialog.js r=naving@netscape.com sr=sspitzer@netscape.com
2001-09-21 05:11:14 +00:00
ccarlen%netscape.com
e3f8f3ec1a
Bug 99387 - turbo gain minimized due to profile support. Now observing a notifier which is sent to forget passwords without a profile shutdown. r=bhuvan/sr=mscott
2001-09-21 05:04:25 +00:00
bienvenu%netscape.com
b082cab124
fix unescaped send later uris in profile migration code r=naving, sr=sspitzer 91936
2001-09-21 04:43:16 +00:00
naving%netscape.com
96219e9e93
70252 62437 r=bienvenu sr=sspitzer Use the platform charset while converting filter name etc
...
from 4x to 6x.
2001-09-21 04:34:13 +00:00
naving%netscape.com
6c37aeefe7
100326 r=bienvenu sr=sspitzer Abort the compaction if writing to folder fails.
...
90702 r=bienvenu sr=sspitzer Update the expungedBytes for offline stores after compaction
95584 r/sr=bienvenu CleanupTempFiles in case compaction on a folder cannot start because
some other operation is in progress.
2001-09-21 01:40:30 +00:00
srilatha%netscape.com
a66ec5a431
Fix for smoketest blocker bugscape bug 9703
...
r=dmose,sr=sspitzer, a=granrose
2001-09-20 23:50:51 +00:00
ccarlen%netscape.com
87d3f70038
Bug 99117 - mail account creation problems under turbo. UnloadAccounts needed to reset some more things. r=bhuvan,dp/sr=mscott
2001-09-20 13:22:19 +00:00
cls%seawood.org
faff589071
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
448c14767c
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
7281a4d7cd
97574 - Implement toolbarbutton and kill menubutton (except outliner.css), r=blake, sr=hyatt
2001-09-20 07:08:29 +00:00
srilatha%netscape.com
27cb574084
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
0364f8ce17
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
naving%netscape.com
119431c5a4
95584 r=bienvenu sr=mscott. Made it so that compacting folders and downnloading messages do not
...
overwrite each others data.
2001-09-20 03:07:59 +00:00
naving%netscape.com
95b901d348
62347 r=bienvenu sr=sspitzer Make non ascii folder names from 4x rules.dat work in 6x.
2001-09-20 00:59:22 +00:00
naving%netscape.com
67b54e2bc2
70252 r=bienvenu sr=sspitzer. Make 4x non-ascii filter names and conditions migrate correctly to 6x.
2001-09-20 00:57:17 +00:00
racham%netscape.com
3aa31371ec
Fixing bug 100404. Backing out changes made to to accountwizard to reflect the current xpcom component. Bug 100483 will be used to bring back these changes.
2001-09-19 07:47:59 +00:00
bienvenu%netscape.com
386427fc03
fix regression in downloading messages for offline use and disabling commands when local message is loaded while offline r=naving, sr=sspitzer 99696 100124
2001-09-18 23:27:20 +00:00
jaggernaut%netscape.com
e25262c61f
One module per line for REQUIRES. r=/sr=alecf
2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
3098b78e27
Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt.
2001-09-18 21:47:32 +00:00
jaggernaut%netscape.com
3826eb9902
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
2001-09-18 13:41:47 +00:00