Commit Graph

1285 Commits

Author SHA1 Message Date
ducarroz%netscape.com
3287b8d609 Fix for bug 30188. We need to set the tree width to 0 if we want let the flex attribute do is job. This because trees have a fix width of 200px by default. R=mscott, A=phil,daver.
git-svn-id: svn://10.0.0.236/trunk@62117 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-03 04:57:59 +00:00
alecf%netscape.com
73037d0bbd fix for #29714
make sure to store the mServersLoaded=PR_TRUE even if there is some wierd pref failure
a=phil
r=mscott


git-svn-id: svn://10.0.0.236/trunk@62086 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-02 23:41:34 +00:00
mscott%netscape.com
926b691cf4 Bug #28984 --> use SetRecipients to set the recipients on the smtp url. I forgot to check this file
in with the rest of the files I checked in earlier.
r=sspitzer
a=phil


git-svn-id: svn://10.0.0.236/trunk@61961 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-01 06:38:34 +00:00
mscott%netscape.com
7044f74c40 Bug #28984 --> add a getter & setter for recipients. The recipients are now stored as a field in the smtp url
instead of as part of the url spec.
r=sspitzer
a=phil


git-svn-id: svn://10.0.0.236/trunk@61944 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-01 03:08:05 +00:00
mscott%netscape.com
34d24a7a52 Bug #28984 --> add a getter & setter for recipients
r=sspitzer
a=phil


git-svn-id: svn://10.0.0.236/trunk@61943 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-01 03:07:10 +00:00
rhp%netscape.com
053dcf4c49 Finally correcting the nsIXULWindow issue in nsMsgSend.cpp
git-svn-id: svn://10.0.0.236/trunk@61861 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 09:13:10 +00:00
rhp%netscape.com
44d924b87e Fixing again..
git-svn-id: svn://10.0.0.236/trunk@61856 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 08:02:04 +00:00
rhp%netscape.com
a0cc13b393 Fixing breakage
git-svn-id: svn://10.0.0.236/trunk@61855 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 07:43:21 +00:00
rhp%netscape.com
36967dbd03 Fixes for file - save as in unicode and spaces in replies becoming unprintable chars - Bug #: 23418 - 29267 - r: jefft
git-svn-id: svn://10.0.0.236/trunk@61852 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 07:04:24 +00:00
blizzard%redhat.com
7d5eae27a1 fix spelling of hander to handler. bug #29407. r=sspitzer
git-svn-id: svn://10.0.0.236/trunk@61769 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-27 20:51:11 +00:00
mscott%netscape.com
817f77a55b Bug #23788 --> implement logon redirection support for smtp.
r=bienvenu
a=phil


git-svn-id: svn://10.0.0.236/trunk@61760 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-27 09:04:44 +00:00
mscott%netscape.com
7032d57015 Bug #23788 --> add a string for noting that we are trying to connect to
the smtp server.
r=bienvenu
a=phil


git-svn-id: svn://10.0.0.236/trunk@61759 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-27 08:47:28 +00:00
sspitzer%netscape.com
5ea6a0cd6d fix for #28911, r=alecf, a=jar. avoid loading in unnecessary dlls at startup.
git-svn-id: svn://10.0.0.236/trunk@61734 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-26 03:52:06 +00:00
bryner%uiuc.edu
fb74001790 Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip
building in the tests directories.  Should not affect the build at all if
you do not have this environment variable.  r=leaf.


git-svn-id: svn://10.0.0.236/trunk@61647 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-25 04:12:40 +00:00
hangas%netscape.com
f121e0dc44 Fix for PDT+ bug 23091 (Messages pref panel). r=scottip a=phil
git-svn-id: svn://10.0.0.236/trunk@61636 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-25 01:56:02 +00:00
hangas%netscape.com
48aedc4548 Fix for PDT+ bug 23091 (Messages pref panel).submitted by mozilla@bucksch.org r=hangas a=phil
git-svn-id: svn://10.0.0.236/trunk@61635 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-25 01:55:17 +00:00
alecf%netscape.com
8c46261451 last part of fix for #23411 - support login redirectors in SMTP servers
r=mscott a=phil


git-svn-id: svn://10.0.0.236/trunk@61625 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-25 00:59:56 +00:00
alecf%netscape.com
30558059dc implement per-identity smtp servers and use the identity's smtp server if in fact it has a special one
bug #28898
r=mscott
a=phil


git-svn-id: svn://10.0.0.236/trunk@61486 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-23 09:42:54 +00:00
ducarroz%netscape.com
47f700dad9 Fix for PDT+ 28451. We need to preset return value in case user close dialog using the close box. R=hangas, A=phil
git-svn-id: svn://10.0.0.236/trunk@61446 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-22 22:35:26 +00:00
nhotta%netscape.com
5f1b800ec7 Changed Big5 id to be uppercase so it gets checkmarked, bug 28231, r=cata, a=bobj.
git-svn-id: svn://10.0.0.236/trunk@61329 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-19 00:11:24 +00:00
rhp%netscape.com
0d9feecbae Fix for sending mails with empty bodies - Bug #: 27891 - r: ducarroz - a: phil
git-svn-id: svn://10.0.0.236/trunk@61245 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-17 23:56:08 +00:00
nhotta%netscape.com
a128cb029b Fixed the problem which prevented to put a check mark for reply charset, bug 28055, r=cata, a=bobj.
git-svn-id: svn://10.0.0.236/trunk@61174 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-17 03:27:29 +00:00
ducarroz%netscape.com
6d7b7b4e4e Fix for bug 26906 (PDT+). Remove incomplete key binding. R=hangas
git-svn-id: svn://10.0.0.236/trunk@61172 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-17 02:38:55 +00:00
jefft%netscape.com
376650557e fix wensleydale build bustage; stupid type casting; r=bienvenu
git-svn-id: svn://10.0.0.236/trunk@61134 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-16 16:42:11 +00:00
nhotta%netscape.com
d553289991 Enabled 'oncreate' for charset menu added code to hanlde reply/forward charset cases, bug 23540, r=cata.
git-svn-id: svn://10.0.0.236/trunk@61113 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-16 07:46:37 +00:00
alecf%netscape.com
4e55e3a778 fix some bad warnings
git-svn-id: svn://10.0.0.236/trunk@61092 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-16 06:30:03 +00:00
sspitzer%netscape.com
5aced0dc6b clean up -help output. fix bug #26959, make it so when you start
a browser window, the right page (home, blank or last page visted) gets
loaded.  clean up tasksOverlay.js, navigator.js and Ensure1Window()
use the browser's command line handler (remove duplicate code).
remove uri dispatching ui and js.  r=mscott


git-svn-id: svn://10.0.0.236/trunk@61086 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-16 06:22:03 +00:00
jefft%netscape.com
226cf13909 fixed bug 18565 -- [PDT+] Single sign-on for SMTP; implemented auth login for smtp; added smtp logging; lay ground work for tls smtp; r=alecf,bienvenu,ducarroz
git-svn-id: svn://10.0.0.236/trunk@61081 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-16 05:59:51 +00:00
nhotta%netscape.com
ab6d404349 Added a menu item "Set Default Mail Send Character Set" also enabled check mark for the charset menu, bug 23540, r=cata.
git-svn-id: svn://10.0.0.236/trunk@61066 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-16 05:17:09 +00:00
ducarroz%netscape.com
08bfcf7763 Fix potential bustage on some port tinderbox. Replace a "true" by a "PR_TRUE". r=alecf
git-svn-id: svn://10.0.0.236/trunk@61053 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-16 04:50:46 +00:00
sfraser%netscape.com
43dac9d58a Changes to get edit menu commands updating properly. For bug 18395. r=pinkerton
git-svn-id: svn://10.0.0.236/trunk@61013 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-16 01:49:50 +00:00
putterman%netscape.com
5370786bac Fix for 21469. r=jefft. Deleting a message in a thread now goes to the next message and scrolls
to it so that you don't lose your place in the thread pane.  More work on 26456.  r=alecf.
Some performance improvements for loading folders by speeding up building up a uri.


git-svn-id: svn://10.0.0.236/trunk@60978 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-16 00:39:23 +00:00
ducarroz%netscape.com
a942b772c4 Fix bug 22141. Recipients are by default non html compliant. R=alecf@netscape.com
git-svn-id: svn://10.0.0.236/trunk@60921 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 21:25:31 +00:00
andreww%netscape.com
e66efd4054 adding id to menupop under file>new for commercial overlay to target. bugsplat bug#369022 r=amusil
git-svn-id: svn://10.0.0.236/trunk@60920 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 21:24:39 +00:00
ducarroz%netscape.com
e4d903c226 Fix bug 27424. We need to through an error if the smtp host name is empty. R=alecf@netscape.com
git-svn-id: svn://10.0.0.236/trunk@60917 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 21:22:00 +00:00
ducarroz%netscape.com
b02a5d3752 Fix regression 27830. New argument in SplitRecipients inserted at the wrong place. A=granrose
git-svn-id: svn://10.0.0.236/trunk@60911 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 19:57:55 +00:00
mkaply%us.ibm.com
ba1d030d12 # 25555
r= mscott@netscape.com
OS/2 changes for Mozilla


git-svn-id: svn://10.0.0.236/trunk@60886 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 15:29:20 +00:00
ducarroz%netscape.com
d1e9c92de4 Fix build bustage. void** casting missing. Sorry.
git-svn-id: svn://10.0.0.236/trunk@60838 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 07:16:31 +00:00
ducarroz%netscape.com
bf4eb6f5a9 Part of fix for bug 10932, 17072, 26746. Tittle button in addressing widget has been replaced by a image to avoid to take the focus when using the Tab key. Implementation of Intelligent HTML Send feature. Set the focus in the subject line when recipients are pre filled. Cleanup Attach Web Page dialog. R=alecf
git-svn-id: svn://10.0.0.236/trunk@60821 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 06:48:13 +00:00
rhp%netscape.com
42f33affc8 Fix for error on copying to Sent folder after send operation - Bug #: 27460 - r: jefft
git-svn-id: svn://10.0.0.236/trunk@60778 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 01:52:12 +00:00
evaughan%netscape.com
d91adaffda Fix for bug 24351 as well as other jumping buttons and glitches in UI.
git-svn-id: svn://10.0.0.236/trunk@60689 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-14 05:30:05 +00:00
ducarroz%netscape.com
46a256b8cf UI Part of feature 17072. Add new UI files to make files. R=rhp
git-svn-id: svn://10.0.0.236/trunk@60591 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-12 06:46:07 +00:00
ducarroz%netscape.com
29d6d9dede First Checked In.
git-svn-id: svn://10.0.0.236/trunk@60581 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-12 03:58:01 +00:00
hangas%netscape.com
42737e6fba Fix for 27283 rewrote command updating and dispatching for Mail/News window so that Edit menu items would be enabled at the proper times and actually work. Partial fix for 22558 wired up platform specific Delete key to the Delete menu item. Fix for 20120 Delete button and menu now disabled on folder pane of mail window. Temp fix for 27299 overlapping Ctrl-E shortcut with Editor window, Preferences menu item now has no shortcut. r=scottip
git-svn-id: svn://10.0.0.236/trunk@60560 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-12 01:37:43 +00:00
hangas%netscape.com
aaa8fb2dc4 Partial fix for 22558, key bindings for mail window, this included adding Delete and Backspace bindings for the Delete menu item in globalOverlay.xul. Added these bindings to navigator, mail, address book and mail compose. Unable to find Editor's usage of standard Edit menu overlays, so Editor not changed. r=saari. Also a fix for 27000 fixing event handler for address book card dialog. r=saari/hyatt.
git-svn-id: svn://10.0.0.236/trunk@60453 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 06:05:04 +00:00
ducarroz%netscape.com
9443f00c6e Fix for the regression of bug 26408. I forget to call awFinishCopyNode after we create rows during the initialization. R=jefft
git-svn-id: svn://10.0.0.236/trunk@60450 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 05:52:38 +00:00
rhp%netscape.com
eff8747476 Changes for supression of GUI prompts on send operation - for message import - Bug #: 27154 - r: bienvenu
git-svn-id: svn://10.0.0.236/trunk@60402 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 01:31:15 +00:00
fergus%netscape.com
bf6c1d7ba2 Changes to Localization notes. r=chjung@netscape.com
git-svn-id: svn://10.0.0.236/trunk@60368 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 01:11:35 +00:00
ducarroz%netscape.com
948e77e05b Fix regression 27194. A=granrose. Check in missing for fix for bug 26966, 26984, 26988. Minor menu changes. R=alecf
git-svn-id: svn://10.0.0.236/trunk@60326 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-10 18:04:13 +00:00
rhp%netscape.com
d838ed040c Saving mail message fix for I18N - Beta1 Bug: 23418 - r: scottip
git-svn-id: svn://10.0.0.236/trunk@60292 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-10 06:48:22 +00:00