Граф коммитов

5244 Коммитов

Автор SHA1 Сообщение Дата
ssu%netscape.com 0a550cf393 checking in patch for neil@parkwaycc.co.uk. fixes bug 158028 - The Mail Start Page does not load. r=ssu sr=sspitzer a=asa 2002-07-24 20:39:00 +00:00
stephend%netscape.com 8d15248720 Bug 158379. Align 'Filter Name' text with textfield in the Filter Rules dialog. r=naving@netscape.com/walk84@yahoo.com, sr=bryner@netscape.com, a=asa@mozilla.org 2002-07-23 03:25:34 +00:00
cbiesinger%web.de bcd022ef3b bug 155148 patch by calvin.liu@sun.com r=hwaara sr=bienvenu a=asa
Online/Offline indicator doesn't work in "Advanced Address Book  Search" dialog
2002-07-22 22:28:44 +00:00
bienvenu%netscape.com e1bcabb749 fix undo of delete of top level msg in thread r=cavin, antonio.xu@sun, sr=sspitzer, a=asa 157503 2002-07-18 14:48:38 +00:00
dougt%netscape.com c2ec17237f Fixes the following:
154047
This change cleans up the category manager in hopes to freeze it for 1.1 final.  This change removes dead and unsupported methods from the interface as well as removes the C++ code from the interface.  This should land for 1.1b since users of the current category manager will have to update their components.

157597
Make embedding base and examples use XPCOM Glue
This change makes our embedding samples use the XPCOM glue.

157625
nsLocalFile::Remove's file pointer is sometimes null afte...
This fixes a crash when we dereference null.  It is a bandaide fix as the real problems involves retooling the directory enumerator.

157801
This fixes a terrible state which you can get into whereby XPCOM will fail to startup regardless of what you do.  The fix is to cause autoreg to happen if the component registry (compreg.dat) is not found.

r/sr=alecf@netscape.com, rpotts@netscape.com.  a=scc@mozilla.org
2002-07-18 05:09:10 +00:00
varga%netscape.com 56074843c8 Fix for bug 82840 - need treecolgroups to have fixed="true" be as wide as the column header
and bug 72513 - column header text not shown: Enabled (in fitler dialog) and Subscribed (in subscribe dialog)

r=bienvenu
sr=sspitzer
a=scc
2002-07-18 04:09:11 +00:00
pete.zha%sun.com 82523ae1c2 Freeing mismatched memory in delete
bug=157184 r=naving sr=bienvenu a=scc patch=antonio.xu@sun.com
2002-07-18 02:48:52 +00:00
leaf%mozilla.org 8860985e79 bug 154840, r=cls, sr=brendan, a=jesup update localeVersion strings 2002-07-17 23:51:49 +00:00
timeless%mac.com 23bbbdbeb7 Bug 156368 quicksearch fails if focus was in threadpane before search box
patch by neil@parkwaycc.co.uk r=naving sr=bienvenu a=asa
2002-07-17 13:06:09 +00:00
naving%netscape.com 9d1c6443d9 156368 patch by t.bugz@lament.cjb.net r=naving sr=bienvenu a=roc+moz fixing quicksearch fails if focus was in threadpane before search box 2002-07-12 17:57:02 +00:00
bienvenu%netscape.com 6e02745ae6 fix 156967 using stand-alone msg window can cause memory corruption/crashes r=naving, sr=sspitzer, a=asa 2002-07-11 21:25:47 +00:00
stephend%netscape.com 22e579e9f9 Bug 132144. Quick Search: Needs mnemonics. r=stephend@netscape.com, sr=sspitzer@netscape.com 2002-07-10 04:11:23 +00:00
akkana%netscape.com 2dc1fca31a 141524: Remove some obsolete code in mailnews that used the now-obsolete find. r=varada, sr=alecf 2002-07-09 20:20:53 +00:00
ssu%netscape.com aa123cc99c checking patch for walk84@yahoo.com. fixes bug 114464 - No (access keys) mnemonics in Subscribe dialog. r=ssu, sr=sspitzer 2002-07-09 00:10:16 +00:00
rods%netscape.com fbb0d082ed check to make sure we have a non-null print settings arg
Bug 154191 R=ducarroz sr=spitzer
2002-07-08 13:48:43 +00:00
racham%netscape.com dfa69f7f62 Fixing bug 80035. Patch in here allows Administrators to control the migration behavior wrt IMAP and Local Folders files. Today, during migration, we copy all those (IMAP & Local Folders) besides others into the newly created dierctory for the migrated profile. Some external parties have expressed concern over this approach due the large amount of mails they have in 4.x folders and all of those getting copied again wasting the disk space and also failing to do migration properly sometimes. So, a hidden pref mail.migration.copyMailFiles is introduced (which can be set to false) for those who those interested to share the 4.x IMAP and Local Folders. Please see the bug report for the possible side effects and other discussion points wrt the sharing folders with 4.x. The pref is set to true by default which means we will continue to do the migration the way we have always done. Patch by henry.jia@sun.com. r=racham, sr=sspitzer 2002-07-04 00:56:33 +00:00
rods%netscape.com ff956ca8e9 The problem is the print for a mail msg is started when the first notification
of the document (mail msg) is done loading. This is wrong because if the mail
msg has attachments they may not be loaded and then the msgPrintEngine gets
additional notification for when the attachments have started to load and since
it has already started toprint error dialogs appear AND the attachments don't get printed.
The solution here is to cache a pointer to the DOM Window for the msg(s) being
printed. Then as the "stop" notifications come in we can ignore any documents
(which would be the attachments) where the dom window doesn't match the msg's
dom window. Then when they match which is the last notifiaction we can call print.
The notification that comes thru where the docLoader is NULL means the previous
document has completed printing and the engine should print the next msg.
Bug 155430 r=cavin sr=kin
2002-07-03 20:33:24 +00:00
naving%netscape.com 835822c74d 155281 r=robinf alert wording 2002-07-03 00:07:01 +00:00
naving%netscape.com 349810211d 155281 r=cavin, robinf sr=bienvenu Prevent loss on moving msgs to local folders when there is not sufficient
disk space. Throw an alert and abort the copy/move operation.
2002-07-03 00:05:29 +00:00
nhotta%netscape.com 89005f01ed Move ASCII check before the Unicode conversion,
label charset as "us-ascii" if the body is ASCII only,
bug 86255, r=ducarroz, sr=bienvenu.
2002-07-02 20:21:00 +00:00
naving%netscape.com 3e969430b6 155157 r=cavin sr=bienvenu Make Search messages and search addresses work again 2002-07-01 21:08:47 +00:00
naving%netscape.com 1b33d5ae2c 154412 r=cavin sr=bienvenu. Setting local folder pretty name on the window title. 2002-06-30 23:23:51 +00:00
caillon%returnzero.com 6c72020b35 Bug 154535. Don't depend on the sidebar overlay for context menu code.
r=sgehani
sr=jag
2002-06-28 01:55:48 +00:00
timeless%mac.com 35f48505d9 Bug 149974 javascript strict warnings in mailCommands.js
patch by neil@parkwaycc.co.uk r=ssu sr=bienvenu
2002-06-27 08:17:06 +00:00
timeless%mac.com 92454f258c Bug 126343 Can't drag attachment file into a new message
patch by antonio.xu@sun.com R=ducarroz sr=bienvenu
2002-06-26 07:36:59 +00:00
dbaron%fas.harvard.edu 6d2263f19b Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner 2002-06-26 03:38:55 +00:00
naving%netscape.com 236821d6df 153943 r=cavin sr=bienvenu Increasing width of filterEditor dialog by 50 pixels, so that cancel|help
buttons don't get truncated.
2002-06-25 01:10:35 +00:00
cavin%netscape.com 7e89b50d14 Fix for 153220. Back out the patch of bug 144141 (a dup of bug 123719). r=naving, sr=mscott. 2002-06-24 22:20:10 +00:00
naving%netscape.com 6cd9bb7546 152713 r=racham sr=mscott Made it so that "Unsent Messages" folder cannot be deleted from Edit | Delete folder 2002-06-23 04:25:44 +00:00
naving%netscape.com d69c9b27d6 129540 r=robinf fixing help buttons to point to correct page for filterEditor.xul and pref-directoryadd.xul 2002-06-21 22:22:54 +00:00
naving%netscape.com d5a9614eb2 152713 r=ssu sr=mscott made it so we cannot delete special folders dratfs, templates and sent using Edit menu. 2002-06-21 00:13:48 +00:00
ssu%netscape.com fb0e3684cb fixing bug 152456 - mail header To: field shows duplicate address. r=varada, sr=mscott 2002-06-21 00:06:53 +00:00
ducarroz%netscape.com 475c97d133 Fix for bug 143882. We should not add dummy headers when saving a message as file. R=naving, SR=bienvenu 2002-06-20 01:49:18 +00:00
naving%netscape.com c7a939e843 129540 r=racham sr=alecf Adding help buttons in some cases and making them point to the right page (in all cases). 2002-06-19 22:53:04 +00:00
kaie%netscape.com 4cc76dbfe5 b=137071 [UE] Replies to or forwarding S/MIME encrypted mail should default to encrypt
r=ducarroz sr=mscott
2002-06-19 12:43:06 +00:00
racham%netscape.com 9b0b44963b Fixing bug 144562. Allow ISPs and vendors to set up pre-configured mailnews accounts via prefs. When a proper set of prefs area added to the global prefs file, accounts are set up automatically. On launching mailnews app, Account Wizard will be brought up on identifying invalid accounts so that user information like name and email address can be entered. Please see the bug for set of prefs used as an example. r=srilatha, sr=bienvenu 2002-06-19 07:38:53 +00:00
cavin%netscape.com f7dbd69b98 Fix for 144141. Force folder pane to open if it's collapsed at startup. r=naving, sr=mscott. 2002-06-18 23:04:04 +00:00
racham%netscape.com 5b9ab3f0a4 Fixing bug 144563. Disable AccountManager panel elements and account setting preferences when the corresponding preferences are locked. This is a useful feature for Administrators and vendors. Special configuration tool to be used for generating a config file to feed the locked prefs to the app. r=srilatha, sr=bienvenu 2002-06-18 09:29:15 +00:00
srilatha%netscape.com c6ca703421 Fix for bug # 118804. Setting the width attribute on the directories List box
r=varada, andreww sr=bienvenu
2002-06-18 01:48:27 +00:00
ssu%netscape.com f66b8ba40b fixing bug 134745 - mail notification icon in system tray is the wrong icon (yellow triangle). r=bhuvan, sr=mscott 2002-06-17 21:51:50 +00:00
nhotta%netscape.com 006d4e404b Check null pointer for arguments of Unicode conversion util functions,
bug 151769, r=ducarroz, sr=bienvenu.
2002-06-17 21:44:51 +00:00
ducarroz%netscape.com cab907b920 Fix for bug 150440. Change strings to be conform to spec. Patch submitted by mybugzilla@juima.org. R=ducarroz, SR=bienvenu 2002-06-17 21:16:48 +00:00
mkaply%us.ibm.com 348e7da0d7 #150679
r=jeffreyj@us.ibm.com, sr=mscott
OS/2 only - add OS mail integration
2002-06-17 20:49:26 +00:00
naving%netscape.com 2348e89dc7 136721 r=bhuvan sr=bienvenu. fixing bug where news server should be prepopulated in account wizard after running auto-subscribe urls. 2002-06-14 22:53:15 +00:00
naving%netscape.com 204e6725ac 136721 r=bhuvan sr=bienvenu. fixing bug where news server should be prepopulated in account wizard after running auto-subscribe urls. 2002-06-14 22:49:22 +00:00
oeschger%netscape.com 34460bbc00 fixing help button in offline dialog, bug=129540, attachment 86751, r=andreww, sr=alecf, a=dbaron 2002-06-14 21:03:16 +00:00
varga%utcru.sk ee1d143694 Part of fix for bug 123719.
- using sort variables instead of cycleHeader()

r=neil, sr=bienvenu
2002-06-14 20:37:03 +00:00
ssu%netscape.com 32a633fa36 fixing bug 134745 - mail notification icon in system tray is the wrong icon (yellow triangle). r=varada, sr=mscott 2002-06-14 08:38:29 +00:00
srilatha%netscape.com 14b2a8a92a Fix for bug # 149758. Pre-configuring and locking ldap server preferences
r=rdayal, sr=sspitzer.
2002-06-14 01:56:45 +00:00
ssu%netscape.com f85f84c7ae fixing bug 136417 - Mark newsgroup read from newsgroup folder context menu affects wrong folder. r=bhuvan, sr=mscott 2002-06-13 17:56:25 +00:00