Commit Graph

770 Commits

Author SHA1 Message Date
bienvenu%netscape.com
ec891273fd fix warning and timestamp leeway comparison on linux, r/sr=sspitzer 208627 2003-06-10 21:28:15 +00:00
seawood%netscape.com
97649bab86 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 21:18:27 +00:00
seawood%netscape.com
b28ce0a530 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 20:12:33 +00:00
timeless%mozdev.org
fd76e77086 Build Bustage (HP-UX B.11.00 java05)
Error 225: "nsMailDatabase.cpp", line 541 # Ambiguous overloaded function call; more than one acceptable function found. Two such functions that matched were "long abs(long)" ["/opt/aCC/include/cstdlib", line 14] and "int abs(int)" ["/usr/include/stdlib.h", line 38].
            *aResult = abs(actualFolderTimeStamp - folderDate) <= gTimeStampLeeway;
                       ^^^
2003-05-29 10:44:38 +00:00
bienvenu%netscape.com
ebdf775673 fix for 207038 hidden pref for timestamp leeway on local summary files, r/sr=sspitzer 2003-05-28 22:47:39 +00:00
dwitte%stanford.edu
270d3909ca bug 100649: Length() being used where IsEmpty() is meant
treewide changes to convert incorrect usages of string.Length() to string.IsEmpty().

thanks to afatecha@idea.com.py (Ariel Fatecha) for the patch. r=dwitte, sr=jst.

got the ok from Asa to land into a closed tree.
2003-05-23 21:34:47 +00:00
scott%scott-macgregor.org
eb5faba111 Part of Bug #179533 --> remove obsolete CID file (has no effect on the current build) since this file has
been moved to ..\src.
2003-05-18 19:25:59 +00:00
bienvenu%netscape.com
e516a5dd6b fix undo of local mail delete, r/sr/a=sspitzer 188245 2003-05-10 20:14:20 +00:00
bienvenu%netscape.com
a03b928bbe part of fix for 122693 display problems when deleting messages in threaded view r/sr=sspitzer, a=sspitzer 2003-05-08 14:09:31 +00:00
scott%scott-macgregor.org
8b5be13a9d Bug #179533 --> add the option to make a static build of mailnews which is disabled by default.
r/sr=sspiter
2003-04-20 20:56:21 +00:00
bienvenu%netscape.com
b89af837ff speed up move/delete of multiple local messages, 184434 r/sr=sspitzer 2003-04-20 00:33:19 +00:00
scott%scott-macgregor.org
7bf4126720 Part of Bug #179533 --> need to move mail CID files from the build directory to the src directory.
This will make aggregating mail dlls easier.
r/sr=sspitzer
2003-04-19 05:29:35 +00:00
seawood%netscape.com
80e1b303cc Purge XP_PC.
Bug #56767 r=mkaply sr=alecf
2003-04-02 22:45:08 +00:00
seawood%netscape.com
4957953e70 Obsoleting xp_str.h:
* Move XP_IS_ macros into nsCRT.h & rename them to NS_IS_
* Make local XP_IS_ macros use the nsCRT ones
* Remove NOT_NULL defines
Bug #199920 r=alecf sr=bryner
2003-04-01 19:38:12 +00:00
dougt%netscape.com
0d2808c511 Create a new xpcom obsolete library (and component library).
Moved nsFileSpec and related classes into this obsolete library.
  Moved nsRegistry and related libreg functionality into the obsolete library.

Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.

Combined the following DLLs (source -> dest)
  uriloader -> docshell
  shistory -> docshell
  jsurl -> jsdom
  gkview -> gklayout

Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer

Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.

Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).

Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService

Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
sspitzer%netscape.com
0c06599830 fix for bug #195354.
"when i check mail, the app just sort of freezes up for a few seconds"

bail out early if we are setting the string property to the current value.
this bug was exposed by my junk mail envelope checkin (bug #190825).

thanks to bryner for noticing the regression.

r/sr=bienvenu
2003-02-28 03:19:38 +00:00
sspitzer%netscape.com
6bdc4c2e20 fix for bug #190825. add junk mail icon to header pane for messages we think are junk.
also, fix for bug #185269 (fix classic skin icon in thread pane and thread pane column header)
r/sr=bienvenu
2003-02-23 04:05:57 +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
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
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
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
38832437ca no brainer code cleanup. not part of any bug. rs=bienvenu 2002-12-13 03:43:30 +00:00
bienvenu%netscape.com
bd7f4a6508 fix crash reading some imap messages, add null check, r/sr=sspitzer 184455 2002-12-10 23:45:27 +00:00
bienvenu%netscape.com
d5b0d8b9f7 fix build warnings, patch by Aleksey Nogin, r=ducarroz, sr=bienvenu 59673 2002-12-03 15:23:42 +00:00
dmose%netscape.com
baf766e1ad Fix mailnews gcc warnings (bug 179775); thanks to Pratik <psolanki@netscape.net> for the patch. r=dmose, sr=bienvenu 2002-11-27 02:52:37 +00:00
sicking%bigfoot.com
8d87d5e285 Bug 8929: Kill NS_COMFALSE
r=peterv sr=bz
2002-11-25 11:21:22 +00:00
bienvenu%netscape.com
c7b4e0f74c fix unused variable warning in msgdb, patch by aleksey nogin, r/sr=bienvenu 129631 2002-11-17 17:02:19 +00:00
bienvenu%netscape.com
cd2cb3c439 fix mark read filters unread count handling r=cavin, sr=sspitzer 2002-11-16 18:38:35 +00:00
bienvenu%netscape.com
a3b420bc30 fix counts when adding msg to ignored thread r=cavin,sr=sspitzer 147110 2002-11-16 18:25:59 +00:00
bienvenu%netscape.com
c0dc750492 ignore tabs in reference headers, fixes threading when folded headers have tabs, r/sr=sspitzer, 179736 thx to jmuto for diagnosing the problem, also, whitespace cleanup 2002-11-12 19:22:09 +00:00
bienvenu%netscape.com
504e32e634 fix crash undoing imap delete r=cavin, sr=sspitzer, 177835 2002-11-08 23:32:40 +00:00
bienvenu%netscape.com
53216956cf fix mark thread watched/ignored news filter actions r=cavin, sr=sspitzer 2002-11-07 22:16:25 +00:00
naving%netscape.com
28cbedeb74 117835 r=cavin sr=bienvenu fixing invalid folder name containing japanese characters when you restart after creating new local folders. Also cleaning up local folders code that deals with checking for duplicate
folder names, renaming/deleting local folders
2002-11-06 01:30:31 +00:00
naving%netscape.com
7b85e6c79f fixing comment from last checkin 2002-10-09 02:54:23 +00:00
naving%netscape.com
fd72397d3a 173137 r=cavin sr=bienvenu Made it so that deleting/marking read/flagged etc fails and throw
alert (only for delete) if we are compacting that folder in the background.
2002-10-09 02:47:20 +00:00
sspitzer%netscape.com
f60bd335f1 cid to progid cleanup. no bug. 2002-09-27 09:32:06 +00:00
sspitzer%netscape.com
0cef078337 work for #169638. make it so when you mark a message as spam from the stand alone msg
window, the other views (like the thread pane) get notified.  also, some code cleanup
to use nsCOMPtr.  r/sr=bienvenu
2002-09-26 22:56:00 +00:00
dmose%netscape.com
399c89c164 Make it possible to get an nsMsgKeyArray from an nsMsgKeySet, and to get the list of NEW messages from nsIMsgDatabase (bug 170841). r=naving@netscape.com, sr=bienvenu@netscape.com 2002-09-26 00:22:53 +00:00
sspitzer%netscape.com
91c00f9cca land spam UI: control panel UI, spam log UI, toolbar button, tools menu, thread pane UI.
currently, hidden by default.  more work to come.  r/sr=bienvenu.  bug #169638
2002-09-20 00:04:01 +00:00
ere%atp.fi
f742680f4b Bug 167305, Folded references: headers are parsed incorrectly
r=scc, sr=bienvenu, a=asa
2002-09-09 19:26:11 +00:00
dougt%netscape.com
68faeb5241 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 17:13:19 +00:00
bienvenu%netscape.com
d357de89a2 fix build warnings, no bug, r/sr=sspitzer 2002-08-26 22:58:50 +00:00
naving%netscape.com
9848cf196f 156558 r=cavin sr=sspitzer bienvenu Adding changes on mozilla side so that aim can show new mail status from buddies etc.. 2002-08-17 02:31:08 +00:00
bienvenu%netscape.com
2c8b715231 fix purging of news headers, based on initial patch by nandini.sakar@intel.com 145355, r=me, sr=sspitzer 2002-08-10 19:47:33 +00:00
seawood%netscape.com
322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
bienvenu%netscape.com
994a55ea7c add methods to get and set string properties and other hooks part of 161226 mail extensibility hooks r=cavin, sr=sspitzer 2002-08-07 14:17:27 +00:00
bryner%netscape.com
90a2f7dfb7 Fix all of the warnings about member initializer ordering in constructors (bug 156135). r=timeless, sr=jag. 2002-07-08 07:56:50 +00:00
bienvenu%netscape.com
fcca18379b fix crash selecting folder after deleting messages in another folder 121240 r=naving, sr=sspitzer 2002-07-03 00:40:55 +00:00
bienvenu%netscape.com
8c4a187566 add code to sync msg hdr flags with newsrc flags, r=cavin, sr=sspitzer original patch by ayn2@cornell.edu 64476 2002-05-30 14:27:49 +00:00
bienvenu%netscape.com
e3c83f77fc fix threading by subject r=cavin, sr=sspitzer 140613 2002-05-29 21:02:58 +00:00