rhp%netscape.com
3da285e89e
Fix for bug 31589 - Problem with Japanese in vCard tag fields - r: nhotta
2000-07-07 03:17:33 +00:00
nhotta%netscape.com
bdbe2d2ec3
Fix warnings caused by my last check in.
2000-07-06 23:46:20 +00:00
nhotta%netscape.com
786c02653e
Added a force charset override support, bug 43101, r=mscott.
2000-07-06 23:30:57 +00:00
nhotta%netscape.com
36cc7bdb9d
Added a force charset override UI, bug 43101, r=mscott.
2000-07-06 23:29:44 +00:00
nhotta%netscape.com
c7c0dd52b5
Removed the code to set a folder charset by charset menu, we only use charset menu for message override, bug 43101, r=mscott.
2000-07-06 23:26:49 +00:00
nhotta%netscape.com
16e441b07d
Added force_charset_override, bug 43101, r=mscott.
2000-07-06 23:25:40 +00:00
mozilla.BenB%bucksch.org
6e326b1f69
38494: Attribution line: actually use authorStr; reorder code a bit to make more sense. r=ducarroz, a=waterson
2000-07-06 23:00:43 +00:00
bryner%uiuc.edu
f66a19368b
Fix for bug 43417. r=pinkerton.
2000-07-06 22:20:32 +00:00
ducarroz%netscape.com
1ba0f89c0a
Fix Linux bustage.
2000-07-06 21:51:11 +00:00
waterson%netscape.com
73bc2ab4b7
Fix a string leak that dbaron found with leaksoup. r=bienvenu
2000-07-06 20:58:29 +00:00
ducarroz%netscape.com
1d76e4a74d
Fix for bug 43448. Add code to populate mailing list during the send/send later process. R=mscott
2000-07-06 20:44:06 +00:00
rhp%netscape.com
345b4e99dd
Fix for Bug 44086 - problem with saving attachments over existing files - r: bienvenu
2000-07-06 14:05:47 +00:00
bienvenu%netscape.com
f9d9b2d41c
fix memory leaks in imap header parsing, r=jefft
2000-07-06 13:41:10 +00:00
BlakeR1234%aol.com
bbd55c2f87
erg. fix indentation.
2000-07-06 07:37:48 +00:00
BlakeR1234%aol.com
716b7ff562
Fix tiny mistake in my previous checkin.
2000-07-06 07:23:44 +00:00
BlakeR1234%aol.com
5b6288682e
Compatibility with the mail spec
2000-07-06 06:52:46 +00:00
BlakeR1234%aol.com
6490acb61a
Compatibility with the mail spec - http://www.mozilla.org/mailnews/specs/threepane/MailMenusM.html
2000-07-06 06:49:11 +00:00
mozilla.BenB%bucksch.org
67b72ae485
40862: Fix bug 9202 for this class, temporarily remove the wrapping <div class=text-flowed> in the quoting case.
...
43453: Check in the nsbr conversion for flowed paragraphs, if we're in an HTML tag (as e.g. outputted by the TXT->HTML converter).
43455: Allow space-stuffing even for otherwise empty (or quoted) lines.
2000-07-06 02:22:59 +00:00
mozilla.BenB%bucksch.org
0beb9ebea4
39370: Use format=flowed for quoting
2000-07-06 01:45:02 +00:00
mozilla.BenB%bucksch.org
44e0bccbdb
Rest of 29653: Use a valid "mid" URL as value for the cite attribute of <blockquote> instead of just the raw Msg-ID.
2000-07-06 01:33:19 +00:00
jefft%netscape.com
2558b1d445
fixed bug 44164 - improperly parented modal dialog in nsPop3Protocol; r=mscott
2000-07-05 23:55:17 +00:00
jefft%netscape.com
2bb8793d40
fixed bug 33986 -- IMAP: Quit with unsaved draft, save to draft crashes & bug 44203 -- Closing last mail compose crashes the app; r=alecf
2000-07-05 23:19:24 +00:00
bienvenu%netscape.com
65efcc31d6
check in fix for 40746 for putterman, crash hitting next unread in empty folder, r=me
2000-07-05 22:26:55 +00:00
varada%netscape.com
fcc484937b
fix for bug #36155 -default identity for compose message must be the selected identity in messenger windows; r=ducarroz
2000-07-05 22:06:34 +00:00
mkaply%us.ibm.com
ecb1bbb781
#42637
...
r=mscott, a=brendan
OS/2 bringup - VisualAge treats this like a cast - according to nsFileSpec.h, our way is correct
2000-07-05 13:44:44 +00:00
cls%seawood.org
bca014f1bb
Removing last vestiges of raptor from unix build. Since some libs were renamed, a 'make distclean' is recommeneded to remove the old copies of those libs. Bug #8228 r=bryner
2000-07-02 18:44:42 +00:00
sspitzer%netscape.com
31e159ea1b
last check in before sabbatical! fix for nsbeta2+ bugscape bug #1149 .
...
install default templates in the case where the profile's locale
is not set. r=mscott
2000-07-01 02:38:27 +00:00
bienvenu%netscape.com
c5daa0bb05
more fixes for progress meteors,r=mscott 38598
2000-06-30 13:30:02 +00:00
cls%seawood.org
1f3b6d75ab
Removed obsolete REQUIRES variable from every Makefile.in/makefile.win
2000-06-30 08:08:04 +00:00
alecf%netscape.com
155d286856
mozilla side of fix for #34140
...
r=sspitzer
Allow protocol-specific attributes to be set in the ISP RDF file
2000-06-30 06:07:36 +00:00
alecf%netscape.com
df08c41c5f
update ISP example (not part of build)
2000-06-30 06:03:21 +00:00
alecf%netscape.com
7453040ba6
fix for #43911 - make double-clicking of messages in the search window open the target
...
message in a standalone message window - mostly moving files into threadPane.js and
abstracting out the folder datasource
r=putterman
2000-06-30 06:02:30 +00:00
scc%mozilla.org
1e97d06de6
bug #17294 , fixed a dogfood+ assert described in this bug, though unrelated to the underlying problem 17294 is really about. r=BenB; a=jar
2000-06-29 22:04:22 +00:00
chuang%netscape.com
e23e4ca448
Bug GetCardForEmailAddress() is case sensitive, r=ducarroz
2000-06-28 20:57:48 +00:00
sspitzer%netscape.com
68c2c882cd
fix addressbook splitter for classic skin. r=german
2000-06-28 19:25:05 +00:00
bienvenu%netscape.com
f637131411
part of fix for throbber, r=jefft,mscott 38598
2000-06-27 23:54:57 +00:00
bienvenu%netscape.com
b9c1f9cd75
fix problem with imap messages arriving out of order, r=jefft,mscott 40701
2000-06-27 23:52:05 +00:00
tao%netscape.com
c094568ffd
39790: [L12y] Move all localizable prefs into chrome://.r=alecf.
2000-06-27 22:13:23 +00:00
morse%netscape.com
5524653464
fix bug 43886, single signon no longer works, r=jefft
2000-06-27 21:13:50 +00:00
alecf%netscape.com
a32fa661ac
back out part of amasari@netscape.com's checkin. no reviewer, because this
...
string should never have been removed in the first place!
thanks to timeless@bemail.org for finding the error
2000-06-27 06:19:53 +00:00
ducarroz%netscape.com
5b40499ef9
Fix for bug 43468. We need also to use .value when we pre file a recipient else we will loose the content of every non visible fields! This is more a work around that the reall fix which should be in the textcontrolframe code. R=putterman
2000-06-27 06:14:42 +00:00
alecf%netscape.com
1dfc1b5eae
fix for #43794 contributed by blaker1234@aol.com
...
r=alecf - just a tiny spelling error - "Outoing" -> "Outgoing"
2000-06-27 05:33:31 +00:00
alecf%netscape.com
640e2bddb4
fix for #41645 contributed by <timeless@bemail.org> r=alecf
2000-06-27 05:30:19 +00:00
alecf%netscape.com
5b352ad4a0
make window sizable, part of #33101 r=sspitzer
2000-06-27 04:42:34 +00:00
ducarroz%netscape.com
6027404a66
Fix build bustage for rhp. Add msgUtils library to the Mac project (both target)
2000-06-27 00:12:48 +00:00
rhp%netscape.com
cc38577efa
Fix to use the server and port from AB Sync server - Bug # 43782 - r: jefft
2000-06-26 23:04:37 +00:00
mkaply%us.ibm.com
904e0087ba
#42637
...
r=mscott, a=brendan
OS/2 bringup - need casts for VisualAge
2000-06-26 20:39:19 +00:00
bienvenu%netscape.com
f6e57b9a5e
fix for 38598 progress not working r=mscott
2000-06-26 14:54:28 +00:00
bienvenu%netscape.com
99cd9ed39e
fix for 38598 progress not working r=mscott
2000-06-26 14:24:05 +00:00
rhp%netscape.com
cb542fd43e
Fixing problem with printing - simple one line JS fix for a missing call - Bug #43478 - r: jefft
2000-06-25 17:33:57 +00:00