Commit Graph

8362 Commits

Author SHA1 Message Date
alecf%netscape.com
2abee07bcb support refreshing the tree after edits have been made, restoring original selection 2000-05-17 00:27:59 +00:00
alecf%netscape.com
ecd029955b clear item selection before refreshing to work around wierd tree bug 2000-05-17 00:26:30 +00:00
ducarroz%netscape.com
145772f583 Fix for bug 39180. Don't autocomplete when we have more than one exact match or more than one partial match. Just display the list of matches. 2000-05-17 00:20:44 +00:00
jefft%netscape.com
7f3f676a3f fixed bug 28929 -- [regression] incorrectly entered pop mail leaves user in wierd state - does not download messages 2000-05-16 23:56:19 +00:00
sspitzer%netscape.com
b54c0dd560 more work on the hostinfo.dat support. now, we can at least read the hostinfo.dat in
if we have on (say, from migration.)  if hostinfo.dat is there, we'll use it
to populate the subscribe dialog, instead of going to the server.  (woo-hoo!)

this is for bug #10854, still tons to do.
2000-05-16 23:51:10 +00:00
alecf%netscape.com
10cd09ef00 add support for and/or radiobuttons 2000-05-16 23:37:15 +00:00
alecf%netscape.com
01867131c5 remove dumb debugging 2000-05-16 23:36:38 +00:00
suresh%netscape.com
297b41f111 fixing bunch of mailnews pref bugs. r=putterman 2000-05-16 23:28:45 +00:00
chuang%netscape.com
928bc618f6 Bug 32287, 32292 Add, delete mailing list. 16421 Enable New List menu, toolbar button. r=putterman 2000-05-16 23:27:41 +00:00
ducarroz%netscape.com
20b494cb7c Update project. R=rhp 2000-05-16 23:14:27 +00:00
mkaply%us.ibm.com
c432c633c0 # 37239
r= mscott
OS/2 bring up continues - add PR_CALLBACKs for VisualAge
2000-05-16 22:59:50 +00:00
putterman%netscape.com
959425b897 work on tooltips. 2000-05-16 22:57:59 +00:00
putterman%netscape.com
1b2864068e more work on tooltips. 2000-05-16 22:56:53 +00:00
putterman%netscape.com
d9ac8788c5 Work on 14106, View unread messages. 2000-05-16 22:56:37 +00:00
putterman%netscape.com
047ce5f539 Fix for 36159 - js exception when sending unsent messages. Work on 14106, View unread messages. 2000-05-16 22:56:08 +00:00
alecf%netscape.com
866f47be91 short-circuit the server property lookup so that the filter dialog doesn't cause lots of URI parsing to happen 2000-05-16 22:45:00 +00:00
alecf%netscape.com
3ee2316a99 reverse the datasource order to reduce the number of GetTarget calls 2000-05-16 22:44:20 +00:00
alecf%netscape.com
f4f3c1e6ca support i18n friendly names in the datasource by doing some utf8 conversion 2000-05-16 22:43:23 +00:00
alecf%netscape.com
559380f3e4 refresh the filter list when the user presses 'ok' in the filter editor 2000-05-16 22:32:58 +00:00
sspitzer%netscape.com
25ebda65c9 a bit of code cleanup. start of the work to support hostinfo.dat 2000-05-16 22:14:23 +00:00
sspitzer%netscape.com
56bd2177ee all around the mulberry bush, the monkey chased the weasel. 2000-05-16 21:44:23 +00:00
rhp%netscape.com
7940472e09 A fix to make string bundles thread safe in back end - r: rhp (external contributor) 2000-05-16 21:43:29 +00:00
sspitzer%netscape.com
7d0216daa0 fix regression #39453, also, comment out some dump statements. 2000-05-16 21:40:32 +00:00
mscott%netscape.com
afed35b8bc Bug #39445 --> news folders don't have a charset...fixes a crash
when trying to display news messages.
2000-05-16 21:36:23 +00:00
warren%netscape.com
bfdf847716 Reverted serverPasswordRealm back to serverURI. Bug 39453. 2000-05-16 21:17:55 +00:00
mscott%netscape.com
9c363526a9 fix infinite recursion in the interface map macro. I wasn't jumping up to the base class (nsMsgMailNewsUrl) instead
I was re-enteringin nsNntpUrl =).
a=leaf
2000-05-16 18:43:05 +00:00
joki%netscape.com
a743e2b38b Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed. 2000-05-16 11:35:12 +00:00
hyatt%netscape.com
a033b47e55 fixing string errors 2000-05-16 08:54:20 +00:00
hyatt%netscape.com
6b99f09130 Fix bustage. 2000-05-16 08:43:56 +00:00
scc%netscape.com
47d9c38f96 fixing bustage 2000-05-16 08:30:36 +00:00
alecf%netscape.com
63c51e3a01 update delegate and factory to refer to filters by name rather than index, for ease in sorting filters 2000-05-16 06:00:26 +00:00
alecf%netscape.com
72359ea1f4 initialize empty search terms to avoid crash! (duh) 2000-05-16 05:59:50 +00:00
alecf%netscape.com
52628dc276 explicit static cast seems to make ElementAt happy 2000-05-16 05:59:17 +00:00
alecf%netscape.com
e5206c1545 add new API to search for filters by name 2000-05-16 05:58:47 +00:00
warren%netscape.com
618d468469 Changes to unify nsINetPrompt with nsIPrompt, making single sign-on work. Single sign-on API changes. Fixes bugs 34583, 34720, 34725, 24746, 33094. r=sspitzer,morse 2000-05-16 05:35:23 +00:00
mscott%netscape.com
3121a3efdf Bug #18591 --> add the ability to bring up a new card using window.open
that includes arguments (like display name, email address, etc) to
pre-initialize attributes.
a=sspitzer
2000-05-16 05:22:22 +00:00
mscott%netscape.com
e058868387 Bug #18591 --> remove add to address book button, use the context menu instead.
a=sspitzer
2000-05-16 05:21:38 +00:00
mscott%netscape.com
69efa37488 Bug #18591 --> remove add to address book button, use the context menu
instead.
a=sspitzer
2000-05-16 05:20:26 +00:00
cls%seawood.org
cad4e7160f Didn't mean to check this file in. Replacing xp.h header. 2000-05-16 05:16:59 +00:00
cls%seawood.org
8a94c9df50 Latest OS/2 makefile changes. Bug 34106. Batch 14, 15, & 16. 2000-05-16 04:41:54 +00:00
cls%seawood.org
f3413e059d Added TK_LIBS to tests to resolve gtk dependencies. Bug 22673 2000-05-16 04:11:14 +00:00
waterson%netscape.com
6f338f818c string fixes r=waterson 2000-05-16 03:55:20 +00:00
ben%netscape.com
682a6e57bf preparation for new <radiogroup> widget 2000-05-16 03:26:34 +00:00
alecf%netscape.com
8e580c3a90 try to persist this window 2000-05-16 02:19:02 +00:00
alecf%netscape.com
148bee5a63 less->fewer per discussion on IRC 2000-05-16 02:18:28 +00:00
alecf%netscape.com
a249255880 get rid of excess constructor calls 2000-05-16 02:17:46 +00:00
rhp%netscape.com
9eec0984a5 Fix for phone issues 2000-05-16 01:50:55 +00:00
rhp%netscape.com
846a83847f Small fix for phone number handling...gggrrrrr. 2000-05-16 00:59:07 +00:00
rhp%netscape.com
1c0fc9c91d Fixing comparison call problem in new code. 2000-05-16 00:56:03 +00:00
alecf%netscape.com
ad0d3296c4 oops, in cleaning up the event API, I fired this event on the wrong folder 2000-05-16 00:30:53 +00:00
mscott%netscape.com
dc10ffd27b Bug #5938 --> set the charset override if the url has one. 2000-05-16 00:23:55 +00:00
mscott%netscape.com
b815277e38 Bug #5938 --> set the charset override on the url if there is one. 2000-05-16 00:22:53 +00:00
mscott%netscape.com
12b2b0cb66 Bug #5938 --> if the user forces a charset, reload the current message forcing that charset. 2000-05-16 00:21:44 +00:00
mscott%netscape.com
19bb1e9f96 when setting a charset don't reload the message...we do this already
in messenger.SetDocumentCharset
2000-05-16 00:21:02 +00:00
mscott%netscape.com
0ef2d0b476 display message api synch. 2000-05-15 22:44:27 +00:00
mscott%netscape.com
fa152ce0ab Bug #5938 --> add get/set charset over-ride to I18N urls. 2000-05-15 22:40:47 +00:00
mscott%netscape.com
f05e5d2a14 Bug #5938 --> displayMessage needs to allow us to pass in a charset override.
Bug #5938 --> add get/set charset over-ride to I18N urls.
2000-05-15 22:40:01 +00:00
alecf%netscape.com
b30e02e6ea implement "less" to remove search terms 2000-05-15 22:14:13 +00:00
rhp%netscape.com
399b4b22cc Fix for Tinderbox orange - undefined symbol 2000-05-15 22:07:39 +00:00
alecf%netscape.com
a226b4bc20 remove references to pref.css 2000-05-15 21:53:15 +00:00
akkana%netscape.com
cf43f6accf 6276: Add menu item to rewrap part of a mail message. 2000-05-15 21:45:43 +00:00
sspitzer%netscape.com
0e33b45466 comment out some dumps, printfs.
get unsubscribe working for news.
get ready to fix the problem of selecting a non-subscribable server and hitting subscribe.
2000-05-15 21:44:34 +00:00
rhp%netscape.com
c1dbb1bd0f Fixing a warning 2000-05-15 21:42:53 +00:00
ducarroz%netscape.com
d4ebed6269 Fix for bug 39225. Correct syntax error 2000-05-15 21:33:36 +00:00
ducarroz%netscape.com
888386bb52 Fix for bug 39225. Correct syntax error 2000-05-15 21:27:41 +00:00
rhp%netscape.com
ce1301f89d Enabling the AB Sync Build on Win32 and Unix - Bug #33110 2000-05-15 21:12:51 +00:00
rhp%netscape.com
5eaff53172 NOT PART OF THE BUILD 2000-05-15 20:50:31 +00:00
rhp%netscape.com
e0f2d9b660 Fix for memory leak - Bug #35801 - r: jefft 2000-05-15 20:40:07 +00:00
mscott%netscape.com
2ef3f28f3f Bug #31058 --> get the folder charset from the url if it supports nsImsgI18NUrl and use this charset as the default charset for the current
message we are trying to display.
2000-05-15 20:36:28 +00:00
mscott%netscape.com
d4645bf067 Bug #31058 -->synch with api change for get URI 2000-05-15 20:35:17 +00:00
mscott%netscape.com
5ba79b3ef2 Bug #31058 -->Add nsIMsgI18NUrl and Get/Set URI support.
set the URI for the imap url if we have one.
2000-05-15 20:34:54 +00:00
mscott%netscape.com
69c0790065 Bug #31058 -->Add nsIMsgI18NUrl and Get/Set URI support. 2000-05-15 20:34:33 +00:00
mscott%netscape.com
61ce702f46 Bug #31058 -->Add nsIMsgI18NUrl and Get/Set URI support.
set the URI for the url.
2000-05-15 20:34:18 +00:00
mscott%netscape.com
df43e3c067 Bug #31058 --> add a new I18N url interface for storing charset information.
modify nsIMsgMesageURI to allow you to set a URI for a url.
2000-05-15 20:33:37 +00:00
alecf%netscape.com
94c96d3af9 fix typo which was preventing new search terms from being appended 2000-05-15 20:29:38 +00:00
mscott%netscape.com
4ebb2255de Bug #37509 --> if a folder doesn't have a charset, then get it from
the pref: mailnews.view_default_charset
2000-05-15 20:11:28 +00:00
jefft%netscape.com
87ac56f206 added empty trash on exit pref for pop3 server 2000-05-15 20:07:08 +00:00
nhotta%netscape.com
d5e92d0d4f Revert the last change (1.62) of striping off TAB which should not be done in MIME decoder, MIME_StripContinuations does this instead. 2000-05-15 20:03:04 +00:00
jefft%netscape.com
4db0a36e74 fixed bug 16244, 35704 - empty trash on exit for Pop3 and Imap 2000-05-15 14:55:22 +00:00
brendan%mozilla.org
44ffcfa883 Enforce interCaps Mozilla XPIDL style (r=shaver). 2000-05-15 07:03:46 +00:00
rhp%netscape.com
53d8602690 NOT PART OF THE BUILD 2000-05-15 05:32:20 +00:00
cmanske%netscape.com
28a16fef2a Use EditorSharedStart() for initialization needed by mail composer 2000-05-15 03:05:39 +00:00
jefft%netscape.com
6151698362 added mail.server.default.empty_trash_on_exit pref 2000-05-15 02:45:47 +00:00
scc%netscape.com
ac56679bff string fixes 2000-05-15 01:27:17 +00:00
alecf%netscape.com
4435d11891 add more/less lines and support adding new terms (doesn't QUITE work yet) 2000-05-15 01:22:07 +00:00
alecf%netscape.com
99b784ae09 add way to create a new search term from JS 2000-05-15 00:01:22 +00:00
scc%netscape.com
6b6c943696 string fixes 2000-05-15 00:00:32 +00:00
alecf%netscape.com
368780101b use QI macro 2000-05-14 23:34:20 +00:00
rhp%netscape.com
c3b3a81cdf Checking in code - NOT PART OF THE BUILD 2000-05-14 23:26:00 +00:00
alecf%netscape.com
d8ce42b4c0 switch to macro for QI accounting 2000-05-14 23:18:42 +00:00
alecf%netscape.com
4942d0332c switch to using macros for QI/etc to enable QI accounting 2000-05-14 23:16:25 +00:00
alecf%netscape.com
7733843b87 move enums into IDL 2000-05-14 20:41:40 +00:00
alecf%netscape.com
e1b7fd1768 switch to using nsCOMPtr for cleanliness 2000-05-14 20:40:04 +00:00
alecf%netscape.com
632c6f367e oops, somehow I managed to forget these 2000-05-14 20:39:30 +00:00
alecf%netscape.com
06a0f7752d update JS folder listener to use new event API 2000-05-14 20:36:26 +00:00
alecf%netscape.com
0a82b4b25f API cleanup: replace OnFolderLoaded/OnDeleteOrMoveMessageCompleted with OnItemEvent using atoms 2000-05-14 20:35:46 +00:00
suresh%netscape.com
aac10e7b8f Adding imap tests. 2000-05-14 03:03:08 +00:00
danm%netscape.com
c0ae0cbbf6 top-level chrome dirs are now packages,locales,skins 2000-05-13 21:29:08 +00:00
danm%netscape.com
49d1c9fe22 no longer used 2000-05-13 21:25:36 +00:00
andreas.otte%primus-online.de
f8406c718e fix bug 37616, Retire SetRelativePath, removing unused SetRelativePath from nsIURI.idl and all it's implementations, r=warren@netscape.com, a=mscott@netscape.com for the mailnews part 2000-05-13 13:05:00 +00:00