Commit Graph

14007 Commits

Author SHA1 Message Date
cavin%netscape.com
140cbad84e Fix for 196222. Set directory pref name in CreateDirectoryByURI() and enable Properties cmd for all addrbooks. r/sr=sspitzer. 2003-03-10 23:43:11 +00:00
seawood%netscape.com
ad7b50550b Fix objdir bustage 2003-03-08 08:34:22 +00:00
cls%seawood.org
d1479589a2 Adding mingw makefile changes.
Bug #134113 r=bryner
2003-03-08 05:57:15 +00:00
brendan%mozilla.org
210b74280d Fix grammar (that for defining clauses, not which). 2003-03-08 02:02:24 +00:00
cavin%netscape.com
e6bd6d0b4b Fix for bug 183087. Disallow certain types of cards to be members of a list and/or be editable. r=ducarroz, sr=sspitzer. 2003-03-06 23:58:13 +00:00
cavin%netscape.com
10c8ce1d71 Fix for 196240. Remove File|Rename Address Book menu item. r/sr=bienvenu. 2003-03-06 23:19:27 +00:00
kaie%netscape.com
5f3ad686d7 b=194636 Forwarding binary message produces invalid message
r=ducarroz sr=sspitzer
2003-03-06 14:19:41 +00:00
cls%seawood.org
2c9b0b22dc Fully qualify the call to PostMessage to avoid namespace conflict with win32 define.
Thanks to Dan Mosedale <dmose@mozilla.org> for the patch.
Bug #134113 r=cls sr=sspitzer
2003-03-06 03:14:31 +00:00
sspitzer%netscape.com
ac3a86f99f supplimental fix for bug #17230.
we're using the "Rename Address Book" dialog as the "local addressbook properties"
dialog, so let's make that the title.

(it is what you open when you do "Properties" on a local ab)

instead of alerting, allow the user to open it for the PAB or CAB, but
disable the text field.

r=cavin
2003-03-06 03:12:35 +00:00
cavin%netscape.com
9ce3e07c03 Fix for 17230. Added code to allow addrooks to be renamed. r/sr=sspitzer. 2003-03-06 01:45:43 +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
sspitzer%netscape.com
34fc8cb8a7 fix for regression bug #196073
without a mail acct, Send menu items fail
caused by my checkin for bug #99363
r/sr=bienvenu
2003-03-05 21:33:05 +00:00
sspitzer%netscape.com
0443050ee9 whitespace foo that I had in my tree. no bug. 2003-03-05 21:31:22 +00:00
sspitzer%netscape.com
2318e18d79 update comment, no bug. 2003-03-05 21:26:47 +00:00
sspitzer%netscape.com
156ad4aea2 fix for bug #192602
[mac os x only]
HQX (BinHex) attachments fail to save to disk.
some old XP_MAC code needs to be XP_MACOSX, too.
r=ccarlen, sr=sfraser.
2003-03-05 21:25:30 +00:00
sspitzer%netscape.com
cd2842bb7b remove unused code. 2003-03-05 21:24:28 +00:00
bryner%netscape.com
3c1dc80ee4 attempting to fix tinderbox bustage 2003-03-05 07:39:12 +00:00
sspitzer%netscape.com
f5bcc87c97 fix for bug #190349. fix some problems with choosing an existing folder
as the junk mail folder.  r/sr=bienvenu
2003-03-05 06:40:25 +00:00
cavin%netscape.com
398e9c238a Fix for 124059. Made creating and modifying addrbooks work the right way. r=shliang, sr=sspitzer. 2003-03-05 02:49:18 +00:00
shliang%netscape.com
1eff4344d5 134273 - fix mistakes from previous checkin. r/sr=sspitzer 2003-03-05 01:25:22 +00:00
shliang%netscape.com
8dd1001df8 128503 - fix mail and ab quicksearch field behavior. r=cavin,sr=sspitzer 2003-03-05 01:24:03 +00:00
robinf%netscape.com
62752a1b15 updating palm readme per bug 161765, r=oeschger 2003-03-05 00:53:34 +00:00
neil%parkwaycc.co.uk
f3c0d855f6 Bug 185867 shift delete doesn't work in the advanced search dialog r/sr=sspitzer 2003-03-04 12:03:06 +00:00
neil%parkwaycc.co.uk
0cafe31fbb Bug 129510 supplementary patch by shliang to fix js warnings r=me sr=sspitzer 2003-03-04 12:01:26 +00:00
seawood%netscape.com
2b3cce2b88 Add support for building against X11-based toolkits on OS X.
Bug #191447 r=pavlov
2003-03-04 05:11:46 +00:00
sspitzer%netscape.com
2c13a386c3 fix for half (the easy half) of bug #191798.
[mailviews|junkmail whitelisting] should be case insensitive when matching address book entries.

the hard half is much harder, given how the addressbook is implemented
and will require more thought.

r/sr=bienvenu
2003-03-04 01:47:23 +00:00
sspitzer%netscape.com
22b9ebae38 fix txt import wording. bug #195836. r=robinf 2003-03-04 01:44:00 +00:00
cavin%netscape.com
846dffeed9 Fix for bug 183078. Missing a filterAction->SetTargetFolderUri() call in ConvertMoveToFolderValue. r/sr=sspitzer. 2003-03-04 01:37:52 +00:00
cavin%netscape.com
a6afbd6037 Fix for bug 183614. Remove the default action after the dialog is initialized. r/sr=sspitzer. 2003-03-04 01:35:13 +00:00
sspitzer%netscape.com
7b22dc8cf3 fix the junk mail purge code. when this code was original written, it was modeled
after the biff code, using the purge interval as the timer.  (yikes, a 14 day timer!)

now, we fire a timer at a fixed interval, and see if a purge is necessary, and use
the purge interval to decide what messages to delete.

add code to verify that we are only trying to delete messages marked as junk.

we do this because the junk folder might be trash, or there might be non-junk in it
that hasn't been moved, and we don't want to delete that.

r/sr=bienvenu
2003-03-04 00:28:40 +00:00
neil%parkwaycc.co.uk
214a5f7d71 Bug 194764 "File Here" should be "Copy Here" for copy r/sr=sspitzer 2003-03-03 10:06:42 +00:00
aaronl%netscape.com
8d51bbf6f6 Bug 187511. Add Find As You Type to menus. r=brade, sr=dveditz. 2003-03-03 06:28:58 +00:00
sspitzer%netscape.com
3918811455 fix for bug #195640. moving junk status column to the right of subject,
showing it by default, and enabling junk mail controls by default.
r/sr=bienvenu
2003-03-02 21:36:43 +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
cavin%netscape.com
0cd6fbdd62 Fix for 192147. Fixed error msgs display problem. r=shliang, sr=sspitzer. 2003-02-28 23:30:20 +00:00
suresh%netscape.com
7c29ce1251 194460 - Add new card dialog doesn't pre-fill with Screen Name. 2003-02-28 21:52:27 +00:00
sspitzer%netscape.com
357f884102 fix for bug #195440.
crash when cancelling during downloading list of newsgroups in subscribe dialog.
r/sr=darin
2003-02-28 19:22:01 +00:00
neil%parkwaycc.co.uk
2d3146ea10 Bug 72463 Sort by "order received" removed from pull-down menu r/sr=sspitzer 2003-02-28 09:00:34 +00:00
sspitzer%netscape.com
149b310ffd fix typo. amazing this never caused a bug. 2003-02-28 06:08:53 +00:00
sspitzer%netscape.com
18502a4be5 minor code clean up I had sitting in my tree. no bug. 2003-02-28 05:34:18 +00:00
sspitzer%netscape.com
7a43771e57 fix for blocker bug #195367.
reply doesn't quote.  typo in patch for bug #144296.
r/sr=no one.
2003-02-28 05:30:48 +00:00
sspitzer%netscape.com
04cb6b0779 fix for blocker bug #195364
can't open compose window.
r=shliang, sr=bienvenu
2003-02-28 04:58:46 +00:00
shliang%netscape.com
dc3eb8ed8a 128503 - quicksearch behavior in mail and ab not consistent. r=cavin, sr=sspitzer. 2003-02-28 03:58:46 +00:00
shliang%netscape.com
262cd58812 135877 - convert ab dirtree to use xul tree builder, fix dnd feedback, also 130310, 132362. r/sr=sspitzer 2003-02-28 03:55:49 +00:00
shliang%netscape.com
5a4090f057 78734 - rearrange menuitems. r/sr=sspitzer. 2003-02-28 03:48:36 +00:00
shliang%netscape.com
51f4e6b5c1 128645 - adding card to mailing list in same ab doesn't update, 53216, 44710 - cards added to mailing list lose display name. r=cavin, sr=sspitzer. 2003-02-28 03:42: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
cavin%netscape.com
df3d84e27a Fix for 135993. Clear temporary return receipt filter when sent folder is changed and recreate this temporary filter when updating folders. r/sr=sspiter. 2003-02-28 01:41:36 +00:00
shliang%netscape.com
19c7ed8c4d 129510 - left align menulist labels in filter/search dialogs. r=cavin, sr=sspiter. 2003-02-28 00:32:55 +00:00