darin%meer.net
77642ae698
fixes bug 210125 "need to be able to AsyncWait for closure only" r=dougt sr=bzbarsky
2003-10-06 01:46:31 +00:00
scott%scott-macgregor.org
2ee1e6c44a
adding vCard support
...
bug #14373 : Need UI in account manager to add/edit vCard
also landing the fix for bug #206793 :
Images do not appear in mail compose window when
"Do not load remote images..." pref is set to true
r/sr=sspitzer
2003-10-05 20:07:22 +00:00
cbiesinger%web.de
cab15e3d05
bug 220770. patch by Karsten "Mnyromyr" D�sterloh mnyromyr@tprac.de
...
neil.parkwaycc.co.uk: review+
bzbarsky: superreview+
fixes a js strict Warning: assignment to undeclared variable gNewAccountToLoad
2003-10-03 22:15:35 +00:00
bienvenu%nventure.com
378afe0ce7
speed up flat sorting by batching around expand all, r=neil@parkway, sr=mscott 221035
2003-10-02 17:52:58 +00:00
timeless%mozdev.org
5c99a8c4a1
Bug 220303 Need to tidy up onclick/listeners in mail/news windows
...
patch by bugzilla@arlen.demon.co.uk r=neil sr=bienvenu
2003-10-02 16:03:41 +00:00
bienvenu%nventure.com
85a7a3f067
fix sort when unthreading threaded view r/sr=mscott 218656
2003-10-01 20:10:34 +00:00
bienvenu%nventure.com
305566f122
fix for 220913, patch by ch.ey@gmx.net, r/sr=bienvenu, follow on patch for 135357 ability to do SMTP over SSL w/o TLS, fix port handling in UI
2003-10-01 15:30:03 +00:00
bienvenu%nventure.com
6e16e0d7c7
fix 135357 allow smtp over SSL, patch by ch.ey@gmx.net, r=bienvenu, sr=mscott
2003-10-01 03:00:01 +00:00
bzbarsky%mit.edu
62ba52a6eb
fixing strict JS warning. Bug 220706, patch by kd-moz@tprac.de (Karsten
...
"Mnyromyr" Dusterloh), r=neil, sr=bzbarsky
2003-09-30 21:55:54 +00:00
stephend%netscape.com
c29f4c0d61
Bug 220768. Assignment to undeclared variable gDefaultSpecialFolderPickerMode. r=neil, sr=bz
2003-09-30 18:03:06 +00:00
neil%parkwaycc.co.uk
b75fbd676f
Bug 78360 messageWindow does not declare gContextMenu properly r=timeless sr=bienvenu
2003-09-30 15:48:48 +00:00
bienvenu%nventure.com
5f2958c236
fix crash cancelling msg copy operation, r=neil.parkwaycc.co.uk, sr=sspitzer
2003-09-30 15:36:15 +00:00
bienvenu%nventure.com
5beee5f70d
fix failure to authenticate when copying message to sent folder, 220246 patch by bryner@brianryner.com and me, sr=mscott
2003-09-30 15:22:38 +00:00
bienvenu%nventure.com
2b18847667
make biff not fire when junk mail arrives, r/sr=mscott 189289 part of patch from emmet@cogs.sussex.ac.uk
2003-09-29 01:16:31 +00:00
cbiesinger%web.de
eb91abb4df
Bug 99264
...
"Search Messages" and "Search Addresses" windows should remember Size & Position
patch by borggraefe@despammed.com (Stefan Borggraefe)
neil.parkwaycc.co.uk: review+
bienvenu: superreview+
2003-09-25 15:03:50 +00:00
timeless%mozdev.org
39af5034bb
Bug 62429 The "Start my reply above the quoted text" setting should ALSO allow to prepend the signature above the quote text. (top)
...
patch by bugzilla@arlen.demon.co.uk r=neil sr=bienvenu
2003-09-23 23:07:54 +00:00
timeless%mozdev.org
a4540d26bb
Bug 219981 remove unused variables
...
r=bienvenu sr=bienvenu
2003-09-22 21:46:47 +00:00
bienvenu%nventure.com
b550776fae
get password from nsIPasswordManagerInternal directly if we can, r/sr=sspitzer 219976
2003-09-22 17:29:29 +00:00
timeless%mozdev.org
75117a2ea1
Bug 201465 Window "About Junk Mail" has wrong size
...
patch by borggraefe@despammed.com r=neil sr=bienvenu
2003-09-22 15:01:16 +00:00
timeless%mozdev.org
d017039f07
Bug 188934 Junk Mail Controls: J key for mark as junk, Shift-J for mark as not junk
...
r=neil sr=dveditz
2003-09-21 04:50:54 +00:00
cbiesinger%web.de
a0bb7fe86c
bug 216789 patch by Ian Neal bugzilla@arlen.demon.co.uk
...
neil.parkwaycc.co.uk: review+
bienvenu: superreview+
"Server Settings" tab in "Account Settings" is too big for preferences window
2003-09-19 21:52:25 +00:00
neil%parkwaycc.co.uk
86e68a1553
Bug 219239 Junk Mail Controls is not modal and does not remember placement p=borggraefe@despammed.com r=me sr=bienvenu
2003-09-19 19:49:17 +00:00
ere%atp.fi
166e424d97
Fix for bug 219621 (sender column now at the end with a new profile)
...
r=neil
sr=bienvenu
2003-09-19 18:26:42 +00:00
neil%parkwaycc.co.uk
8647ac01b5
Bug 201392 Go Next Unread ignores folders with exactly one unread message r/sr=bienvenu
2003-09-19 14:41:06 +00:00
cbiesinger%web.de
6ac98845f2
bug 197209 patch by borggraefe@despammed.com Stefan Borggraefe
...
r=neil@parkwaycc.co.uk sr=bienvenu
folder properties should be a <dialog>
2003-09-19 14:40:59 +00:00
cls%seawood.org
19d1d413c2
Fix misc build issues for mingw gcc 3.3.1:
...
* Link non-component libs using -Wl,-enable-runtime-psuedo-relocs to workaround auto-import issues
* the last element of an enum cannot end with a comma
* PRUint16 is not interchangable with PRUnichar nor WCHAR
* cannot take the address of or call ::main() from another c++ function
* Functions declared within |class foo {};| block do not need extra |foo::| qualification
* GCC no longer implements <varargs.h>. Use <stdarg.h> instead
Bug #217009 sr=dbaron
2003-09-18 17:22:33 +00:00
ere%atp.fi
0fc4b54f4e
Bug 36492: Implementation of separate recipient and sender columns in thread pane
...
r=Neil
sr=Bienvenu
2003-09-17 19:52:23 +00:00
neil%parkwaycc.co.uk
81dd8db930
Bug 192318 clean up after bug 191817 r=mscott sr=bienvenu
2003-09-16 10:17:37 +00:00
bienvenu%nventure.com
3f250be274
fix 100% cpu useage connecting to imap server, r/sr=mcott 219245
2003-09-15 22:15:00 +00:00
bienvenu%nventure.com
3694ebb66d
fix failure to connect to imap server, 219185, r/sr=sspitzer
2003-09-14 22:56:51 +00:00
scott%scott-macgregor.org
4bb0a66899
simple code cleanup, no bug
2003-09-14 22:05:22 +00:00
scott%scott-macgregor.org
6dda7acc0e
fix for bug #219218
...
center the ab card dialog when launched from the message headers.
r/sr=sspitzer
2003-09-14 22:03:47 +00:00
scott%scott-macgregor.org
836d4da4b8
whitespace fix, no bug.
2003-09-14 22:02:08 +00:00
scott%scott-macgregor.org
5aa8565bde
minor code cleanup, no bug.
2003-09-14 21:49:11 +00:00
neil%parkwaycc.co.uk
1eadece338
Bug 190941 mailWindowOverlay.js uses obsolete outliner reference r=swalker r/sr=mscott
2003-09-14 19:39:43 +00:00
bienvenu%nventure.com
2823cb75b0
add support for aging messages from pop3 server, r/sr=mscott 107883
2003-09-13 15:15:26 +00:00
bienvenu%nventure.com
c11076be90
make imap use blocking reads, big performance win on high speed networks, r=darin, sr=mscott 218874
2003-09-13 14:59:47 +00:00
neil%parkwaycc.co.uk
95676daf85
Bug 180215 stop some old profiles from mis-sizing junk mail dialog p=mbockelkamp@web.de r=me sr=bienvenu
2003-09-11 16:07:44 +00:00
neil%parkwaycc.co.uk
32e08d4840
Bug 218024 disable some of the View submenus when account central is open r=bienvenu sr=mscott
2003-09-11 13:38:50 +00:00
bienvenu%nventure.com
f52542b7f2
cleanup unused mailnews methods r/sr=mscott 218888
2003-09-11 13:36:46 +00:00
neil%parkwaycc.co.uk
5999e8a97e
Bug 87924 Search in subscribe should only begin after user stops typing r/sr=mscott
2003-09-11 08:59:24 +00:00
neil%parkwaycc.co.uk
761aa2a481
Bug 200656 MailAreaHasFocus() is no longer necessary r=mscott sr=bienvenu
2003-09-11 08:34:55 +00:00
bienvenu%nventure.com
bc46e70141
whitespace code cleanup, no bug, r/sr=me
2003-09-11 02:57:27 +00:00
bienvenu%nventure.com
446f289dac
whitespace code cleanup, no bug, r/sr=me
2003-09-11 02:46:16 +00:00
bienvenu%nventure.com
547285ba04
fix 218024 check for null gMsgDBView in InitView methods, r=neil, sr=mscott
2003-09-11 02:43:38 +00:00
bienvenu%nventure.com
2bd7bc30d7
whitespace cleanup, no bug, r/sr=me
2003-09-11 02:08:36 +00:00
bienvenu%nventure.com
373aa252e0
whitespace cleanup, no bug, r/sr=me
2003-09-11 02:02:36 +00:00
bienvenu%nventure.com
4645076d47
fix crash in nsMsgFilter::MatchHdr with null folder, check for null folder, r/sr=mscott 218885 and whitespace cleanup
2003-09-11 01:59:44 +00:00
cbiesinger%web.de
a864593274
Bug 206472
...
"Bookmark This Link" does not create bookmark
patch by borggraefe@despammed.com Stefan Borggraefe
varga: review+
bz-vacation: superreview+
asa: approval1.5+
2003-09-10 19:42:20 +00:00
bienvenu%nventure.com
c01ba1217f
fix crash reading news msg in newsgroup when two accounts point to the same server, patch by frank.schoenheit@gmx.de, whitespace cleanup by me, r=bienvenu, sr=mscott, a=asa 210547
2003-09-10 14:55:19 +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
scott%scott-macgregor.org
400db9964f
Bug #130070 --> Add Mark All Read to the folder pane's context menu. Thanks to Aidas Kasparas for the patch.
...
r=neil
sr=mscott
a=asa
2003-09-05 21:20:12 +00:00
neil%parkwaycc.co.uk
4409ace56d
Bug 173074 print preview is enabled in the context menu for whitespace p=stevechapel@earthlink.net r=me sr=mscott a=asa
2003-09-03 21:34:24 +00:00
bienvenu%nventure.com
56e812d56e
finish speeding up delete msgs marked as junk, r=sspitzer, sr=mscott, a=ssptizer 217299
2003-08-29 01:12:49 +00:00
bienvenu%nventure.com
57059c7aae
fix 217625 pop password mgmt problem, r/sr/a=sspitzer
2003-08-28 22:19:18 +00:00
bienvenu%nventure.com
43003571b5
speed up delete mail marked as junk enormously 217299 sr=mscott, a/r=sspitzer
2003-08-27 22:27:45 +00:00
bienvenu%nventure.com
b258998bc5
fix horked view when turning on view | messages | thread, sr=mscott, a/r=sspitzer 217031
2003-08-27 22:25:28 +00:00
cbiesinger%web.de
54b6ac62e1
Bug 216606
...
New advanced IMAP popup should have IMAP as the default tab
patch by bugzilla@arlen.demon.co.uk (Ian Neal)
neil.parkwaycc.co.uk: review+
bienvenu: superreview+
asa: approval1.5b+
2003-08-26 11:19:00 +00:00
cbiesinger%web.de
628c1b5a4c
Bug 216533
...
Move the "Composition" settings *above* the "Addressing" settings in the
Account Settings
patch by Ian Neal bugzilla@arlen.demon.co.uk
neil.parkwaycc.co.uk: review+
bienvenu: superreview+
asa: approval1.5b+
2003-08-26 11:17:11 +00:00
bienvenu%nventure.com
927f51dbab
bulletproof crash when view has null db, shows up in talkback as topcrash, r=mscott, sr/a=sspitzer 216705
2003-08-25 22:00:07 +00:00
caillon%returnzero.com
883462a198
Bug 216940 - mailnews channels violate nsIChannel api (contentType)
...
Also fixes 216939
Patch by Christian Biesinger <cbiesinger@web.de>
r=bienvenu@nventure.com
sr=darin@meer.net
a=mkaply@us.ibm.com
2003-08-22 19:14:22 +00:00
bienvenu%nventure.com
8d4da721bc
fix 214402 keep thread pane blank until password entered for imap and local folders, controlled by a hidden pref r=mscott, sr/a=sspitzer
2003-08-20 22:37:01 +00:00
bienvenu%nventure.com
a9fc88e912
make advanced server settings a tabbed dialog, patch by Ian Neal, r=neil.parkway, sr=bienvenu, a=rjesup 109162
2003-08-16 23:14:22 +00:00
bienvenu%nventure.com
3392aa269f
fix problems unignoring threads, r=sspitzer,sr=mscott, a=sspitzer 121164
2003-08-16 22:02:03 +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
bienvenu%nventure.com
17afec1257
fix dots in thread pane on empty trash, with suggestions from neil@parkwaycc r/sr/a=sspitzer 211289
2003-08-13 17:46:45 +00:00
bienvenu%nventure.com
1166f95097
fix assertions deleting top level msg in a collapsed thread, part of work on 211289, r/sr/a=sspitzer
2003-08-12 15:14:13 +00:00
bienvenu%nventure.com
cfd7be6c20
fix assertions deleting multiple messages by using batching, part of work on 211289, r/sr/a=sspitzer
2003-08-12 15:08:09 +00:00
neil%parkwaycc.co.uk
119060f0df
Bug 141531 move quote reply pref (reply below/above) to account settings p=bugzilla@arlen.demon.co.uk r=me sr=bienvenu a=asa
2003-08-12 12:33:04 +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
scott%scott-macgregor.org
74e68df7aa
***Thunderbird Only blocker***
...
Back out 213538 which attempted to remove a thunderbird ifdef in nsWebShell.cpp. This broke the ability to display mail messages
on mac, linux and win95/win98 builds. Miraculously it sometimes works on win xp, but still has issues.
2003-08-08 16:20:19 +00:00
bienvenu%nventure.com
764b67eae3
add default pref for password protecting local hdr cache, 214402, r=scott, sr/a=sspitzer
2003-08-08 14:16:11 +00:00
neil%parkwaycc.co.uk
3b745c24c3
Bug 126626 getNumUnread(true) and getTotalMessages(true) return incorrect values for servers probably causing bug 201392 r/sr=bienvenu
2003-08-05 23:04:25 +00:00
scott%scott-macgregor.org
88b3503432
Bug #214063 --> remove obsolete method that no one is using. Patch by mbockelkamp@web.de (Matthias Bockelkamp)
...
r/sr=mscott
2003-08-05 21:19:10 +00:00
bienvenu%nventure.com
06af5aba93
try to speed up downloading for offline imap, get rid of obsolete method, notifystoreclosedallheaders, r/sr=mscott 214245
2003-08-05 19:35:38 +00:00
pkw%us.ibm.com
7d9d871f3b
Bug 212804 - Enable installation of movemail.rdf on non-AIX systems
...
r/sr=sspitzer@netscape.com
2003-08-05 13:21:17 +00:00
neil%parkwaycc.co.uk
c29d2c1ce5
Bug 127423 Offline prefs appear when MailNews isn't installed p=diego@buirrun.de r=me sr=mscott
2003-08-05 08:23:37 +00:00
neil%parkwaycc.co.uk
6bda94e8a4
Bug 127423 Offline prefs appear when MailNews isn't installed p=diego@biurrun.de r=me sr=mscott
2003-08-05 08:14:21 +00:00
scott%scott-macgregor.org
74083f380a
Thunderbird only.
...
Hacks to work around Bug #213538 . By removing the ifdef in docshell, and managing this stuff in nsMsgWindow::OnStartURI,
we have lost the context as to whether the url originated from a link click (in which case thunderbird wants to kick it out
to the OS) or if it the url is something we are internally trying to load into the message pane.
Temporarily work around this issue by allowing chrome, jar and about:blank to be loaded.
2003-08-04 06:55:45 +00:00
scott%scott-macgregor.org
e16003ce45
Bug #213538 --> remove the MOZ_THUNDERBIRD ifdef in nsWebShell.cpp. Add moz thunderbird functionality to OnStartURI to kick
...
non mail urls out to the operating system.
Also, break out a method on nsIMessenger for thunderbird which can be used to launch urls externally instead of doubling up inside
of loadUrl.
r/sr=bienvenu
2003-08-02 05:43:40 +00:00
scott%scott-macgregor.org
c494c829df
Bug #213538 --> remove the MOZ_THUNDERBIRD ifdef in nsWebShell.cpp
...
Also, break out a method on nsIMessenger for thunderbird which can be used to launch urls externally instead of doubling up inside
of loadUrl.
r/sr=bienvenu
2003-08-02 05:42:25 +00:00
neil%parkwaycc.co.uk
1db54cf6bc
Bug 16967 implement Mark by Date p=frank.schoenheit@gmx.de r=me sr=bienvenu
2003-07-31 21:20:23 +00:00
bienvenu%nventure.com
76fcfabeb1
remove unused methods, addUnique and replaceElement 214120 miscellaneous cleanup r/sr=mscott
2003-07-28 01:51:20 +00:00
bienvenu%nventure.com
b98233a1fb
fix 175488 we don't recognize some imap folders as special folder if they're under the inbox, r/sr=mscott
2003-07-28 01:03:46 +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
95899387f6
Bug 213602: Switch some users of NS_GetWeakReference over to do_GetWeakReference. r=bzbarsky, sr=dbaron
2003-07-25 19:06:59 +00:00
cbiesinger%web.de
bb37693039
147679 GetFromMIMEType on Windows only gets one extension and needs rethinking r=bzbarsky sr=darin
...
this merges nsIMIMEService::GetFromType and GetFromExtension
2003-07-25 16:48:00 +00:00
neil%parkwaycc.co.uk
e7c585c091
Bug 207634 Convert GetSortKeyLen/CreateRawSortKey to AllocateRawSortKey r=smontagu sr=sspitzer
2003-07-24 20:31:35 +00:00
bienvenu%nventure.com
31c69e8e25
fix 213768 reverse sort by threads broken, r/sr=mscott
2003-07-24 20:15:09 +00:00
jaggernaut%netscape.com
4e7c966d11
Bug 213601: Switch some users of NS_NewAtom over to do_GetAtom. r=bzbarsky, sr=dbaron
2003-07-24 04:53:13 +00:00
scott%scott-macgregor.org
2aedc8f271
Bug #213036 --> Thunderbird only! Has no effect on the seamonkey build.
...
New XBL widget that acts like a horizontal list box for new attachment display in thunderbird. This widget will shortly be moving
to toolkit once verbage & location is worked out with the toolkit folks.
r/sr=bienvenu
2003-07-23 19:03:17 +00:00
scott%scott-macgregor.org
d1c1d95ec2
Bug #65472 --> Port a thunderbird change back to mozilla mail. If the user has turned on the pref for showing the user-agent string,
...
show x-mailer if there is no user-agent. We currently show it under the same user-agent box we currently use in the UI.
r/sr=bienvenu
2003-07-21 05:00:09 +00:00
bienvenu%nventure.com
c3d9cc3ae1
remove extern for unused+non-existent function, no bug, r/sr=mscott
2003-07-20 15:38:59 +00:00
varga%utcru.sk
fbd78f9fd1
Fix for bug 152209. unnecessary distinction between "content" and "treeitem" template conditions
...
r=neil, sr=bienvenu
2003-07-20 10:35:41 +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
ef582a5d90
Add replied and forwarded atoms to the db view. This allows Thunderbird themes to add icons in the thread pane to
...
distinguish these two states. Thanks to Erik Arvidsson for the patch.
r=bienvenu
sr=scott
2003-07-19 17:27:17 +00:00
bienvenu%netscape.com
aebc1627b1
fix local search to release ref to db when done r/sr=mscott 185176
2003-07-17 19:40:00 +00:00
pkw%us.ibm.com
e27f226dda
Bug 107833 - Full prefs UI support for movemail accounts
...
r/sr=sspitzer@netscape.com
2003-07-15 20:57:01 +00:00
bienvenu%netscape.com
4291a8a577
fix problems copying empty imap or local folder to another local folder only works once, patch by cavin@netscape.com, r=sspitzer, sr=bienvenu
2003-07-14 23:36:22 +00:00
stephend%netscape.com
dfa0be33b9
Typo in checkin for bug 210984. r/sr=scott@scott-macgregor.org
2003-07-14 22:34:58 +00:00