Commit Graph

13907 Commits

Author SHA1 Message Date
caillon%returnzero.com
7906d6d342 Bug 182933 - Updating more pref API users. r=timeless,sr=sspitzer 2003-01-21 06:55:31 +00:00
neil%parkwaycc.co.uk
95407390f9 Bug 161333 js perf improvement in msgMail3PaneWindow.js, GetFirstSelectedMessage() r=dmose sr=sspitzer 2003-01-20 13:07:06 +00:00
varga%netscape.com
cf7d4f59f9 Putting toolbar grippies back in. Bug 175091.
Original bug for removing them was 112534.
Please see the discussion in those 2 bugs before complaining or filling new bug reports!
r=caillon,a=UE team
2003-01-18 20:55:19 +00:00
darin%netscape.com
685a7af468 modifications for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa 2003-01-18 02:15:14 +00:00
sspitzer%netscape.com
c931288c45 turn assertion into warning, so I don't go insane. 2003-01-17 23:46:13 +00:00
sspitzer%netscape.com
6ed8423441 turn assertion into warning, so I don't go insane. 2003-01-17 23:40:37 +00:00
sspitzer%netscape.com
3e4b7c1949 fix for regression bug #189437 (that I caused).
folders out of order in the folder pane.
stupid copy and paste error.
2003-01-17 23:37:49 +00:00
cavin%netscape.com
db5fcc067f Fix for bug 179958. Get the first folder uri for the selected server. It's INBOX for imap and pop accts and 1st news group for news. r/sr=sspitzer. 2003-01-17 21:33:55 +00:00
sspitzer%netscape.com
6d75206489 fix for blocker bug #189466. my warnings fix last night caused a wrap around
error when count == 0.  thanks to blizzard for catching it.
2003-01-17 21:02:40 +00:00
neil%parkwaycc.co.uk
4837a0fde9 Bug 176370 folder pane performance regression r=varga sr=bienvenu 2003-01-17 14:13:47 +00:00
timeless%mozdev.org
6d048dee59 Bug 173284 Crash opening large emails; trunk [@ nsMsgDBView::CopyDBView]
r=bienvenu sr=roc+moz
2003-01-17 13:37:10 +00:00
seawood%netscape.com
f06deeb00d Take advantage of VPATH using automatic variables.
Fixing 'make install' bustage.
2003-01-17 11:36:58 +00:00
neil%parkwaycc.co.uk
a1bc09a739 Bug 164131 Duplicate entities in editorOverlay.dtd and messengercompose.dtd r=brade (editor) r=ducarroz (msgcompose) sr=sspitzer 2003-01-17 09:58:57 +00:00
sspitzer%netscape.com
0879c02260 fix for #23126.
add hidden pref to show Organization header in the message pane.
off by default.
thanks to neil@parkwaycc.co.uk for the patch.
r/sr=sspitzer
2003-01-17 05:58:11 +00:00
sspitzer%netscape.com
b8794405de fix warning. 2003-01-17 05:31:45 +00:00
sspitzer%netscape.com
c3eabd1954 fix warnings. see bug #59673.
thanks to mozilla-bugs@nogin.org for the patch.
r/sr=sspitzer
2003-01-17 05:30:08 +00:00
sspitzer%netscape.com
fd1a9d2975 fix for bug #189415.
treat the junk folder icon as special in the UI.
(can't rename, can't delete, special icon, special placement.
r/sr=bienvenu
2003-01-17 05:22:23 +00:00
timeless%mozdev.org
9325925842 Bug 93430 SMTP connection isn't closed with a QUIT
patch by luke_harless@attglobal.net r=cavin sr=bienvenu
2003-01-17 03:39:54 +00:00
sspitzer%netscape.com
8db20baa1d fix for bug #90539. delete key doesn't work in the stand alone msg window
(unless you open the edit menu).  also, set focus to the message pane in the
stand alone msg window so the arrow keys (and other things) work right away.
r/sr=bienvenu
2003-01-17 02:45:38 +00:00
sspitzer%netscape.com
936cbf2ff8 mac build changes for bug #189358 r/sr=bienvenu 2003-01-17 01:28:15 +00:00
sspitzer%netscape.com
2ecf55d968 stub out cid: protocol handler to silence alert
on linux (and probably mac) for message with cid: links
the next step is to actually implement the protocol handler
and fix mime so that we support cid: links (see rfc 2111)
r/sr=bienvenu
2003-01-17 01:27:40 +00:00
sspitzer%netscape.com
c1b68cde32 rest of fix for #188593.
fix category (sub page) order in account manager tree.
r/sr=bienvenu
2003-01-17 00:37:31 +00:00
pkw%us.ibm.com
f64fe362bf Bug 137863 - [movemail] Spurious newsgroup settings in preferences panels.
r/sr=sspitzer@netscape.com
2003-01-16 23:40:40 +00:00
sspitzer%netscape.com
788c7caef8 fix comments. 2003-01-16 22:15:02 +00:00
sspitzer%netscape.com
ca49369633 dump the exception to the console, since we are no longer showing it to the user
in the alert.
rs=no one
2003-01-16 22:11:26 +00:00
sspitzer%netscape.com
76001cf832 NOT PART OF THE BUILD YET
new files for bug #189358.
for messages with cid: links, don't throw up an annoying alert.

stub out a protocol handler for cid:
see rfc 2111.

actually supporting cid: is bug #61815.
2003-01-16 21:55:11 +00:00
sspitzer%netscape.com
f038fc5fb4 fix for bug #189045. view navigation should not "land" on the junk folder.
r/sr=bienvenu
2003-01-16 21:43:37 +00:00
bienvenu%netscape.com
d125c9773d change folder size kb to KB, patch by durbacher@gmx.de, rs=me 186977 2003-01-16 15:47:20 +00:00
sspitzer%netscape.com
2673046d83 fix for bug #94894. checkboxes in subscribe, filter list, offline selection
dialogs should be centered.  patch by neil@parkwaycc.co.uk
r/sr=sspitzer
2003-01-15 18:54:57 +00:00
aaronl%netscape.com
e70f5db228 Backing out bug 187511. Add Find As You Type to menus 2003-01-14 23:06:12 +00:00
sspitzer%netscape.com
3507f7dc38 fix for bug #44823.
when not in threaded mode, don't take up space for the twisty in the
subject column.  thanks to neil@parkwaycc.co.uk for the fix.
r=varga, sr=sspitzer
2003-01-14 22:37:01 +00:00
sspitzer%netscape.com
dfd8ee084f don't pass the exception back in the alert dialog.
that's not useful to the user.
2003-01-14 22:31:39 +00:00
aaronl%netscape.com
b0b915774b Bug 187511. Add Find As You Type to menus. r=shliang, sr=jag 2003-01-14 04:07:48 +00:00
aaronl%netscape.com
ac5a909110 Bug 176296. Create accessibility.typeaheadfind.autostart boolean pref. If false, / or ' is required to start Find As You Type. Also fixes bug 183998, allowing manual start with / or ' in mailnews. Find As You Type now uses the command system to get notification that a new find should start. r=kyle, sr=jst 2003-01-14 04:03:35 +00:00
cavin%netscape.com
2304ea2145 Fix for bug 188905. Copy zip code from mozilla record to palm record. Thanks to tom.lostaunau@sun.com for the patch. r/sr=sspitzer. 2003-01-14 02:29:27 +00:00
sspitzer%netscape.com
94f4801269 fix for bug #179966. r/sr=bienvenu
select the default account in Junk Mail Controls
when the selected folder pane item doesn't do junk mail.
2003-01-13 21:52:10 +00:00
sspitzer%netscape.com
420adb6d9e fix for bug #132948. r/sr=sspitzer
adding a new account duplicates the default SMTP server.
thanks to neil@parkwaycc.co.uk for the fix.
2003-01-13 20:08:14 +00:00
antonio.xu%sun.com
1ebf393d33 fix for bug #185959 Many function(For exam. Reply, Forward) works and leads to crash before user login r=Henry sr=binevenu 2003-01-12 08:47:34 +00:00
sspitzer%netscape.com
65a5fcf61b fix for bug #181397 (automatically create the junk folder)
fix for bug #181394 (enable the "Move to Folder" UI in junk controls)
r/sr=bienvenu
2003-01-11 23:09:34 +00:00
sspitzer%netscape.com
b7243dae99 fix for bug #188593. the account order in the account manager can be unpredictably wacky, so change how we do it.
r/sr=bienvenu
2003-01-11 01:36:10 +00:00
sspitzer%netscape.com
96ec7d72f8 pr log when an error of the type reported in bug #158059 occurs.
rs=bienvenu
2003-01-10 21:48:33 +00:00
sspitzer%netscape.com
2d066c4cfa fix for bug #158059. if we go to send a message, and the connection gets closed on us
and we haven't read any bytes, that's an error, and we should let the user know.
(otherwise they think they are sending mail, when they aren't.)

r=cavin, sr=bienvenu.
2003-01-10 21:12:58 +00:00
sspitzer%netscape.com
02d7bbb433 code cleanup. remove static cid. 2003-01-10 04:51:47 +00:00
sspitzer%netscape.com
db4255e05a code cleanup. 2003-01-10 04:51:00 +00:00
sspitzer%netscape.com
b81b299567 code cleanup. remove the static CID. 2003-01-10 04:50:17 +00:00
sspitzer%netscape.com
729a8dc68c code cleanup. remove comments that aren't needed. 2003-01-10 04:47:30 +00:00
sspitzer%netscape.com
a996dc123a remove static cid. 2003-01-10 04:45:48 +00:00
sspitzer%netscape.com
c9d26f5bd0 switch to interCaps, and other code cleanup. 2003-01-10 04:45:27 +00:00
sspitzer%netscape.com
070d5b2868 define some consts the values for the moveTargetMode and add license 2003-01-10 04:43:24 +00:00
sspitzer%netscape.com
a006c74fa9 adding a contract id for the imap service, so I can clean up some code 2003-01-10 03:46:23 +00:00
sspitzer%netscape.com
7846d1c668 fix typo in comment. no reviewer. 2003-01-10 03:45:31 +00:00
sspitzer%netscape.com
fc1697d0af fixing a comment, and some minor code cleanup. no reviewer. 2003-01-10 03:44:08 +00:00
sspitzer%netscape.com
3258ab03b5 commenting some code. no reviewer. 2003-01-10 03:42:02 +00:00
sspitzer%netscape.com
4229efbb13 "Junk Mail" should be "Junk" in junk mail controls dialog.
rs=bienvenu
2003-01-10 03:38:28 +00:00
sspitzer%netscape.com
da1b8aaa78 add missing license. 2003-01-10 03:37:00 +00:00
racham%netscape.com
73b61f18f7 Fixing bug 173304. Adding generic ISP wizard pages to the account wizard. r=srilatha, sr=sspitzer 2003-01-10 00:37:04 +00:00
sspitzer%netscape.com
9324273884 fix for #187673. when re-using the stand alone msg window, because of quick search and mail views,
we have to re-create the db view, even if it is for the same folder as the existing view.
r/sr=bienvenu.  thanks to leon.zhang@sun.com for the bug report and initial patch.
2003-01-09 20:51:40 +00:00
sspitzer%netscape.com
3110ab90fc adding a comment about where the fix for #188393 would go.
no reviewer.
2003-01-09 20:22:28 +00:00
sspitzer%netscape.com
166582bf6f fix for #99363. from the browser window, send page, mailto urls, send link, send image,
ctrl m, new message should *all* use the default identity.  a while back
we made the decision to make it use the currently selected account in the
3 pane, if the 3 pane was up.  (see #79053) jglick and I have decided that was a mistake and we are reverting.

also fixes bug a bug where ctrl-m and file | new message don't do the same thing
when a news account is selected in the 3 pane.  (yikes!)

r/sr=bienvenu
2003-01-09 19:31:48 +00:00
dbaron%dbaron.org
acdd4e46c0 Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 22:05:52 +00:00
dbaron%dbaron.org
462f7bd453 Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 21:40:14 +00:00
dbaron%dbaron.org
f1dd4019c1 Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 21:33:27 +00:00
dbaron%dbaron.org
14c5b6b776 Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 21:19:10 +00:00
sspitzer%netscape.com
b3efffedaf fix some license-legal foo in nsVCard.cpp, which comes from vcc.c, which originally came
from the IMC.  bug #188221.  rs=bienvenu
2003-01-08 20:46:10 +00:00
timeless%mozdev.org
ad104d6db6 Bug 186727 addressbook protocol handler NewURI should use NS_ADDREF
patch by andersma@luther.edu r=dmose sr=darin
2003-01-08 20:32:16 +00:00
sspitzer%netscape.com
fcfd8d42a7 fix for accessibility bug #11407. the first control should have
focus when the import dialog loads.  note, we will get these types
of accessibility fixes for free when we switch the import dialog
over to use <wizard>.  (that's bug #101874)
r/sr=mscott
2003-01-08 04:28:35 +00:00
seawood%netscape.com
c832de9b85 Pick up mac-specific overlays to make shift-cmd-m work the same in mach-o & cfm builds.
Bug #185268 r=bryner
2003-01-08 03:00:18 +00:00
kairo%kairo.at
a6f4446e42 change all localeVersion strings, as well as brand.dtd/region.dtd to 1.3b; bug 185698, r=tao, sr=blizzard 2003-01-03 19:57:47 +00:00
seawood%netscape.com
16e7da2837 nobrainer changes while thinking about mingw support
Bug #134113 r=dmose
2003-01-03 08:58:59 +00:00
rpotts%netscape.com
ebd6d728ce bug #169583. missing file from earlier patch... 2003-01-02 01:21:33 +00:00
bienvenu%netscape.com
8365483bb0 fix for crash in bug 186658, make GetServer return an error when it returns a null server, r/sr=sspitzer 2003-01-01 18:05:04 +00:00
cbiesinger%web.de
f7a10b5472 102848 r=ducarroz sr=bienvenu remove (was: in subject line 2003-01-01 17:50:27 +00:00
bienvenu%netscape.com
83de051fd4 fix regression in delete immediately imap delete r/sr=sspitzer 186560 2002-12-23 22:43:09 +00:00
sspitzer%netscape.com
c4244eaf64 fix js error that you can get if you do a message search, and then delete a message
from another mail window before doing a search.  bug #186600.  r/sr=bienvenu
2002-12-23 22:14:03 +00:00
cbiesinger%web.de
d13c53e98d 186081 patch by pratik psolanki@netscape.net r=smontagu sr=roc+moz printing doesn't work after print previewing a mail 2002-12-23 22:04:16 +00:00
bienvenu%netscape.com
e181a25305 don't set deleting rows if delete failed, r=blizzard, sr=sspitzer, 182808 2002-12-21 16:47:29 +00:00
bienvenu%netscape.com
dbb7679474 fix problem deleting multiple imap messages (and with check for new mail on multiple folders), cleanup unused methods r/sr=sspitzer 182808 2002-12-21 16:43:23 +00:00
ducarroz%netscape.com
2637e30f6e Fix for bug 182643. The data stored in the palm pilote uses ISO-Latin-1 and not UTF-8. Also, the addressbook name is in UTF-8. R=cavin, rdayal, SR=sspitzer 2002-12-20 00:05:23 +00:00
cavin%netscape.com
694fd3edd8 Fix for bug 158367. Replaced macro IMPORT_LOGx() with PR_LOG() for ns logging and cleaned up some logging info at the top level driver function in nsImportMail.cpp. r=ducarroz, sr=sspitzer. 2002-12-19 23:28:58 +00:00
cavin%netscape.com
4e01133ec9 Fix for bug 161941. Allocated enough space for 'buffer'. r=ducarroz, sr=sspitzer. 2002-12-19 21:40:40 +00:00
sspitzer%netscape.com
6bc66eea66 another supplimental fix for #59638. send the notification for setting up toolbars
when we land after cross folder navigation for the stand alone msg window.
thanks for ssu for remembering this.
2002-12-19 06:52:43 +00:00
sspitzer%netscape.com
ea96c7e10e supplimental fix for bug #59638. when navigating across folders from the stand alone msg
window, we need to update the toolbars.  also, some code cleanup suggested by neil.
r/sr=bienvenu
2002-12-19 05:27:47 +00:00
ducarroz%netscape.com
1afcc02c0a Bug 59673, Fix compiler warning. Patch submitted by Aleksey Nogin. R=ducarroz, SR=bienvenu 2002-12-19 00:07:51 +00:00
kaie%netscape.com
4bc7f1ad7e b=185749 Give correct message security info when not using an encryption cert
r=javi sr=bienvenu
2002-12-18 12:55:36 +00:00
sspitzer%netscape.com
b5640204f2 landing bienvenu's fix for adding "has attachment" support to
local mail search and the mail views.  bug #183581.  r/sr=sspitzer
2002-12-18 05:03:56 +00:00
sspitzer%netscape.com
69fe7dd610 don't call PR_ASSERT(), it calls abort. instead, call NS_ASSERTION().
now when you forward signed messages as attachments (in debug builds)
we won't crash, we just assert.  bug #185926 covers the assertion.
r/sr=bienvenu
2002-12-18 03:45:01 +00:00
sspitzer%netscape.com
df6aa5540f fix for regression bug #185416. this makes a lot of key codes
map to shift delete!  until I figure that out, commenting it out.
shift delete is now broken, and that's now covered by #185867.
r/sr=bienvenu
2002-12-17 21:56:47 +00:00
nhotta%netscape.com
86fcd89670 Initialize a local variable displayNameLastnamefirst, bug 181883, r=cavin, sr=sspitzer 2002-12-17 20:55:28 +00:00
sspitzer%netscape.com
d5affd49b2 fix for bug #120188. "Save as file" dialog produces an error when you click cancel.
and some code cleanup and todo comments.  thanks to philip.zhao@sun.com for the initial patch.
r/sr=bienvenu
2002-12-17 20:24:18 +00:00
bienvenu%netscape.com
ad78333a43 fix crash in nsImapMailFolder::NormalEndMsgWriteStream when reading 0 byte message r/sr=sspitzer 185666 2002-12-17 15:52:01 +00:00
sspitzer%netscape.com
e025043b01 fix for #185755. "new address book" dialog should be modal.
r/sr=bienvenu
2002-12-17 06:45:47 +00:00
sspitzer%netscape.com
a33308d924 add comment about how you can use the "mail.compose.other.header" pref
for X-Face, Approved, or other optional headers.  r/sr=no one.
2002-12-16 18:39:52 +00:00
bienvenu%netscape.com
8b0c97fb35 make newly discovered imap folders be collapsed by default, fix 147528 r/sr=sspitzer 2002-12-16 02:08:53 +00:00
ere%atp.fi
43f494f1cb Bug 165090 - spurious "Server has disconnected" messages
r/sr=bienvenu
2002-12-15 19:36:19 +00:00
bienvenu%netscape.com
db35541789 fix compacting of local folders to follow symlinks, r=dmose, sr=sspitzer, 177635 2002-12-14 17:41:25 +00:00
cmanske%netscape.com
b84ceb4eee Fixed insert HTML for Message Composer, b=180303 (wrong # in last checkin!), r=neil@parkwaycc.co.uk, sr=dveditz 2002-12-14 00:20:40 +00:00
cmanske%netscape.com
5ab9c69cb4 Fixed insert HTML for Message Composer, b=183055, r=neil@parkwaycc.co.uk, sr=dveditz 2002-12-14 00:18:14 +00:00
kaie%netscape.com
3880b9cdab b=182258 Give separate signature validity and sender address mismatch feedback
r=javi sr=bienvenu
2002-12-13 20:47:32 +00:00
sspitzer%netscape.com
8c5891eb62 fix for #10872. remember last selected message feature (4xp)
plus some code cleanup.  r/sr=bienvenu
2002-12-13 19:57:27 +00:00
sspitzer%netscape.com
db93ed930d fix for #172178. for servers, "Edit | Properties..." and "Properties..." folder context menu
should open account manager dialog to the selected server.
also some code cleanup.  r/sr=bienvenu
2002-12-13 19:50:31 +00:00