Commit Graph

411 Commits

Author SHA1 Message Date
bienvenu%nventure.com
3b8c938b4f provide palmsync conduit capability for handheld to overwrite desktop or vice versa, 222016, r/sr=mscott 2004-01-13 00:57:42 +00:00
bienvenu%nventure.com
eec90ab0c0 add icons for 222016, the ability for pc to overwrite palm and vice versa in palmsync, r/sr=mscott 2004-01-13 00:19:00 +00:00
bsmedberg%covad.net
d0f309943a Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 13:37:00 +00:00
bsmedberg%covad.net
274ef7cd49 Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 01:22:31 +00:00
bienvenu%nventure.com
7ab855f60c replace nsIPref with nsIPrefBranch in mailnews, patch by arne.anka@stupido.com, r=me, sr=mscott 2004-01-04 21:47:17 +00:00
timeless%mozdev.org
cf93f4d479 Bug 227419 Warning: assignment to undeclared variable gIncomingServer in chrome://messenger/content/am-mdn.js
r=neil sr=bz
2003-12-21 04:04:10 +00:00
bienvenu%nventure.com
589282ecff fix palm sync issues, Not Part of Build, r/sr=mscott 226221 pref for which address to map (home or work), 227507, add pref for skipping sync of a particular AB, 227598 add pref for which phone number (work or home) to display in Palm contact list 2003-12-09 00:45:43 +00:00
dbaron%dbaron.org
d5582721b7 Separate locale version from Mozilla version so we do not have to bump locale version for every release. b=226377 r=kairo, bsmedberg sr=ben a=asa 2003-12-02 23:22:11 +00:00
bienvenu%nventure.com
96fccdedc7 fix 68341 add mnemonics to account settings, patch by Stefan Borggraefe, r=neil.parkwaycc, sr=bienvenu, a=asa 2003-12-02 01:02:14 +00:00
scott%scott-macgregor.org
3c6bc17197 Back out Bug #206838 which changed the branding of Mail & News within seamonkey
r/sr=bienvenu/mscott

a=sspitzer
2003-11-26 22:57:41 +00:00
rlk%trfenv.com
341707f63d Bug 206838 - Mozilla rebranding (e.g. Messenger, not Mail & Newsgroups). r=neil@parkwaycc.co.uk, sr=jag@tty.nl a=asa@mozilla.org. Patch by Mikael Parknert (arne.anka@stupido.com). 2003-11-26 15:06:10 +00:00
bienvenu%nventure.com
77342f0a64 add listener for xpcom shutdown to code that handles remembering offline<->offline transitions in case we don't get a quit-application notification, for bug 226449 tbird starts up offline sometimes, r=sspitzer, sr=mscott, a=sspitzer 2003-11-24 15:19:02 +00:00
scott%scott-macgregor.org
05e69474ee Bug #224138 --> can't send S/MIME Encrypted messages because we aren't adding a CRLF to the last message line.
patch by ch

sr=mscott

a=asa
2003-11-19 16:52:18 +00:00
cbiesinger%web.de
dc53d73d2c 216894 patch by Stefan Borggraefe borggraefe@despammed.com
neil.parkwaycc.co.uk: review+
  bienvenu: superreview+
Message View Setup window too small, not resizeable
2003-10-30 21:11:55 +00:00
bienvenu%nventure.com
3aede5affd add install.js, used for building palm sync as an extension, not part of build 214407 2003-10-30 17:08:16 +00:00
neil%parkwaycc.co.uk
c8a9a80ed2 Bug 78446 MailNews xul files should not have any inline styles r=bienvenu sr=bz 2003-10-30 09:48:15 +00:00
neil%parkwaycc.co.uk
228a5074f7 Bug 223539 Mail views installs non-existent package r=bsmedberg sr=bienvenu 2003-10-30 09:30:05 +00:00
bienvenu%nventure.com
fd978a4758 prompt for starting up in offline mode, use network.online instead of network offline, r=neil@parkway.uk, sr=mscott, a=sspitzer 221734 2003-10-26 17:34:52 +00:00
bienvenu%nventure.com
f1a427bbb1 add js component to handle starting up in last offline state, or prompting at startup, 221734, r/sr=mscott 2003-10-21 22:15:07 +00:00
bienvenu%nventure.com
742902cb16 more work on offline startup prompt, 221734, address Seth and Neil's comments, not part of build yet 2003-10-21 17:51:32 +00:00
bienvenu%nventure.com
1e411635cf initial checkin of offline startup prompt extension, NPOB 221734 2003-10-20 23:54:45 +00:00
kairo%kairo.at
7b21e2d4eb bug 154927 - automate localeVersion updates based on milestone.txt - we'll now create all those files during compile time from .in files, r=leaf, sr=bz 2003-10-18 17:54:07 +00:00
bienvenu%nventure.com
2f43c4e43f more palm sync ui, allow configuration of conduit through hot sync conduit ui 221413 patch by kteuscher@myrealbox.com, r/sr=bienvenu 2003-10-14 18:04:49 +00:00
bienvenu%nventure.com
7e58ad3b42 more palm sync ui, allow configuration of conduit through hot sync conduit ui 221413 patch by kteuscher@myrealbox.com, r/sr=bienvenu 2003-10-14 17:19:55 +00:00
tor%cs.brown.edu
7386551ac2 Bug 208461 - midl semantics changed (VC++ .NET 2003). r=bryner 2003-09-26 19:31:18 +00:00
bienvenu%nventure.com
438ed1651a make bayesian filter plugin not rely on the profile manager, r/sr=mscott 219722 2003-09-19 19:02:00 +00:00
bienvenu%nventure.com
74241f4276 fix mdn problems when current user is same as requester, and with mdn responses to messages stored for offline use, r/sr=mscott 218732 218132 2003-09-11 01:53:25 +00:00
bryner%brianryner.com
5cd0bcdb7a Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-07 22:56:05 +00:00
cls%seawood.org
1b51ba858c Set MODULE in makefiles at the top of a heirarchy so that module-deps lists are more precise and builds will have the proper order if some subdirs contain other modules. 2003-08-16 00:42:35 +00:00
kairo%kairo.at
5cbc82d1b5 bug 214207 - update localeVersion for 1.5b - rs=blizzard, a=asa 2003-08-11 11:31:24 +00:00
brendan%mozilla.org
b7cdb7debb Add shared DHashTableOps for [const] char *key use-cases, clean up dhash API abusages (214839, r=dougt, sr=dbaron). 2003-08-05 20:09:21 +00:00
cls%seawood.org
064d382e0c Fix VPATH build problem with cygwin make 3.80:
* Force use of native cygwin paths & cygwin_wrapper
* Remove _NO_AUTO_VARS mess
* Use full source path when calling win32 compiler so debugging info shows up
* Change DEPENDENT_LIBS to use an intermediate header file instead of commandline define
Bug #210393 r=leaf sr=bryner
2003-08-05 04:43:49 +00:00
bzbarsky%mit.edu
b0d068ccde Bump skinVersion up to 1.5, since older skins are likely to get broken by the
change to no longer support single-':' pseudo-elements.  Bug 211657, r+sr=dbaron
2003-07-25 23:03:39 +00:00
jaggernaut%netscape.com
83c571e877 Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron 2003-07-20 07:47:59 +00:00
scott%scott-macgregor.org
6906e3ab3a Bug #210984 --> let extensions extend entries in the account manager. This allows extensions like PGP/mime to directly add panels
to the account manager.

r/sr=sspitzer
2003-07-14 00:02:09 +00:00
jaggernaut%netscape.com
2d7ed90a69 Bug 73353: clean up MODULE/REQUIRES story. r=cls, sr=bryner 2003-07-13 22:29:00 +00:00
kaie%netscape.com
eca5c05eea Fixing bustage from previous checkin. 2003-07-11 20:20:14 +00:00
kaie%netscape.com
903de8295b b=205702 S/Mime messages should use larger encrypted strings to increase strength of security
r=ddrinan sr=brendan
2003-07-11 19:27:27 +00:00
timeless%mozdev.org
6ebcae8784 Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)
patch by riceman+bmo@mail.rit.edu r=timeless rs=jag moa=sspitzer
2003-07-02 14:30:36 +00:00
cbiesinger%web.de
8106f8f4f4 201769 r=neil sr=dmose patch by bugzilla@christian.schmidt.name
Security panel is confusing - order of controls should be changed
2003-06-24 20:51:38 +00:00
alecf%flett.org
2751c6b097 fix for bug 206379:
- combine nsICharsetConverterManager2 and nsICharsetConverterManager
- get rid of nsIAtom in most of the methods
- provide versions of getUnicodeDecoder/Encoder which don't do alias resolution
- change all charset types to ASCII strings
- clean up some other i18n APIs which could be simplified
- fix all consumers of all changed i18n interfaces
r=jshin, smontagu
rs=sfraser
2003-06-11 18:16:03 +00:00
seawood%netscape.com
bde9a95afd Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 21:29:40 +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
kairo%kairo.at
0b93c73eee bug 207642 - update localeVersion for 1.5a - r=rchen, sr=blizzard 2003-06-04 11:11:19 +00:00
sspitzer%netscape.com
13da6b1dd4 fix for bug #206339
add PR_LOGGING for the bayesian filter.
people will have problems, and this will help dev and QA track them down.
it's *really* verbose, but that can be addressed later.
r/sr=bienvenu, a=sspitzer for 1.4 final
2003-05-23 07:34:19 +00:00
sspitzer%netscape.com
d19d84c6e7 fix for regression bug #206504
Views dropdown menu quickly loses focus/highlight.
thanks to bryner for debugging the problem.
r/sr=bryner, a=sspitzer
2003-05-21 22:59:38 +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
ssu%netscape.com
3cd78f7202 checking fix for rajiv for bug 177514 - 'mozMapi' should be 'MozillaMapi'. r=naving, sr=sspitzer, a=sspitzer 2003-05-17 19:05:42 +00:00
shliang%netscape.com
fa7043c160 bug 205054 - need descriptive text dialog to come up for user's first junk mail action. r/sr/a=sspitzer 2003-05-16 01:10:33 +00:00
robinf%netscape.com
2c439ed1ce updates per bug 161765; r=oeschger 2003-05-12 23:33:37 +00:00
sspitzer%netscape.com
0e038caab6 fix for bug #189490.
remember the current mail view, across sessions.
(we already remember it when switching folders).
r/sr=bienvenu a=sspitzer
2003-05-08 14:05:57 +00:00
sspitzer%netscape.com
51d79ff6d2 even though they live in mailnews/extensions
mdn, mailviews and bayesian aren't optional.
no bug, no reviewer.  just adding a comment.
2003-05-02 01:21:16 +00:00
sspitzer%netscape.com
f7bbce7579 fix for some mail view issues
bug #189543 [Mailviews: View dropdown menu items should be in View:Messages Menu]
bug #187990 [dropdown out of sync if view set in View|Messages]
bug #190187 [mail view list, remove cancel button (doesn't work).  instead, prompt on delete, like filters]

r/sr=bienvenu, a=sspitzer
2003-04-30 07:37:16 +00:00
ssu%netscape.com
245584a2d9 fixing bug 195136 - Palm Sync readme file needs to be packaged and installed with mail.xpi. r=sgehani, sr=dmose, a=asa 2003-04-23 23:39:11 +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
brendan%mozilla.org
bdeb25acd4 Add const to PLDHashTableOps static; fix warning and else-after-return. 2003-04-20 03:36:53 +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
f7bf89f618 Remove global _POSIX_SOURCE & _SVID_SOURCE defines for linux.
Bug #202510 r=darin
2003-04-18 20:14:17 +00:00
scott%scott-macgregor.org
e26b186cf9 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-18 06:12:46 +00:00
kairo%kairo.at
b6009f1e51 bug 202312 - localeVersion update for 1.4b, r=rchen, sr=blizzard 2003-04-17 18:43:57 +00:00
robinf%netscape.com
11ad7740c2 updates to supported devices and software; r=oeschger, per bug 161765 2003-04-02 23:33:57 +00:00
cavin%netscape.com
156811fb0d Fix for 199186. Only compare first 15 chars for the addrbook names in GetABInterface(). r/sr=sspitzer. 2003-03-26 00:27:52 +00:00
cavin%netscape.com
ff1e7b0dcc Fix for 192994. Put back memeset() call to fix MS COM not returning the right status code for nsSynchronizeAB(). r/sr=sspitzer. 2003-03-26 00:25:14 +00:00
robinf%netscape.com
d578e591a8 updates per bug 161765; r=oeschger 2003-03-22 00:54:22 +00:00
cavin%netscape.com
ffa7725b75 Fix for 192994. Use the Palm category index, instead of
category id, as the key to link/tie moz addrbooks and Palm categories together. Also Added code to avoid removing of unsynced addrbooks. r/sr=sspitzer.
2003-03-21 00:16:26 +00:00
timeless%mozdev.org
a2b62b16f2 Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>) patch by riceman+bmo@mail.rit.edu r=timeless sr=jag moa=sspitzer 2003-03-17 04:59:12 +00:00
sspitzer%netscape.com
adce3a35d1 fix for bug #194238
the junk mail controls won't detect a message as junk until you mark a message as good.

the algorithm in "A Plan For Spam" assumes that you have a large good
corpus and a large junk corpus.

that won't be the case with users who first use the junk mail feature
so, we do certain things to encourage them to train.

r/sr=bienvenu
2003-03-16 07:09:41 +00:00
dbaron%dbaron.org
4aa4ac846f Add MODULE_NAME line to fix build bustage (from rules.mk checkin by seawood). 2003-03-16 00:24:15 +00:00
dougt%netscape.com
e06cabecf2 fixing bustage 2003-03-15 06:41:38 +00:00
bryner%netscape.com
1d7a118270 attempting to fix mac bustage 2003-03-15 05:30:48 +00:00
dougt%netscape.com
9040408519 fixing bustage 2003-03-15 04:43:21 +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
cavin%netscape.com
27584aa717 Fix for 189968. Modified code to use addrbook xpcom interface methods, instead of addrbook internal functions and variables. r/sr=sspiter. 2003-03-05 21:40:29 +00:00
bryner%netscape.com
3c1dc80ee4 attempting to fix tinderbox bustage 2003-03-05 07:39:12 +00:00
robinf%netscape.com
62752a1b15 updating palm readme per bug 161765, r=oeschger 2003-03-05 00:53:34 +00:00
cavin%netscape.com
7541ec415d Fix for 190233. Added code to split (from palm -> moz) and join (from moz -> palm) address lines. Also added code to replace CRLFs with spaces for all fields (except
notes). r/sr=sspitzer.
2003-03-01 02:08:56 +00:00
cavin%netscape.com
adf4b31dda Set conduit title field and created BrandName.rc for the product brand name. r=ssu, sr=sspitzer. 2003-02-28 23:39:51 +00:00
shliang%netscape.com
b8ad6646cc 183994 - filter/search dialog ui nits, 169938 - clean up filter list statusbar, 186217 - filter not saved after action error, 195313 - menulists in filter/search dialogs dynamically change width. r/sr=sspitzer 2003-02-28 00:21:31 +00:00
sspitzer%netscape.com
89560482e7 moving the palm readme, for robinf. r=ssu 2003-02-27 22:19:56 +00:00
kairo%kairo.at
661116311f bug 194924 - localeVersion update for 1.4a, r=rchen, sr=blizzard 2003-02-27 00:05:44 +00:00
sspitzer%netscape.com
e37def032b fix for message view UI nits in bug #183331.
to match the spec.  see http://www.mozilla.org/mailnews/specs/views/#MsgViews
r/sr=bienvenu
2003-02-26 02:05:16 +00:00
cbiesinger%web.de
ed666ec18d well, the first fix was actually the better one 2003-02-25 23:35:10 +00:00
cbiesinger%web.de
0f7d422e8c better bustage fix 2003-02-25 23:31:54 +00:00
cbiesinger%web.de
2598167cfe fix palmsync bustage 2003-02-25 23:24:32 +00:00
cbiesinger%web.de
8df1c3812c fix palmsync bustage 2003-02-25 21:43:05 +00:00
cbiesinger%web.de
9405eda256 190020 r=timeless sr=alecf GetResource should take AUTF8String 2003-02-25 19:02:00 +00:00
neil%parkwaycc.co.uk
0b62e15d01 Bug 183312 Label text change not reflected in Views dropdown until next session r/sr=sspitzer 2003-02-25 13:38:31 +00:00
neil%parkwaycc.co.uk
37c4c242c8 Bug 183331 Message Views feature: UI Nits r/sr=sspitzer a=asa 2003-02-13 13:27:50 +00:00
sspitzer%netscape.com
8f89fe3b03 fix for bug #189489. hook up help buttons for junk mail controls dialog and message view dialogs.
r/sr=bienvenu, a=asa
2003-01-31 22:48:31 +00:00
sspitzer%netscape.com
74c4a4736b fix for bug #191188
mail views list dialog should be modal to the 3 pane.
r/sr=bienvenu, a=asa
2003-01-30 06:48:04 +00:00
sspitzer%netscape.com
47160a16c2 fix for bug #189890
we need to clone the search terms for a view before modifying them for quick search
otherwise we'll be modifying the view.
r=cavin, a=asa
2003-01-29 06:03:57 +00:00
cavin%netscape.com
296325ba34 Fix for bugs 183574, 188444, 189123, 189140 and 189995. Deleting addrbooks on either or both sides of palm and mozilla now works. Empty addrbooks are now synced. Added logging facility to mozilla conduit dll. r/sr=sspitzer. 2003-01-22 00:26:37 +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
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
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
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
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
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
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
seawood%netscape.com
58004c4a48 Add SRCS_IN_OBJDIR variable to workaround requirement introduced by bug 141834 that srcfiles must be in the srcdir.
Bug #171753 r=bryner
2002-12-13 02:36:06 +00:00
sspitzer%netscape.com
cbb05359cf fix for #59638. cross folder navigation in the stand alone msg window
doesn't load the next unread message.  thanks to ssu for the initial patch,
and neil for the suggestions.  r/sr=bienvenu

fix for #49305.  in "view all headers" mode, we only see the last header
for headers where multiple headers are legal.  thanks to richard.li@sun.com
for the initial patch.  r/sr=bienvenu

fix for #179803. when we added mail views, we added "Sender is[n't] in addressbook"
support to filter / search / views, but it left us with two "Sender" menuitems.
this code unifies them into one.  on disk (for filters and views) both the old
way ("from in ab") and the new way ("from") work, so there isn't a migration issue.
r/sr=bienvenu
2002-12-11 04:28:05 +00:00
sspitzer%netscape.com
6e75a92b24 fix bug #184078. localize "All" and "Unread" in message views.
r=mstoltz,sr=dveditz,sspitzer.  thanks to Marek.Wawoczny@GmbH.rubikon.pl for the fix.
2002-12-11 04:03:20 +00:00
bienvenu%netscape.com
c42faf989e move link of unicharutil to build from src to try to fix build bustage 2002-12-07 01:37:09 +00:00
beard%netscape.com
eac4a8fa7b Need lwbrk to compile factory. Fix build bustage. 2002-12-07 01:08:19 +00:00
beard%netscape.com
3fdcb712c3 Fix build bustage, need lwbrk, and unicharutil libraries. 2002-12-07 01:00:31 +00:00
beard%netscape.com
0959ebb0fc Need unicharutil. 2002-12-07 00:52:09 +00:00
beard%netscape.com
db27cc70da Need to link against UniCharUtils[Debug].o. 2002-12-07 00:46:23 +00:00
beard%netscape.com
377eb1b1ff Fix for bug #183109, r=dmose, sr=sfraser, a=asa. 2002-12-07 00:42:48 +00:00
bienvenu%netscape.com
d34f0cb1c4 fix scoring multiple messages when opening folders, r=dmose,beard, sr=sspitzer, a=blizzard 179162 2002-12-06 00:45:13 +00:00
sspitzer%netscape.com
c9853d2765 bad skinVersion (copy and paste error on my part)
should be 1.2, not 1.0 (like the rest of the tree)
2002-12-05 23:15:09 +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
beard%netscape.com
7f55e7fd83 Fix build bustage, need MsgUtil[Debug].lib now. 2002-12-03 15:05:40 +00:00
bienvenu%netscape.com
72b5db0a56 remove unused var to fix warning from last checkin 2002-12-03 13:18:40 +00:00
bienvenu%netscape.com
c57fdd9994 179162 chain junk mail classification requests by using new msg service streamMessage method r=dmose, sr=sspitzer 2002-12-03 13:06:46 +00:00
kaie%netscape.com
da1410e6e1 b=115294 Support S/Mime signing only configuration / relax certificate configuration requirements
r=javi sr=sspitzer
2002-11-28 18:31:03 +00:00
sspitzer%netscape.com
4c82b1b099 fix for bug #180019.
fix problems when choosing "Customize..." mail view, and then cancelling.
also fix problems when you choose the same view as previously chosen.
r/sr=bienvenu
2002-11-28 04:31:58 +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
bienvenu%netscape.com
859a783300 add msg window to spam classification calls for feedback, r=dmose, sr=sspitzer, 179162 2002-11-26 21:41:44 +00:00
kaie%netscape.com
a16a952116 b=168450 Cleanup some PSM code and add JavaDoc documentation to all freeze candidates
r=javi sr=alecf
2002-11-14 00:50:02 +00:00
sspitzer%netscape.com
2ffb9da1e2 fix for static build bustage. thanks for the tip from cls. 2002-11-12 23:13:50 +00:00
blizzard%redhat.com
6bcc98d8d0 Bug #179773. mailViews.dat not installed during make install. r=sspitzer 2002-11-12 19:24:38 +00:00
rdayal%netscape.com
396279f652 Bug #178989 sometimes records are not added to Palm AB during Palm Sync
r=ssu, sr=bienvenu.
2002-11-08 23:45:00 +00:00
sspitzer%netscape.com
8612bc689f moving to 8.3. it's too easy to goof this up otherwise. 2002-11-08 20:41:45 +00:00
mkaply%us.ibm.com
16e1a92721 Os/2 needs 8.3 names 2002-11-08 15:24:29 +00:00
mkaply%us.ibm.com
037d6779fd OS/2 bustage
1. PR_CALLBACK
2. PLEASE don't create more implementations using min() and max()
name them something different.
2002-11-08 05:05:28 +00:00
mkaply%us.ibm.com
b2afded753 OS/2 DLL names need to be 8.3 2002-11-08 04:08:31 +00:00
mkaply%us.ibm.com
9fc955ebe9 Need to change true/false to PR_TRUE/PR_FALSE as well 2002-11-08 03:27:12 +00:00
dmose%netscape.com
99166c83b7 Fix OS/2 tinderbox build bustage by changing instances of bool to PRBool 2002-11-08 03:13:07 +00:00
peterv%netscape.com
b71a88f912 Turn on basic junk-mail detection functionality in mail on Mac. r=dmose. 2002-11-07 22:30:16 +00:00
dmose%netscape.com
189cc94548 Removing old, unused files (not part of build) 2002-11-07 21:29:26 +00:00
dmose%netscape.com
d31ebf1c6a Turn on basic junk-mail detection functionality in mail. Parts (such as moving to other folders) are still disabled as there is work to do there yet. Bug 169638; r=bienvenu; sr=sspitzer 2002-11-07 20:37:55 +00:00
sfraser%netscape.com
201f9528cf Fix debug target to output shared lib, not static lib; fixes autoreg crash in debug builds. r=brade/sspitzer. 2002-11-07 20:02:59 +00:00
sfraser%netscape.com
de67bb6d21 Fixing .headers output file name to fix IDL dependencies, which should fix the flames. r=sspitzer 2002-11-07 00:57:23 +00:00
sfraser%netscape.com
fc7b1696f8 Fixing up project files for sspitzer. r=sspitzer 2002-11-06 21:51:59 +00:00
sspitzer%netscape.com
4889a885a8 ignore generated Makefiles. 2002-11-06 21:21:05 +00:00
sspitzer%netscape.com
19e0ea3301 mailviews for the mac. not part of the build. 2002-11-06 20:40:17 +00:00
sspitzer%netscape.com
ffc14fd215 build work for mailviews, for mac. not part of the build. 2002-11-06 19:10:33 +00:00
sspitzer%netscape.com
f36ce9ed1d turn on mscott's mail views. (only linux and windows, working on mac build changes).
bug #176850.  r/sr=bienvenu
2002-11-06 05:22:25 +00:00
sspitzer%netscape.com
903fffa429 landing mscott's mail views work from the ns tree. see #176850
NOT PART OF THE BUILD YET.
2002-11-02 01:07:53 +00:00
kairo%kairo.at
150568bb2e Bug 175853, Update localeVersion strings for 1.2 final - and do it correctly, r=jbetak, sr=bzbarsky, a=blizzard 2002-10-30 12:41:38 +00:00
rdayal%netscape.com
f664b05971 Bug #177250 fix for crash during / after palmsync
The fix is for using the OLE memory management routines instead of the usual ones
for the 'out-parameters' of the MS COM IPalmSync interface used for IPC
between the conduit loaded in the HotSync Manager process and the Mozilla process.
The fix has also been tested by mozilla community person who mostly saw these crashes.

r=ssu, sr=bienvenu, a=roc+moz.
2002-10-30 00:18:51 +00:00
dmose%netscape.com
7fbbf99073 Ongoing spam-filtering work for the front end (not yet exposed to the user in default builds). Cleans up unnecessary and partially working UI items; fixes gcc warnings; fixes 3/5 state plugin by adding junkscoreorigin property; moves some plugin interaction from mailCommand.js to nsMsgDBView.cpp. r=sspitzer@netscape.com, sr=bienvenu@netscape.com, a=asa@mozilla.org 2002-10-24 07:03:04 +00:00
beard%netscape.com
eadef5891d Added TokenEnumeration, which provides efficient direct enumeration of the Tokenizer's PLDHashTable. r/sr=brendan, a=asa [not part of build] 2002-10-18 06:31:47 +00:00
beard%netscape.com
37cfc9460e Performance enhancement: using PLDHashTable to store tokens by value in the hash table, using PLArenaPool to allocate token word strings. r/sr=brendan, r=dmose [not part of build] 2002-10-16 21:29:25 +00:00
leaf%mozilla.org
b25d2a38f7 update localeVersion for 1.2b, a=asa 2002-10-16 17:51:38 +00:00
kaie%netscape.com
c114606c21 b=165574 PSM embedding freeze/ step 3/ replace nsISupportsArray with nsIArray
r=javi sr=alecf a=asa
2002-10-14 14:49:00 +00:00
rdayal%netscape.com
d6e64ca87b part of Bug #173281 Modify for install.
Changes for registration of PalmSync support interface

r=ssu, sr=dveditz, a=asa
2002-10-14 06:53:05 +00:00
beard%netscape.com
0801450ce0 oops, forgot a return type on isUpperCase() r/sr=sspitzer a=asa [not part of build] 2002-10-12 01:14:53 +00:00
beard%netscape.com
c69ba0c665 Don't lowercase non-ASCII characters! r/sr=sspitzer a=asa [not part of build] 2002-10-12 00:45:07 +00:00