bienvenu%netscape.com
b8621ca475
fix for topcrash in morkRowObject::closerow r=naving, sr=sspitzer
2001-10-28 20:25:12 +00:00
mkaply%us.ibm.com
a6ca58ad96
Strange - this one builds on the TB but fails locally, one more ugly link order change
2001-10-28 16:16:38 +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
efaadc9d6e
fix for #57756 . when clicking on a link in the addressbook card page, it should
...
open up a new window, or use and existing browser window.
also, the links should look and act like links.
initial patch by jessica blanco (jblanco@us.ibm.com ), r=racham, sr=sspitzer,bienvenu
2001-10-28 04:21:46 +00:00
sspitzer%netscape.com
1164cc25ac
fix for #45084 . add mnemonics to the mailing list dialog.
...
r=jag, sr=sspitzer. thanks to james green (jg@cyberstorm.demon.co.uk ) for the patch.
2001-10-27 23:01:59 +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
mkaply%us.ibm.com
7df3f08233
More OS/2 bustage
2001-10-27 15:11:44 +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
rpotts%netscape.com
ae53430684
bug #99627 (r=valeski@netscape.com, sr=mscott@netscpae.com). Freeze the nsIURIContentListener interface...
2001-10-27 02:52:39 +00:00
shanjian%netscape.com
796133ab85
#106650 Crash viewing some mails
...
r=ducarroz, sr=sspitzer
2001-10-26 23:59:30 +00:00
sfraser%netscape.com
72ca9383ae
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
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
hwaara%chello.se
79da968230
#72667 , get custom quoted colors working again; obey the pref.
...
r=ducarroz, mcafee, sr=sspitzer
2001-10-26 19:25:19 +00:00
hwaara%chello.se
591a469d0b
#47981 , link to newsgroups launches new mail window. Make our window handling in news a lot better, reuse whatever 3pane is already open. r/sr=sspitzer
2001-10-26 19:19:35 +00:00
nhotta%netscape.com
2e7ba04626
Replace nsTextFormatter by NS_ConvertUTF8toUCS2, bug 105527, r=ducarroz, sr=bienvenu.
2001-10-26 17:24:18 +00:00
alecf%netscape.com
6ae8a9bee0
Convert users of nsCRT::ToUpper(PRUnichar) to ToUpper(PRUnichar) for bug 100214, r=jag, sr=scc
2001-10-26 17:18:35 +00:00
naving%netscape.com
736cf2bf01
102735 r/sr=bienvenu. Save the sort info etc, when doing empty trash(imap).
2001-10-26 04:22:17 +00:00
alecf%netscape.com
491fe6b2bd
Added files:
mozilla/intl/unicharutils/util/nsUnicharUtils.cpp
2001-10-26 03:37:38 +00:00
alecf%netscape.com
8b0ceb8c3c
final makefile.win changes for bug 100214, just adding some REQUIRES to be used soon
2001-10-26 03:18:09 +00:00
bienvenu%netscape.com
1397acb0a3
fix crash with move mail by using an nsCOMPtr to hold the ref r=naving, sr=sspitzer 104398
2001-10-26 03:13:41 +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
racham%netscape.com
4a92ee7b35
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
ecc90c94ff
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
9ba9c5c25b
fix abr caused by removing charset conversion code r=naving, sr=sspitzer 106725
2001-10-26 00:24:01 +00:00
bienvenu%netscape.com
26a8e5a49f
remove bunch of unused code after charset conversion code that needed it was removed r=naving, sr=sspitzer 106725
2001-10-26 00:22:07 +00:00
bienvenu%netscape.com
cad2c8dede
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
7acfb18cb2
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
bf43e53f5b
103734 r=sspitzer sr=bienvenu. landing Quick Search feature for mail 3 pane.
2001-10-25 05:34:49 +00:00
stephend%netscape.com
7e27172542
Bug 94022. Copies and Folders -> Copies & Folders. r=timeless, sr=sspitzer
2001-10-25 04:58:07 +00:00
dbaron%fas.harvard.edu
02f3a2d769
Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974
2001-10-25 03:21:53 +00:00
naving%netscape.com
831cdc2bcf
102467 r/sr=bienvenu. fix a small memory leak
2001-10-25 03:14:33 +00:00
timeless%mac.com
c9812723f1
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
e570c61bb7
bulletproof for crash with filters and movemail r=adam@gimp.org, sr=sspitzer
2001-10-25 02:26:16 +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
nhotta%netscape.com
a415cc19fd
For mail body charset conversion, if charset is "us-ascii" then use "ISO-8859-1", bug 82591, r=ducarroz, sr=sspitzer.
2001-10-24 23:54:07 +00:00
shanjian%netscape.com
1fbc4952f5
fix mac bustage,
...
r=jelwell
2001-10-24 03:17:44 +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
shanjian%netscape.com
bdb2ec8203
#12481 libmime to feed more characters for charset detection
...
r=naoki, r=ducarroz, sr=sspitzer
2001-10-24 00:16:01 +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
naving%netscape.com
1436cf66f1
106160. r=sspitzer sr=bienvenu fix a crash on reading local messages, the fix is not to loadURL if we cannot
...
get a msgHdr for the message.
2001-10-23 23:41:47 +00:00
nhotta%netscape.com
8465fb9bac
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
sspitzer%netscape.com
84fc843537
fix for #106308 . fix duplicate resource ids. r=hwaara, rs=bienvenu
2001-10-23 22:40:12 +00:00
bienvenu%netscape.com
a2ab34e8d5
some front end for labels r=ssu, sr=sspitzer 106067
2001-10-23 22:22:32 +00:00
bienvenu%netscape.com
7952a2ada6
some front end for label filters r=naving, sr=sspitzer 106067
2001-10-23 22:21:38 +00:00
bienvenu%netscape.com
5be48bed01
add backend support for filter labels r=ssu, sr=sspitzer 106067
2001-10-23 22:07:24 +00:00
bienvenu%netscape.com
5955ba4686
add backend support for labels r=ssu, sr=sspitzer 106067
2001-10-23 22:06:03 +00:00
bienvenu%netscape.com
bc51fb126a
add label type r=ssu, sr=sspitzer 106067
2001-10-23 22:04:03 +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
dougt%netscape.com
0a62d4e8d5
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
nhotta%netscape.com
6b00f41a54
In MIME encoder, replace nsTextFormatter by NS_ConvertUTF8toUCS2, bug 105527, r=ducarroz, sr=bienvenu.
2001-10-22 20:59:03 +00:00
bnesse%netscape.com
73c9a1111f
Fix for bug 103883. Add weak ref support for prefs observers to help reduce MLK cycles with preferences. r=ccarlen, darin, gordon, hewitt, mstoltz, srilatha, sspitzer. sr=alecf.
2001-10-22 20:54:48 +00:00
alecf%netscape.com
c8469b7ac5
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
bcef16baed
speed up loading of newsgroups by avoiding second db commit, r/sr =sspitzer 74955
2001-10-22 14:07:44 +00:00
bienvenu%netscape.com
8e2ad64be1
correct fix for 103703 loading message leaks url spec, r/sr=sspitzer
2001-10-22 13:25:54 +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
cb48a3af3a
fix crash after renaming local folder while it's being reparsed r=naving, sr=sspitzer 105108
2001-10-20 23:11:02 +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
sspitzer%netscape.com
4a18bb442a
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
mkaply%us.ibm.com
4130d35850
#71601
...
r=cls
since this is now a generic module, it no longer needs HAS_EXTRAEXPORTS hack
2001-10-20 04:13:54 +00:00
ducarroz%netscape.com
804a39e78a
Fix for bug 105092. Patch provided by bienvenu@netscape.com. Fix crash due to freeing of memory we should not! R=ducarroz, SR=sspitzer
2001-10-19 20:55:08 +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
naving%netscape.com
4c326dd38a
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
mscott%netscape.com
f8727522c2
Bug #97497-- hopefully fix a random crash when compacting folders. I'm backing out part of
...
a previous change by bienvenu.
r=naving
sr=sspitzer
2001-10-19 04:38:00 +00:00
sspitzer%netscape.com
ef04978d99
more clean up the string foo in mailnews. r=cavin, rs=bienvenu. #103412 .
2001-10-19 01:44:53 +00:00
naving%netscape.com
589ebfc3e3
105162 r=racham sr=mscott. Remove unused prefs
2001-10-17 04:53:25 +00:00
naving%netscape.com
051a5a2256
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
sspitzer%netscape.com
ffc73c6a75
remove my silly printf. rs=no one
2001-10-16 20:53:54 +00:00
nhotta%netscape.com
ac5cc8eb5f
Added support for MIME encoded headers in mailtoURL, changed to decode MIME encoded headers for mailto URL,
...
bug 12851, r=ducarroz, sr=sspitzer.
2001-10-16 20:38:59 +00:00
cavin%netscape.com
d3a5abd687
Bug #104975 : Check if 'accountValues[type]' is NULL in checkUserServerChanges(). r=racham, sr=sspitzer.
2001-10-16 20:35:46 +00:00
seawood%netscape.com
82cd057ad7
Removing unused xp_file.h includes.
...
Bug #38061 r=bryner
2001-10-16 06:08:11 +00:00
bienvenu%netscape.com
17ced4d610
fix crash in close row object on empty local trash rs=sspitzer 104659
2001-10-16 03:05:34 +00:00
hwaara%chello.se
d3001bf452
#104719 , change nsIMsgMailNewsUrl.idl to use attributes rather than GetFoo/SetFoo.
...
r=bienvenu, sr=sspitzer
2001-10-15 22:26:24 +00:00
blakeross%telocity.com
4e0854b495
Menulist in ab panel has no label. sr=ben
2001-10-14 19:40:12 +00:00
sspitzer%netscape.com
45d773762b
fix for #39584 . user should be asked to remove non existing newsgroups, like in 4.x
...
r/sr=bienvenu
2001-10-14 06:05:43 +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
alecf%netscape.com
bd048504df
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
sspitzer%netscape.com
aa66b41aa7
fix for #104498 , optimize ParseReferences() / SetReferences().
...
rs=bienvenu
2001-10-12 23:23:11 +00:00
ducarroz%netscape.com
9942683c54
Fix for bug xxxx. When a part check for a separator, it need first check if it's not for it's child. R=varada, SR=bienvenu
2001-10-12 21:31:57 +00:00
ducarroz%netscape.com
3ca9b3f7a8
Fix for bug 83541. Use user domain for construct a part ID. The current code was bogus! R=varada, SR=sspitzer
2001-10-12 21:25:10 +00:00
nhotta%netscape.com
13654d2c38
Changed to convert MIME decoder's output of sender's address from UTF-8 to UCS2,
...
bug 94103, r=sspitzer, sr=bienvenu.
2001-10-12 21:22:18 +00:00
nhotta%netscape.com
8bd71ee160
Remove charset conversion because the input data is either us-ascii or already UTF-8, bug 92420, r=ducarroz, sr=sspitzer.
2001-10-12 20:21:17 +00:00
dbaron%fas.harvard.edu
a22072c008
Bug 69873: remove nsAutoCString. r=jag rs=scc
2001-10-12 02:57:59 +00:00
bienvenu%netscape.com
c4978d6e50
potential fix for crash opening newsgroups, and fix problem when you couldn't download headers the first time you opened a newly subscribed group r=naving, sr=sspitzer 104257
2001-10-11 23:54:14 +00:00
bienvenu%netscape.com
4af887b4fa
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
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
bienvenu%netscape.com
747812cfdb
fix memory leak of uri rs=sspitzer 99135
2001-10-11 14:54:36 +00:00
bienvenu%netscape.com
a1990289a9
close nntp socket after logging out fixes memory leaks and assertions, r=mscott, sr=sspitzer 96381
2001-10-11 14:53:34 +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
ea18234e39
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