rhp%netscape.com
b8baaf67ea
Fix for start page in non UTF-8 charset - Bug #: 20344 - r: alecf
2000-01-26 00:32:01 +00:00
rhp%netscape.com
2a0f4bb604
Fix for changing View Headers option - Bug #: 17001 - r: jefft
2000-01-26 00:31:29 +00:00
rhp%netscape.com
70170ee19f
Fix for forwarding naming bug - Bug #: 25027 - r: jefft
2000-01-26 00:30:57 +00:00
putterman%netscape.com
2434ead87e
Turn on multiple selection in thread pane again. r=sspitzer, a=granrose.
2000-01-25 18:08:11 +00:00
rhp%netscape.com
eba6bcc409
Adding new files to the tree for AppleDouble support - NOT PART OF THE BUILD YET!
2000-01-25 15:42:32 +00:00
rhp%netscape.com
d0225b3e68
Fix for rendering I18N vCards - Bug: 21743 - r: nhotta
2000-01-25 14:59:09 +00:00
rhp%netscape.com
62ec2b5488
Fix for rendering I18N vCards - Bug: 21743 - r: nhotta
2000-01-25 14:50:18 +00:00
rhp%netscape.com
6cd6c333a5
Simple Fix - Comparison should NOT be case sensitive
2000-01-25 06:49:59 +00:00
sspitzer%netscape.com
60e2eca42b
the real fix. I need to cast to (const char *) for certain platforms.
2000-01-25 05:51:41 +00:00
putterman%netscape.com
6f4e2b98bf
r=alecf. More work on context menus for 10881. This time it's the folder pane.
2000-01-25 05:13:22 +00:00
sspitzer%netscape.com
7e43815d3a
"Local Folders" doesn't have an identity anymore. r=mscott
...
initial changes for authenticated news. still more to be done. r=mscott
bulletproofing changes for migration, never set the port of a server to zero.
2000-01-25 04:57:22 +00:00
tonyr%fbdesigns.com
71903370cb
Update to build under Unix
2000-01-25 04:40:00 +00:00
mscott%netscape.com
5e07e43ab6
Just a little tweak so no code reviewer. SetWindow was returning an error if you passed in null for the dom
...
window. This was throwing an exception that wasn't being caught in JS in the unload handler for the msg window
because when we are unloading we force some clean up by setting the window to null.
2000-01-25 03:57:54 +00:00
sspitzer%netscape.com
96ce0ff115
removing the extra quotes from the strings.
2000-01-25 03:21:54 +00:00
rhp%netscape.com
932f60d4c7
Fixes for several I18N display issues - Bugs #: 3979 23634 2406 24485 - r: jefft
2000-01-25 03:18:36 +00:00
ducarroz%netscape.com
12c821932f
Fix for bug 24628. Smarter decodage of parameters, use pattern [="] and [",] instead on checking only on the quote/doubelquote characters do detect start and end quote in parameters. R=jefft
2000-01-25 03:00:12 +00:00
ducarroz%netscape.com
300c4a9442
Fix for bug 16924,21280. We need to set the focus on a new created row on timer to let a reflow really create the new node. R=alecf
2000-01-25 02:58:53 +00:00
sspitzer%netscape.com
e2b053e9b0
fix for #24882 , initialize member to null.
2000-01-25 02:40:53 +00:00
hangas%netscape.com
ca9c68ec87
Fix for 21151 (enable delete button and menu item even when thread pane not in focus) r=mscott.
2000-01-25 02:34:15 +00:00
dougt%netscape.com
f90dd072fc
nsIFile Landing
2000-01-24 22:00:59 +00:00
dougt%netscape.com
0b0346079c
Landing nsIFile.
2000-01-24 21:28:28 +00:00
alecf%netscape.com
d570ac7a89
timers can't be reused on all platforms, so just keep recreating it each time it fires
...
r=scottip
a=leaf
fix for #24874 (blocker)
2000-01-24 18:52:42 +00:00
bienvenu%netscape.com
d443511610
bulletproof against num thread children getting to 0 r=jefft
2000-01-24 15:51:47 +00:00
brade%netscape.com
6876c72bd2
separate debug options out of EditorCommands.js (r=kin)
2000-01-24 15:31:39 +00:00
brade%netscape.com
3abf64ebc9
remove unused function (r=kin)
2000-01-24 15:29:39 +00:00
alecf%netscape.com
533f80cf25
fix missing space from complete identity line (too simple for a reviewer!)
2000-01-24 06:11:36 +00:00
mscott%netscape.com
ec6aa4f9ad
add a new line to the end of this file
2000-01-24 02:08:44 +00:00
mscott%netscape.com
94afd74ef3
Add Add to AB and Send Mailto strings because these are in the new popup when you click
...
on an email address.
r=alecf
2000-01-24 02:07:44 +00:00
mscott%netscape.com
4dbfc42a7b
Bug #24399 --> make the interface called from JS use unicode instead of
...
UTF-8 strings. This means we have to convert unicode to UTF-8 and then
convert the results of the parsing back into unicode before returning.
this was already checked into the m13 branch.
r=alecf,sspitzer
2000-01-24 02:01:59 +00:00
mscott%netscape.com
25cce7d826
Bug #24399 --> fix displaying of email addresses with japanese characters
...
turn email addresses into titled buttons instead of html anchors such that
clicking on the address brings up a menu popup which shows you add to address book
or send mail to options...
r=alecf
2000-01-24 02:00:14 +00:00
mscott%netscape.com
c2f309bc96
Convert all email addresses into titled buttons instead of html anchors. Make subject
...
bold.
r=alecf
2000-01-24 01:58:23 +00:00
mscott%netscape.com
2c127e20c6
add a popup for Add To AB and Send Mail To when you click on an email address.
...
r=alecf
2000-01-24 01:57:10 +00:00
alecf%netscape.com
a5861da95d
include the interface, not the implementation, to reduce dependancies & speed up build (no reviewer, just a simple change)
2000-01-24 01:55:56 +00:00
mscott%netscape.com
9b34e616ad
Bug #23528 --> add style for making the subject bold. Add styles for email address button
...
to make it look like a link.
r=alecf
2000-01-24 01:55:39 +00:00
alecf%netscape.com
748f272395
coalesce meteor starts/stops that happen within a 1/2 second of each other - speeds up mail operations
...
r=mscott
2000-01-24 01:54:05 +00:00
mscott%netscape.com
e20d01d83b
Add msgHdrViewAddresses.js to the Mac build.
2000-01-24 00:46:14 +00:00
mscott%netscape.com
9212a2e4e0
Add msgHdrViewAddresses.js to the Unix build.
2000-01-24 00:45:32 +00:00
mscott%netscape.com
f86c7ac5c0
Add msgHdrViewAddresses.js to the windows build.
2000-01-24 00:44:24 +00:00
mscott%netscape.com
3a5b5af8c6
Adding this file to the repository (not built yet). This is a stub file
...
which contains some JS methods used for special email address processing
you might want to perform on email addresses.
2000-01-24 00:43:06 +00:00
tonyr%fbdesigns.com
0b6574dbcd
Added unix makefiles for import service and text import component
2000-01-23 19:51:23 +00:00
alecf%netscape.com
491ace149c
fix linux bustage
2000-01-22 02:22:09 +00:00
ducarroz%netscape.com
0445db254a
Bug 24705. OpenComposeWindowWithURI must not escape parameters before calling OpenComposeWindowWithValues since fix for bug 24301. R=ssptizer,jefft A=brendan@mozilla.org,jar,chofmann
2000-01-22 01:02:01 +00:00
ducarroz%netscape.com
f79f21f4f9
Bug 24301. OpenComposeWindowWithValues now pass value through a nsIMsgCompFields object instead of passing them directly as argument. R=mscott,bienvenu A=chofmann
2000-01-21 15:08:55 +00:00
mscott%netscape.com
d213aa35d1
Bug #23325 --> if someone tries to illegally make us resolve a relative url against a mailnews url (imap,
...
mailbox, news, etc.) just return "about:blank" as the url. Why? 'cause mailnews urls aren't relative and
trying to do so with msgs that don't have base urls associated with them is causing lots of problems.
r=sspitzer,rhp
a=chofmann
2000-01-21 05:49:20 +00:00
jefft%netscape.com
b08acfedad
fixed bug 23447 -- Empty Trash on Pop3 not working; JS file change only; r=bienvenu,putterman; a=chofmann
2000-01-21 01:30:00 +00:00
putterman%netscape.com
e95044655d
Fix for 24362 and 23755. Can now see downloaded mail for a new profile. Status bar gets updated
...
message counts. a=chofmann. r=alecf and bienvenu.
2000-01-20 22:56:00 +00:00
mscott%netscape.com
3f81da7c45
Bug #24274--> when creating a new channel, if we don't have a mock channel,
...
return an error instead of NS_OK.
r=bienvenu,travis
a=chofmann
2000-01-20 03:55:25 +00:00
jefft%netscape.com
a2c1a1f099
non-crashing fix for bug 24407; check for null pointer prior calling nsCRT::strdup(); r=bienvenu,mscott
2000-01-19 23:43:42 +00:00
bienvenu%netscape.com
b76cc82188
fix copying multiple msgs from local folder to imap r=jefft,mscott a=chofmann 24384
2000-01-19 22:25:53 +00:00
bienvenu%netscape.com
bcc30623c6
fix online to offline move to delete source headers, r=mscott
2000-01-19 01:28:16 +00:00
pavlov%netscape.com
51eb775d54
add support for new pref/migrate it from 4.x r=alecf
2000-01-19 01:16:35 +00:00
pavlov%netscape.com
c0e2eb46bc
add a default pref r=alecf
2000-01-19 01:15:22 +00:00
alecf%netscape.com
92cc754390
use the right port when constructing the IMAP url
...
r=mscott
2000-01-18 22:43:58 +00:00
bienvenu%netscape.com
dc6da4bc94
add ability to copy multiple imap messages efficiently, r=jefft,mscott 23302
2000-01-18 22:33:35 +00:00
dveditz%netscape.com
be8c2f022a
cleaning up leftover bookkeeping files in mdb and mork directories (since moved)
2000-01-18 20:40:37 +00:00
rhp%netscape.com
72af70b1e2
Fix a problem with META that specify charsets - Bug #: 22036 - r: jefft
2000-01-18 14:23:00 +00:00
alecf%netscape.com
79b4912975
allow imap to support port numbers in the pref file
...
r=mscott
bugged by=pavlov
2000-01-18 02:34:08 +00:00
tonyr%fbdesigns.com
73da80ecd9
Added the import tools to the build (finally!)
2000-01-17 23:58:08 +00:00
rhp%netscape.com
4cd3e6ffe6
Fix for multiple replacement of HTML entities - Bug #: 23904 - r: jefft
2000-01-17 23:24:04 +00:00
sford3%swbell.net
b2c319eae7
Replace instances of nsTextFormater with nsTextFormatter, r=jst@citec.fi
2000-01-17 22:32:13 +00:00
mscott%netscape.com
0bfbd10975
Fix a problem I introduce with the new message display for sspitzer to help with printing. when AscynConvertDAta
...
is called, we want to remember off the desired output content type. then when scanning the url and attempting
to determine which emitter to use, we can look at this content type again to help us make the right decision
r=sspitzer
2000-01-17 20:59:44 +00:00
mscott%netscape.com
a770fdf7e5
loading a uri takes the channel instead of the uri. The caller
...
must create the channel before call openuri.
r=rpotts.
2000-01-17 19:56:31 +00:00
jefft%netscape.com
f408d688d2
Fixed bug 22129 -- lack of recieve mail functionality; it turns out that we didn't handle actual message size different that the server returned message size well; we have to check for dot_fix, assumed_end and pause for more data to end incorporate complete message download; turned on auth login so we have a little security; generate X-UIDL header if needed; better cache of server capability; r=rhp
2000-01-17 17:32:07 +00:00
tonyr%fbdesigns.com
f659101ae6
Update UI to have single entry point
2000-01-17 06:06:56 +00:00
tonyr%fbdesigns.com
d4ce53cf93
Added importDialog.dtd
2000-01-17 06:06:13 +00:00
tonyr%fbdesigns.com
ef47f328ce
First Checked In.
2000-01-17 06:04:49 +00:00
hyatt%netscape.com
4e0aea2028
Added support for snapping a tree widget to a certain row height. r=pavlov
2000-01-17 03:57:00 +00:00
sspitzer%netscape.com
fc7b887160
#define some hard coded strings
2000-01-15 09:55:02 +00:00
sspitzer%netscape.com
5b58796fd1
add a debugging printf.
2000-01-15 09:30:34 +00:00
sspitzer%netscape.com
494451258f
add the removeIdentity() method to the the account manager interface.
...
I need this, because at migration time, I create a bogus identity
for migration purpose, and I want to clean up after myself.
2000-01-15 09:14:27 +00:00
sspitzer%netscape.com
a8927fd2e9
step 2 of divorce the mailnews migration code from the account manager
2000-01-15 09:00:46 +00:00
sspitzer%netscape.com
02b304a755
added files: mozilla/mailnews/base/public/nsIMessengerMigrator.idl
2000-01-15 08:59:09 +00:00
sspitzer%netscape.com
16f012f496
added files: mozilla/mailnews/base/src/nsMessengerMigrator.cpp
2000-01-15 08:58:50 +00:00
sspitzer%netscape.com
8333f3391c
moving the mailnews migration code out of the account wizard.
...
step 1: add the new files.
2000-01-15 08:51:16 +00:00
sspitzer%netscape.com
f83bca3a4e
perhaps I should keep my personal feelings about the Mac to myself. r=steve jobs
2000-01-15 06:13:04 +00:00
sspitzer%netscape.com
75168769b3
cache the 4.x server type. first step in moving migration out of the account
...
manager and into its own service. r=alecf
2000-01-15 06:11:04 +00:00
alecf%netscape.com
532cba7b20
add "valid" attribute to the identity and server to determine if we need to run through the account wizard at startup. part of fix for #23391
...
r=sspitzer
2000-01-15 03:06:39 +00:00
mscott%netscape.com
393090d0a8
bug #23894 --> be sure to escape the display name for the attachment b4
...
inserting it into the open attachment method.
r=sspitzer
2000-01-15 01:45:12 +00:00
mscott%netscape.com
687e264d13
Bug #23894 --> be sure to unescape the attachment's display name before brining up the file picker.
...
r=sspitzer
2000-01-15 01:41:52 +00:00
ducarroz%netscape.com
0aeaa0cd52
Fix for bug 23109 & 23331. Call new api msgCompose.AttachmentPrettyName to convert an attachment url to something nicer to display in the attachment pane. R=jefft
2000-01-15 01:38:34 +00:00
ducarroz%netscape.com
ab37d7012d
Rewrite fix for bug 23111. Now use new API for retreiving file system character set. R=nhotta
2000-01-15 01:33:23 +00:00
ducarroz%netscape.com
75702934bc
Fix related to bug 23109. We need to convert back the file name to the file system characters set when we save an attachment during a forward inline. R=jeff
2000-01-15 01:33:19 +00:00
ducarroz%netscape.com
8b94105da6
Fix for bug 23109, 23331. Attachment file names are now converted to file system character set and we display only the file name in case of a file url. R=jefft
2000-01-15 01:33:18 +00:00
ducarroz%netscape.com
a465fa6447
New API needed by fixes for bug 23109, 23111, and 23418. Create a new api to retreive the current file system character set. R=jefft
2000-01-15 01:33:17 +00:00
alecf%netscape.com
161c147ab1
back me out
2000-01-14 22:53:46 +00:00
alecf%netscape.com
8cf359a674
back my changes out
2000-01-14 22:53:16 +00:00
alecf%netscape.com
71c80cb680
back out my changes
2000-01-14 22:51:53 +00:00
sspitzer%netscape.com
d8a5c41c93
backing out andreas and warren
2000-01-14 22:01:56 +00:00
alecf%netscape.com
86cb57485e
fix usages of getprehost so that we can send mail
...
a=granrose
2000-01-14 20:20:04 +00:00
alecf%netscape.com
3ef4875bf8
fix usages of GetPreHost so that mail folders can appear
...
a=granrose
2000-01-14 20:19:17 +00:00
alecf%netscape.com
523131d38d
fix usages of GetPreHost so that local/imap/news folders can be displayed
...
a=granrose
2000-01-14 20:17:14 +00:00
alecf%netscape.com
d270ec9822
fix null pointer check for blocker #23958
2000-01-14 19:07:33 +00:00
alecf%netscape.com
151c9ac450
make the mail notification systems use nsIAtoms instead of char*s, and add capability to notify on PRUnichar* data that changes
...
(in preparationfor #19079 )
r=scottip
2000-01-14 09:01:39 +00:00
warren%netscape.com
ea798addcb
Changes from andreas.otte@primus-online.de for numerous URL parsing bugs. r=warren
2000-01-14 08:50:03 +00:00
sspitzer%netscape.com
060ba9ea6a
fix for #17691 #20480 #20482
...
I wasn't properly landling the cases where the copies and folders prefs
from 4.x were ""
2000-01-14 07:53:28 +00:00
tonyr%fbdesigns.com
1abe7ce7f9
Update to generic modules and add field map support
2000-01-14 01:41:56 +00:00
tonyr%fbdesigns.com
d4e579608c
Added field mapping UI
2000-01-14 01:40:34 +00:00
bienvenu%netscape.com
3113769c3f
fix box spec memory leaks, mismatched free r=mscott
2000-01-14 01:02:57 +00:00
rhp%netscape.com
77e71c66d7
Changes to fix problem with rendering and qutoing I18N messages - Bug #: 22655 - r: naoki
2000-01-14 01:01:18 +00:00
danm%netscape.com
f3fcbf5966
removing JS for persisting position and size (now handled automatically by C code)
2000-01-14 00:09:50 +00:00
alecf%netscape.com
ad1c3f61c3
fix compiler bustage
...
r=mscott
2000-01-13 23:43:46 +00:00
sspitzer%netscape.com
e706278316
we don't have panes in 5.0, remove some of this HAVE_PANES cruft.
2000-01-13 09:31:20 +00:00
sspitzer%netscape.com
230b5320a7
fix that annoying off by one bug.
2000-01-13 09:27:08 +00:00
sspitzer%netscape.com
36b0a01555
polish and shine.
2000-01-13 09:08:35 +00:00
alecf%netscape.com
4bf54686cc
switch account wizard to using .controls instead of getElementsByTagName
2000-01-13 09:01:00 +00:00
sspitzer%netscape.com
464dcb3188
fix some minor problems with the download header dialog.
2000-01-13 08:51:53 +00:00
sspitzer%netscape.com
84219d96dc
clean this up. since I'm passing the server id through, I don't
...
need to pass the markOldRead and max_articles values through.
I can get them in JS. no doy.
2000-01-13 08:37:26 +00:00
sspitzer%netscape.com
943f4cfb7f
heed the per server "news.notify.on" pref.
2000-01-13 08:22:19 +00:00
sspitzer%netscape.com
49ccc5989b
changes for the per server (instead of global) news.mark_old_read, max_messages, and news.notify.on
...
prefs. hook up the download news headers dialog to use and set these prefs.
2000-01-13 08:12:12 +00:00
putterman%netscape.com
6508b732a6
Secondary sort thread pane by date. r=sspitzer. Bug 15142.
2000-01-13 06:02:29 +00:00
bienvenu%netscape.com
ce4293d0ec
fix mark all read performance for news,r=sspitzer 17470
2000-01-13 05:44:07 +00:00
mscott%netscape.com
df476382d9
Landing imap integration with the memory cache!! *Yeah*
...
Bug #23491 --> add memory cache support for imap urls.
Bug #23325 --> fix a crasher...only try to find a folder if we have a folder name
r=bienvenu
2000-01-13 04:54:23 +00:00
chuang%netscape.com
69cc1d4e10
fix bug5476 Preference radio buttons are not initialized, r=ducarroz
2000-01-13 04:31:02 +00:00
sspitzer%netscape.com
567c4a4565
"news.notify.size" is not used anymore
2000-01-13 04:09:43 +00:00
sspitzer%netscape.com
09bddcbd46
"news.notify.size" is not used anymore.
2000-01-13 04:05:51 +00:00
alecf%netscape.com
2e7af13168
use new .controls attribute to speed up account manager
2000-01-13 03:48:16 +00:00
mscott%netscape.com
10c6137a8d
Bug #23491 --> add GetSet/AddToMemoryCache as part of hooking up imap urls
...
to the memory cache
r=bienvenu
2000-01-13 03:20:59 +00:00
mscott%netscape.com
4b1316a4e3
Bug #23491 --> implement GetSet/AddToMemoryCache as part of hooking up imap urls
...
to the memory cache
r=bienvenu
2000-01-13 03:20:29 +00:00
rhp%netscape.com
2a564f20c4
Fix for bug #: 12675 - Code never reached in vCard handler. r: rhp (external contribution)
2000-01-13 02:47:30 +00:00
rhp%netscape.com
b5a5457f98
Fix for controlling FCC operation - Bug #18919 - r: jefft
2000-01-13 02:20:28 +00:00
bienvenu%netscape.com
e07fcecffc
fix solaris build bustage
2000-01-12 23:48:35 +00:00
sspitzer%netscape.com
a39617cb0f
after all my bitching, I goofed and made it so for a new imap server, the copies and folders prefs defaults to the imap server, and not local folders.
...
fix #21237
2000-01-12 22:18:50 +00:00
bienvenu%netscape.com
5b392de1c5
remove obsolete file
2000-01-12 22:07:53 +00:00
bienvenu%netscape.com
4937f4c8bb
remove obsolete folder sink proxy
2000-01-12 21:59:10 +00:00
bienvenu%netscape.com
5c4612c424
add copymessages to message service,r=mscott
2000-01-12 21:43:59 +00:00
bienvenu%netscape.com
0ef6b2b69a
add idl for mailbox spec and mail folder sink, r=mscott
2000-01-12 21:42:19 +00:00
bienvenu%netscape.com
36136bf490
add nsIIMailboxSpec, nsIImapMailFolderSpec.idl,r=mscott
2000-01-12 21:41:23 +00:00
sspitzer%netscape.com
1c84b93a3a
fix warning.
2000-01-12 08:57:41 +00:00
alecf%netscape.com
5eb41ebeaf
increment i every time we go through the loop to avoid an infinite loop
...
r=sspitzer
fixes #17833
2000-01-12 08:50:42 +00:00
alecf%netscape.com
62b64995f2
remove large font so wizard is readable
2000-01-12 08:32:33 +00:00
sspitzer%netscape.com
0089326454
don't hardcode this alert, move it to a string bundle.
2000-01-12 08:04:07 +00:00
sspitzer%netscape.com
b773a3fa83
fix for #13767 , when creating a news account, default compose html to false.
2000-01-12 07:57:42 +00:00
putterman%netscape.com
5e92d3ed61
Instead of selecting first new message on startup, just scroll to it. r=alecf.
2000-01-12 07:18:58 +00:00
mcafee%netscape.com
244a57d9b2
Cleaning up XUL, shrinking UI to fit, simplified some labels. r=rgoodger@ihug.co.nz
2000-01-12 04:50:15 +00:00
bienvenu%netscape.com
f89d9339f3
folder sink idl, not part of build yet
2000-01-12 03:30:21 +00:00
sspitzer%netscape.com
00fd3093ac
fix the bogus comment
2000-01-12 03:03:30 +00:00
putterman%netscape.com
f02e8fafc5
Begin work on mail context menus. This is for the thread pane. r= alecf.
2000-01-12 02:25:35 +00:00
rjc%netscape.com
b3dac48b54
Fix broken end tag location.
2000-01-12 01:48:17 +00:00
alecf%netscape.com
66785118f1
fix typos, no review needed
2000-01-12 01:47:36 +00:00
alecf%netscape.com
01fec6c998
make the account wizard use a common overlay for some elements
...
prep for using ben's account wizard.
r=sspitzer
2000-01-12 01:46:55 +00:00
jdunn%netscape.com
370313154b
Fix slamm's warnings of shadowing previous variables.
...
r= rhp@netscape.com
r= warren@netscape.com
r= rpotts@netscape.com
2000-01-12 00:54:10 +00:00
slamm%netscape.com
9822eafc10
Remove obsolete call to sidebarOpenClosePanel(). r=sspitzer
2000-01-12 00:48:27 +00:00
rhp%netscape.com
78ff616b28
Fix for line endings after linked text - Bug #: 23507 - r: jefft
2000-01-12 00:37:47 +00:00
putterman%netscape.com
63a9c92d75
Slightly speed up opening a mail folder by using IsHeaderRead instead of IsRead. r=bienvenu.
2000-01-12 00:31:06 +00:00
bienvenu%netscape.com
4a6b816bca
first entry into cvs, not part of build
2000-01-12 00:24:26 +00:00
alecf%netscape.com
7d69499e10
open account wizard on a timer so that it doesn't actually open during the onload= handler... so that users can get to it using the parent window's window icon on the Windows taskbar.
...
r=sspitzer
2000-01-11 23:57:41 +00:00
bienvenu%netscape.com
687319afb6
set new flag for all new news messages, not just ones with re:,r=sspitzer 23647
2000-01-11 23:38:53 +00:00
alecf%netscape.com
b7130baea5
fix for #14089 , various typos & layout problems fixed
...
r=sspitzer
2000-01-11 23:21:47 +00:00
mscott%netscape.com
8ecb0c65fa
Bug #8985 --> add a key binding for the delete key such that hitting the delete button in messenger will
...
delete the selected message(s).
r=sspitzer
2000-01-11 22:59:12 +00:00
alecf%netscape.com
4be3dc2230
rearrange some of the members of this interface just for readability
...
r=sspitzer
2000-01-11 22:49:29 +00:00