seawood%netscape.com
6daf60f372
Since '-framework Carbon' causes binaries to require console access to run, do not link using that flag by default. Otherwise, remote builds & non-console tinderboxes will break. Mac OSX Mach-O only.
...
Bug #107696 r=mozbot
2001-11-01 00:54:48 +00:00
bienvenu%netscape.com
02cb84d366
better fix for problem reading imap messages with inline images 107436 r=jag, sr=sspitzer
2001-11-01 00:21:24 +00:00
bienvenu%netscape.com
7a2bc6cf75
fix toolbar flashing on deleting messages r=cavin, sr=sspitzer 100802
2001-11-01 00:19:46 +00:00
racham%netscape.com
506f1666cf
Fixing bug 107779. This is a regression. Make messagepane link context menu items to work by using the global context menu var. r=ssu,ben sr=sspitzer
2001-10-31 23:29:53 +00:00
timeless%mac.com
5248adb8a5
Bug 86217 - javascript strict warnings in sendProgress.js
...
patch by caillon@returnzero.com r=hwaara,varada sr=sspitzer
2001-10-31 23:17:44 +00:00
nhotta%netscape.com
1edf753f8f
Changed MimeMultipart_parse_line for retrieving a charset of the original message,
...
added a special handling for "multipart/related",
also changed to check number of children first to avoid calling MimeObjectChildIsMessageBody if not needed.
bug 92957, r=ducarrroz, sr=bienvenu.
2001-10-31 23:14:09 +00:00
nhotta%netscape.com
f2a1cf2997
Moved the hard coded reply header strings to pref so they can be editable, bug 70842, r=ducarroz, sr=sspitzer.
2001-10-31 23:13:35 +00:00
naving%netscape.com
23b95cebe2
107393 r/sr=bienvenu. make minor change to last checkin
2001-10-31 06:51:20 +00:00
naving%netscape.com
08791ff70e
107393. r/sr=bienvenu. Make the flag changes in QS view show up when you go back to folder
...
view.
2001-10-31 06:31:33 +00:00
bienvenu%netscape.com
d065c4ff6d
fix for empty local trash when you've not opened the trash or deleted a message in the session, r=naving, sr=sspitzer 107187
2001-10-31 03:56:15 +00:00
mscott%netscape.com
83d90b1519
Bug #107608 --> allow generic extensions to account manager,
...
nsIMsgIdentity and nsIMsgIncomingServer. checking in for Seth.
r=bhuvan
sr=mscott
2001-10-31 03:45:24 +00:00
mkaply%us.ibm.com
1bc7c3cd8d
HPUX bustage
2001-10-31 02:18:43 +00:00
sspitzer%netscape.com
c3f9baa998
fix for performance #107481 . our FocusRingUpdate_Mail command set updates on
...
focus changes. a blur from A to B does this: sets focused element to null,
sets focused element to B. by listening to focus, and not dropping null, our js would
update the mail-toolbar twice on a focus change. now we do it once.
thanks to cavin for finding the problem.
r=cavin, sr=bienvenu
2001-10-31 02:05:40 +00:00
racham%netscape.com
82e717c17b
Fixing addressbook bugs 102767, 102846, 104468. Fixing the name order problem in the addresbook results pane, making mobile the formal word in place of cellular and add context menu items for sidebar addressbook panel. r=ducarroz, sr=sspitzer
2001-10-31 00:42:55 +00:00
bnesse%netscape.com
df5dab7fb7
Fix for bug 106159. Force getComplexValue calls to return string values. r=sgehani, sr=alecf.
2001-10-31 00:13:06 +00:00
shanjian%netscape.com
d88c4c2ae0
#107084 View Character Coding for message display broken
...
r=nhotta, sr=sspitzer
2001-10-31 00:12:38 +00:00
ducarroz%netscape.com
0532eb4efb
Fix for bug 86398. Display a different message when we cannot fetch an attachment depending if we are saving or sending the message. R=varada, SR=mscott
2001-10-30 23:28:51 +00:00
sspitzer%netscape.com
9c25ea824a
fix for perf bug #103010 . don't persist the "open" state of news servers.
...
(revert to 4.x behaviour). persisting the open state of news servers
causes us to update the unread count on news servers if they are "open"
on startup, slowing us down. r=ssu,varada sr=bienvenu
2001-10-30 22:57:12 +00:00
ducarroz%netscape.com
27f47ec695
Fix for bug 84081. We need to mark an attachment we cannot fetch as bogus in order to avoid generating an empty part. R=varada, SR=mscott
2001-10-30 22:49:50 +00:00
ducarroz%netscape.com
ea678985c5
Fix for bug 83752. Need to close the progress window is an error occurs during the send. R=varada, SR=bienvenu
2001-10-30 22:45:31 +00:00
ducarroz%netscape.com
44ee72b5e2
Fix for bug 83549. Add a new send mode in order to be able to display correct message when an error occurs while sending unsent messages. R=varada, SR=mscott
2001-10-30 22:36:57 +00:00
dougt%netscape.com
1a5050445f
Moving nsISimpleEnumerator interface to new idl file. 99136, r=alecf@netscape.com sr=rpotts@netscape.com
2001-10-30 22:07:28 +00:00
sspitzer%netscape.com
eeff8456d8
backing out a jag's change. mLength on returnString is not correct, so doing returnString.Length()
...
cause problems, but strlen() works. bienvenu's looking into why our string foo is doing that to mLength,
but this gets the tree open. sr=bienvenu
2001-10-30 18:32:31 +00:00
mkaply%us.ibm.com
f93f66ba5d
Stupid OS/2 breakage - bug has been opened with compiler folk
2001-10-30 17:39:31 +00:00
bzbarsky%mit.edu
4fe6cc372e
Fix strict JS warnings in addressbook. Bug 107538, patch from James
...
Green <jg@cyberstorm.demon.co.uk>, r=hwaara, sr=bienvenu
2001-10-30 14:54:04 +00:00
ducarroz%netscape.com
ed58417ba8
Fix for bug 86089. Replace attachments string in message compose fields by an array of nsIMsgAttachment objects. This architecture change allow us to dissocie the attachment name from the attachment url. We can also now carry over extra information like the attachment content type or Mac file type. This check in contains also fix for related bug 52428, bug 80895, bug 87765 and bug 89090.
...
R=varada, SR=sspitzer
2001-10-30 14:42:41 +00:00
dbaron%fas.harvard.edu
1c830b2ff1
Fixing double parens.
2001-10-30 08:01:14 +00:00
dbaron%fas.harvard.edu
5486415694
... and fixing one other typo.
2001-10-30 07:59:16 +00:00
dbaron%fas.harvard.edu
92e1ddbf89
... and converting to double-parens.
2001-10-30 07:58:02 +00:00
dbaron%fas.harvard.edu
9c67524461
Fixing bustage by converting this to use PR-logging. I should've done a Windows build...
2001-10-30 07:40:57 +00:00
ben%netscape.com
b481110fff
107311 - rename global variable for consistency & interoperability with other context menu clients.
...
r=jst, sr=sspitzer
2001-10-30 06:45:17 +00:00
ben%netscape.com
c47dd894cf
107311 - insert accidentally removed <![CDATA[ and add a null check just in case
...
r=jst, sr=sspitzer
2001-10-30 06:44:24 +00:00
ben%netscape.com
6f65e1743c
107311 - make Mail Message Pane context window code not rely on menuitem visibility specified via style attribute, since this is now specified with the hidden attribute. Also remove unused parameter to fillMessagePaneContextMenu
...
r=jst, sr=sspitzer
2001-10-30 06:43:56 +00:00
dbaron%fas.harvard.edu
c4cb1dfd38
Removing remnants of warren's s/printf/PRINTF/ landing from the tree. b=94480 r=pavlov sr=darin
2001-10-30 06:33:52 +00:00
sspitzer%netscape.com
bd8b1a4b55
fix for #106917 . strict js warnings from msgHdrViewOverlay.js r/sr=mscott
2001-10-30 05:47:25 +00:00
bienvenu%netscape.com
bf0fc41df8
check for null db folder info 107457 rs=sspitzer
2001-10-30 00:09:35 +00:00
colin%theblakes.com
0b91598ab1
This comment really goes with the last checkin whose comment I fat-fingered.
...
Add an initialiser to ImportCharSet::m_Ascii so that it becomes a strong
symbol and therefore visible to the OpenVMS linker.
b=90666 r/sr=sspitzer
2001-10-29 21:14:11 +00:00
colin%theblakes.com
4b6d43bc1d
ImportCharSet::m_AsciiImportCharSet.cpp
2001-10-29 20:07:56 +00:00
sspitzer%netscape.com
11861bd841
fix blocker bug #107334 . undefined entity causes mailnews to crash.
...
working on the broken contenxt menus next, but the tree could open with that.
sr=shaver.
2001-10-29 17:38:57 +00:00
ben%netscape.com
69faa35f94
103064 - add Send Page/Link to browser context menu. Shifting XUL into this file
...
& parameterizing functions a little better so that they can be re-used more
efficiently. r=pchen, sr=hyatt
2001-10-29 10:15:18 +00:00
jaggernaut%netscape.com
1c9b9161c1
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-10-29 09:27:57 +00:00
bryner%netscape.com
cbc146a852
Fixing uninitialized variable. Bug 107262, r=bbaetz, sr=darin.
2001-10-28 22:30:30 +00:00
mkaply%us.ibm.com
14cbbe8e97
More crap
2001-10-28 21:59:04 +00:00
mkaply%us.ibm.com
dac4dc6712
Man I feel silly checking this crap in. Breaks on my machine, not the TB. Same problem
2001-10-28 21:55:32 +00:00
mkaply%us.ibm.com
0851e44a98
I don't know why this isn't breaking the tb. more reordering
2001-10-28 21:25:46 +00:00
bienvenu%netscape.com
4e6d2af90a
add support for sorting by label r=bhuvan, sr=sspitzer 106717
2001-10-28 20:26:59 +00:00
bienvenu%netscape.com
214bad157f
fix for topcrash in morkRowObject::closerow r=naving, sr=sspitzer
2001-10-28 20:25:12 +00:00
mkaply%us.ibm.com
e83bb64f79
Strange - this one builds on the TB but fails locally, one more ugly link order change
2001-10-28 16:16:38 +00:00
sspitzer%netscape.com
5de880290f
fix for #75611 . the Message | Mark menu item is supposed to have a seperator between it and the
...
"Ignore Thread" menu item when reading a news message.
fix by andreas.premstaller@uibk.ac.at , r/sr=sspitzer
2001-10-28 10:00:56 +00:00
sspitzer%netscape.com
5befe1d328
fix for #57756 . when clicking on a link in the addressbook card page, it should
...
open up a new window, or use and existing browser window.
also, the links should look and act like links.
initial patch by jessica blanco (jblanco@us.ibm.com ), r=racham, sr=sspitzer,bienvenu
2001-10-28 04:21:46 +00:00
sspitzer%netscape.com
82b8027440
fix for #45084 . add mnemonics to the mailing list dialog.
...
r=jag, sr=sspitzer. thanks to james green (jg@cyberstorm.demon.co.uk ) for the patch.
2001-10-27 23:01:59 +00:00
sspitzer%netscape.com
b3f8e7606f
fix for #90754 (return progress meter to inactive state) and #106763 (no items in subscribe tree until you do a search).
...
r/sr=bienvenu
2001-10-27 18:27:56 +00:00
mkaply%us.ibm.com
f4ec4f3c02
More OS/2 bustage
2001-10-27 15:11:44 +00:00
stephend%netscape.com
d7a12b47de
Bug 83318 - Wording changes from 'Get Msg' to 'Get Msgs' and 'New Msg' to 'Compose'. 50865 - Removing the duplicated charset menu item for folders. Both bugs have r=jglick@netscape.com, sr=sspitzer@netscape.com
2001-10-27 08:19:54 +00:00
bnesse%netscape.com
f1f4e0d7a5
Bug 106159. Switch remaining js and xul files from nsIPref interface to nsIPrefService/nsIPrefBranch interfaces to eliminate conflicts. r=jag, sr=alecf
2001-10-27 05:39:25 +00:00
rpotts%netscape.com
5e626fd436
bug #99627 (r=valeski@netscape.com, sr=mscott@netscpae.com). Freeze the nsIURIContentListener interface...
2001-10-27 02:52:39 +00:00
shanjian%netscape.com
25fdeddc93
#106650 Crash viewing some mails
...
r=ducarroz, sr=sspitzer
2001-10-26 23:59:30 +00:00
sfraser%netscape.com
31a9f6853e
Clean up static linkage with unichar utils (bug 100214) for alecf. r=fm, sr=alecf
2001-10-26 23:34:53 +00:00
naving%netscape.com
e6e876da99
106819 r=suresh sr=mscott. Do not steal focus after search textbox is cleared.
2001-10-26 22:33:27 +00:00
naving%netscape.com
25f7c83c8f
94968. r/sr=mscott. fix the folder-picker to not show bogus folders.
2001-10-26 22:08:21 +00:00
naving%netscape.com
15eba76e8f
106875 r=stephend sr=mscott. Remove tooltip for the searchBar.
2001-10-26 21:28:46 +00:00
hwaara%chello.se
d3494b22c8
#72667 , get custom quoted colors working again; obey the pref.
...
r=ducarroz, mcafee, sr=sspitzer
2001-10-26 19:25:19 +00:00
hwaara%chello.se
3cb42a366d
#47981 , link to newsgroups launches new mail window. Make our window handling in news a lot better, reuse whatever 3pane is already open. r/sr=sspitzer
2001-10-26 19:19:35 +00:00
nhotta%netscape.com
0729f37c3e
Replace nsTextFormatter by NS_ConvertUTF8toUCS2, bug 105527, r=ducarroz, sr=bienvenu.
2001-10-26 17:24:18 +00:00
alecf%netscape.com
31ab1c2945
Convert users of nsCRT::ToUpper(PRUnichar) to ToUpper(PRUnichar) for bug 100214, r=jag, sr=scc
2001-10-26 17:18:35 +00:00
naving%netscape.com
56b7446068
102735 r/sr=bienvenu. Save the sort info etc, when doing empty trash(imap).
2001-10-26 04:22:17 +00:00
alecf%netscape.com
bef357d05e
Added files:
mozilla/intl/unicharutils/util/nsUnicharUtils.cpp
2001-10-26 03:37:38 +00:00
alecf%netscape.com
91f782f06b
final makefile.win changes for bug 100214, just adding some REQUIRES to be used soon
2001-10-26 03:18:09 +00:00
bienvenu%netscape.com
3251c9f9ff
fix crash with move mail by using an nsCOMPtr to hold the ref r=naving, sr=sspitzer 104398
2001-10-26 03:13:41 +00:00
stephend%netscape.com
9546ae5f74
Bug 106668. JS strict warnings in the new Search widget. r=naving@netscape.com, sr=brendan@mozilla.org
2001-10-26 02:20:53 +00:00
racham%netscape.com
36978d0a60
Fixing crasher bug 105670. Adding null check on incoming server in the process of getting default account. r=racham, sr=sspitzer
2001-10-26 02:19:43 +00:00
cavin%netscape.com
2580061eba
Bug #74955 : When loading folders, preset the msg hdr cache table size to eliminate
...
the need of allocating and de-allocating tables. Same thing for users of nsUInt32Array
and nsUInt8Array. r=bienvenu, sr=sspitzer.
2001-10-26 02:02:58 +00:00
bienvenu%netscape.com
3ff318274e
fix abr caused by removing charset conversion code r=naving, sr=sspitzer 106725
2001-10-26 00:24:01 +00:00
bienvenu%netscape.com
5da8c71f40
remove bunch of unused code after charset conversion code that needed it was removed r=naving, sr=sspitzer 106725
2001-10-26 00:22:07 +00:00
bienvenu%netscape.com
679fc41744
fix problem with 64 bit sorts, r=bienvenu, sr=sspitzer 101011 patch by shanmu@netscape.com
2001-10-26 00:19:13 +00:00
nhotta%netscape.com
f12cc142db
Fixed to pass char* to PR_smprintf() instead of PRUnichar* which is not recognized, bug 105704, r=naving, sr=alecf.
2001-10-26 00:03:59 +00:00
naving%netscape.com
b6cfd46d26
103734 r=sspitzer sr=bienvenu. landing Quick Search feature for mail 3 pane.
2001-10-25 05:34:49 +00:00
stephend%netscape.com
7d0331899c
Bug 94022. Copies and Folders -> Copies & Folders. r=timeless, sr=sspitzer
2001-10-25 04:58:07 +00:00
dbaron%fas.harvard.edu
f56bfe4127
Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974
2001-10-25 03:21:53 +00:00
naving%netscape.com
edcb7091cf
102467 r/sr=bienvenu. fix a small memory leak
2001-10-25 03:14:33 +00:00
timeless%mac.com
23ec401688
Bugzilla Bug 97136 Unable to load filter on space characters
...
patch by alexey@ihug.com.au r=naving, sr=bienvenu
2001-10-25 03:11:40 +00:00
bienvenu%netscape.com
63d129c7bd
bulletproof for crash with filters and movemail r=adam@gimp.org, sr=sspitzer
2001-10-25 02:26:16 +00:00
bienvenu%netscape.com
df56083395
add ui for label feature, r=ssu, sr=sspitzer, fix problem with command enabling for local mail, r=varada, sr=sspitzer 106067 106504
2001-10-25 02:25:08 +00:00
nhotta%netscape.com
de9ef09cc6
For mail body charset conversion, if charset is "us-ascii" then use "ISO-8859-1", bug 82591, r=ducarroz, sr=sspitzer.
2001-10-24 23:54:07 +00:00
shanjian%netscape.com
06f726d1f5
fix mac bustage,
...
r=jelwell
2001-10-24 03:17:44 +00:00
mscott%netscape.com
8ff63f6c8e
Bug #105553 --> convert message header display to use new XBL widget
...
Bug #73413 --> hook up a first pass at view all headers
Bug #51616 --> don't let long subjects (with no spaces) reak havoc on the message pane.
r=ducarroz
sr=sspitzer
2001-10-24 00:27:03 +00:00
mscott%netscape.com
345e795b14
Bug #105553 --> add XBL widgets for use in message display
...
r=sspitzer
sr=hewitt
2001-10-24 00:26:09 +00:00
shanjian%netscape.com
e97a3c32b9
#12481 libmime to feed more characters for charset detection
...
r=naoki, r=ducarroz, sr=sspitzer
2001-10-24 00:16:01 +00:00
varada%netscape.com
67bc4ca68d
fix for 65761 - prefill filters using email address;r=ducarroz;sr=sspitzer
2001-10-24 00:00:32 +00:00
sspitzer%netscape.com
38b81b6d67
fix for #55473 . "View" | "Sort by" and "Messages" should be radio buttons, not checkboxes.
...
thanks to andreas.premstaller@uibk.ac.at for the patch. r/sr=sspitzer
2001-10-23 23:54:54 +00:00
naving%netscape.com
382798fbb3
106160. r=sspitzer sr=bienvenu fix a crash on reading local messages, the fix is not to loadURL if we cannot
...
get a msgHdr for the message.
2001-10-23 23:41:47 +00:00
nhotta%netscape.com
a41770e0b7
Fix the window close problem for saveAs in .js, enable the charset alert in .cpp and some clean up,
...
bug 89655, r=ducarroz, sr=bienvenu.
2001-10-23 23:25:02 +00:00
sspitzer%netscape.com
bb0905f70a
fix for #106308 . fix duplicate resource ids. r=hwaara, rs=bienvenu
2001-10-23 22:40:12 +00:00
bienvenu%netscape.com
117d30a96b
some front end for labels r=ssu, sr=sspitzer 106067
2001-10-23 22:22:32 +00:00
bienvenu%netscape.com
222778353d
some front end for label filters r=naving, sr=sspitzer 106067
2001-10-23 22:21:38 +00:00
bienvenu%netscape.com
77a5c868e6
add backend support for filter labels r=ssu, sr=sspitzer 106067
2001-10-23 22:07:24 +00:00
bienvenu%netscape.com
c2a4c287eb
add backend support for labels r=ssu, sr=sspitzer 106067
2001-10-23 22:06:03 +00:00
bienvenu%netscape.com
9e9ce03f2f
add label type r=ssu, sr=sspitzer 106067
2001-10-23 22:04:03 +00:00
sspitzer%netscape.com
4ea6a37788
fix for #106165 . fix js warning when psm not built or installed. r/sr=bienvenu
2001-10-23 02:11:08 +00:00
nhotta%netscape.com
93dcfd7532
For charset menupopup, make sure to set selectedItem and removed unnecessary code, bug 87691, r=jbetak, sr=sspitzer.
2001-10-22 22:47:48 +00:00
dougt%netscape.com
fdb581ad21
99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com
2001-10-22 22:01:27 +00:00
nhotta%netscape.com
4b113daf66
In MIME encoder, replace nsTextFormatter by NS_ConvertUTF8toUCS2, bug 105527, r=ducarroz, sr=bienvenu.
2001-10-22 20:59:03 +00:00
bnesse%netscape.com
5d3ba9e8a4
Fix for bug 103883. Add weak ref support for prefs observers to help reduce MLK cycles with preferences. r=ccarlen, darin, gordon, hewitt, mstoltz, srilatha, sspitzer. sr=alecf.
2001-10-22 20:54:48 +00:00
alecf%netscape.com
8f4c5f1454
bug 100214 - add libunicharutil_s to all unix projects that require it, r=cls
2001-10-22 20:44:02 +00:00
bienvenu%netscape.com
e0943fc57d
speed up loading of newsgroups by avoiding second db commit, r/sr =sspitzer 74955
2001-10-22 14:07:44 +00:00
bienvenu%netscape.com
e6a05fc797
correct fix for 103703 loading message leaks url spec, r/sr=sspitzer
2001-10-22 13:25:54 +00:00
jaggernaut%netscape.com
eb638b50f7
Bug 105973: s/Observe/observe/
2001-10-22 04:16:33 +00:00
hewitt%netscape.com
3f08911279
70751 - [XUL Syntax] XUL docs loaded in iframes should use <page>, r=blake, sr=hyatt
2001-10-21 04:16:03 +00:00
hewitt%netscape.com
9c458e9c63
102241 - [XUL 1.0] use selectedIndex on deck and tabpanels, r=blake, sr=hyatt
2001-10-21 03:59:20 +00:00
bienvenu%netscape.com
dc61ae1b36
fix crash after renaming local folder while it's being reparsed r=naving, sr=sspitzer 105108
2001-10-20 23:11:02 +00:00
bienvenu%netscape.com
2a64d64ef1
add error message for folder rename failed r=naving, sr=sspitzer part of fix for 105108
2001-10-20 23:08:24 +00:00
sspitzer%netscape.com
501a13fb8d
fix for #105659 . fix js warnings when there isn't a mapiregistry service.
...
r=srilatha, sr=mscott
2001-10-20 06:24:07 +00:00
mkaply%us.ibm.com
e8bd77f85c
#71601
...
r=cls
since this is now a generic module, it no longer needs HAS_EXTRAEXPORTS hack
2001-10-20 04:13:54 +00:00
ducarroz%netscape.com
bed7b92c0f
Fix for bug 105092. Patch provided by bienvenu@netscape.com. Fix crash due to freeing of memory we should not! R=ducarroz, SR=sspitzer
2001-10-19 20:55:08 +00:00
dougt%netscape.com
da7e1268bd
nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163
2001-10-19 20:52:59 +00:00
nhotta%netscape.com
8d98f174a3
Indentation change in folder property dialog, bug 94560, sr=sspitzer.
2001-10-19 20:50:17 +00:00
nhotta%netscape.com
0b69d47716
Wording change for folder property dialog, bug 94560, sr=sspitzer.
2001-10-19 20:49:56 +00:00
pinkerton%netscape.com
2f72d451ca
remove prefs and quit from edit/file menus on osx (they're in the app menu now). r=sdagley/sr=blake,smfr. bug#68098
2001-10-19 14:13:20 +00:00
naving%netscape.com
11c51e31a4
105328 r/sr=sspitzer. Throw duplicate folder alert when trying to create new folder from filter
...
editor.
2001-10-19 05:24:18 +00:00
mscott%netscape.com
fe984c8956
Bug #97497-- hopefully fix a random crash when compacting folders. I'm backing out part of
...
a previous change by bienvenu.
r=naving
sr=sspitzer
2001-10-19 04:38:00 +00:00
sspitzer%netscape.com
2d942e7782
more clean up the string foo in mailnews. r=cavin, rs=bienvenu. #103412 .
2001-10-19 01:44:53 +00:00
naving%netscape.com
1d01b17644
105162 r=racham sr=mscott. Remove unused prefs
2001-10-17 04:53:24 +00:00
naving%netscape.com
8039b2e9af
105162 r=racham sr=mscott. Make download message size pref work for pop3 again. Remove unused pref.
2001-10-17 04:53:23 +00:00
sspitzer%netscape.com
8b9019f871
remove my silly printf. rs=no one
2001-10-16 20:53:54 +00:00
nhotta%netscape.com
eeeac561a5
Added support for MIME encoded headers in mailtoURL, changed to decode MIME encoded headers for mailto URL,
...
bug 12851, r=ducarroz, sr=sspitzer.
2001-10-16 20:38:59 +00:00
cavin%netscape.com
cb99249377
Bug #104975 : Check if 'accountValues[type]' is NULL in checkUserServerChanges(). r=racham, sr=sspitzer.
2001-10-16 20:35:46 +00:00
seawood%netscape.com
8e5c56be1e
Removing unused xp_file.h includes.
...
Bug #38061 r=bryner
2001-10-16 06:08:11 +00:00
bienvenu%netscape.com
d04af8d942
fix crash in close row object on empty local trash rs=sspitzer 104659
2001-10-16 03:05:34 +00:00
hwaara%chello.se
8fdd9b847c
#104719 , change nsIMsgMailNewsUrl.idl to use attributes rather than GetFoo/SetFoo.
...
r=bienvenu, sr=sspitzer
2001-10-15 22:26:24 +00:00
blakeross%telocity.com
884b022fd2
Menulist in ab panel has no label. sr=ben
2001-10-14 19:40:12 +00:00
sspitzer%netscape.com
06fd63aab5
fix for #39584 . user should be asked to remove non existing newsgroups, like in 4.x
...
r/sr=bienvenu
2001-10-14 06:05:43 +00:00
sfraser%netscape.com
12fd7d9e86
Fix bug 42817 -- overlay a Page Setup menu item for Mac, which displays the page setup dialog. r=jag/hwaara, sr=sspitzer/blake
2001-10-13 02:28:44 +00:00
alecf%netscape.com
511a787492
convert nsCRT::strn?cmp to Convert() for bug 100214, to depend on string rather than xpcom for case-insensitive unicode support. r=sspitzer for mail stuff, r=jag for everything else, sr=sfraser
2001-10-13 00:16:32 +00:00
sspitzer%netscape.com
b10f26a9e0
fix for #104498 , optimize ParseReferences() / SetReferences().
...
rs=bienvenu
2001-10-12 23:23:11 +00:00
ducarroz%netscape.com
be74cb0e69
Fix for bug xxxx. When a part check for a separator, it need first check if it's not for it's child. R=varada, SR=bienvenu
2001-10-12 21:31:57 +00:00
ducarroz%netscape.com
9aa1332bc6
Fix for bug 83541. Use user domain for construct a part ID. The current code was bogus! R=varada, SR=sspitzer
2001-10-12 21:25:10 +00:00
nhotta%netscape.com
17e4d00dd1
Changed to convert MIME decoder's output of sender's address from UTF-8 to UCS2,
...
bug 94103, r=sspitzer, sr=bienvenu.
2001-10-12 21:22:18 +00:00
nhotta%netscape.com
6459d3de6a
Remove charset conversion because the input data is either us-ascii or already UTF-8, bug 92420, r=ducarroz, sr=sspitzer.
2001-10-12 20:21:17 +00:00
dbaron%fas.harvard.edu
2dcf82b72b
Bug 69873: remove nsAutoCString. r=jag rs=scc
2001-10-12 02:57:59 +00:00
bienvenu%netscape.com
4ebfe530b9
potential fix for crash opening newsgroups, and fix problem when you couldn't download headers the first time you opened a newly subscribed group r=naving, sr=sspitzer 104257
2001-10-11 23:54:14 +00:00
bienvenu%netscape.com
48d99c93cd
speed up local search dramatically by doing more than one comparison per time slice r=naving, sr=sspitzer 104243
2001-10-11 23:43:55 +00:00
sspitzer%netscape.com
ef119303bf
fix for #104226 . instead of using "Mailbeep" (the windows system sound for new mail notification)
...
use "_moz_mailbeep". on windows, we map this to "MailBeep" (so it works on win2k and win98)
and on mac we use sfraser's code to go to internet config. (nothing on linux yet, that's another bug)
r=pinkerton, sr=sfraser
also, fix #104252 . selectively notify folder listeners. when we register the folder listener
with the mail session, we pass in flags for what types of things we care about.
this reduces the notifications, especially those across XPConnect.
r=bienvenu, sr=mscott
2001-10-11 20:45:44 +00:00
bienvenu%netscape.com
ece3a1e133
fix memory leak of uri rs=sspitzer 99135
2001-10-11 14:54:36 +00:00
bienvenu%netscape.com
dcbc94b5cd
close nntp socket after logging out fixes memory leaks and assertions, r=mscott, sr=sspitzer 96381
2001-10-11 14:53:34 +00:00
sspitzer%netscape.com
c0bdc4fbaa
fix for #60139 . fix problem with next navigation not working when bubbling out
...
fo subfolders. r/sr=bienvenu
2001-10-11 00:33:50 +00:00
naving%netscape.com
b734fd1741
102751 r=bienvenu sr=sspitzer. If a localfolder's db is outdated, parse the folder and then compact the
...
folder to avoid dataloss.
2001-10-11 00:00:20 +00:00
alecf%netscape.com
df06ff0781
part of fix for 38061 - remove last reference to XP_File
...
r=bryner, rs=bienvenu
2001-10-10 22:52:32 +00:00
naving%netscape.com
4f7143e88c
fix bustage for ports
2001-10-10 21:17:57 +00:00
bienvenu%netscape.com
a2fb8adf78
fix call to PR_CWait to use interval r=ducarroz, sr=sspitzer 85250
2001-10-10 20:59:49 +00:00
naving%netscape.com
00c90d5d12
backing out file not part of earlier checkin.
2001-10-10 19:53:29 +00:00
sspitzer%netscape.com
108b62c1ff
fix conflicts that got checked in with the licensing foo.
...
rs=bienvenu
2001-10-10 19:50:30 +00:00
naving%netscape.com
dbba6c0844
16902. oops missed this file
2001-10-10 19:34:23 +00:00
naving%netscape.com
9d5d7286bf
16902 r=sspitzer sr=bienvenu, Implement custom headers for mail filter and search.
2001-10-10 19:27:06 +00:00
bienvenu%netscape.com
acb93304c2
fix losing read state of news messages r=naving, sr=sspitzer 103824
2001-10-10 19:25:07 +00:00
sspitzer%netscape.com
4fdf1917db
remove unneeded crud. rs=bienvenu
2001-10-10 19:23:15 +00:00
sspitzer%netscape.com
a67423bb66
remove unused code, now that we use playSystemSound(). (see #64462 )
...
rs=bienvenu
2001-10-10 08:40:22 +00:00
sspitzer%netscape.com
9751d70f08
fix for #64462 . play OS specified sound when new mail arrives.
...
r=pavlov, sr=bienvenu. right now, this only works on windows.
mac is next. for linux (and the other platforms), we currently beep.
if there isn't an OS specified sound, we'll play the pre-packaged
sound that mailnews will eventually ship with.
2001-10-10 08:08:22 +00:00
sspitzer%netscape.com
873429e94e
fix for #19254 . propagate unread state of subfolders to parents if the parent is closed.
...
r/sr=bienvenu
2001-10-09 23:40:23 +00:00
ducarroz%netscape.com
b19306819c
Fix for bug 90028. During a forward, we need to put back the "Re:" in the subject if the flag MSG_FLAG_HAS_RE is set. Patch provided by Denis Antrushin <adu@sparc.spb.su>. R=ducarroz, SR=bienvenu
2001-10-09 22:48:32 +00:00
eddyk%netscape.com
8ad3fe502a
bug 103181: disable code in AccountManager regression
...
More stuff for eClient disable code.
r=bhuvan, sr=sspitzer
2001-10-09 21:04:12 +00:00
nhotta%netscape.com
9459b19cfd
In mail compose, notify charset change to editor when a charset is changed, bug 103282, r=ducarroz, sr=bienvenu.
2001-10-09 20:15:23 +00:00
cavin%netscape.com
7b4824404f
Bug #14295 : (1) Add 'realHostName' and 'realUsername' to nsIMsgIncomingServer and reflect them
...
in prefs (ex: mail.server.server1.realHostName). (2) The getters for the new attributes call
GetHostName() and GetUsername() if prefs is not set. (3) Change GetHostName() and GetUsername()
to GetRealHostName() and GetRealUsername() at places where we open connections or send the
username to servers. (4) Prevent users from changing an account to one that already exists.
(5) After the change is validated, close all open connections and clear all stored passwords,
plus modify the account name based on the new user/server name. r=ssiptzer, sr=bienvenu.
2001-10-09 19:20:31 +00:00
ducarroz%netscape.com
81aa4d7117
Fix for bug 55591. UNC files need to be treated as remote attachment and not local. R=varada, SR=mscott
2001-10-09 18:23:06 +00:00
sspitzer%netscape.com
70ddf00a80
fix for #73853 . allow the user to post news message when there isn't a msg window
...
around. r/sr=bienvenu
2001-10-09 06:57:48 +00:00
sspitzer%netscape.com
4793901dfb
fix for #92393 and #91421 . "Get Message" menu item and toolbar button disable
...
when they shouldn't. r/sr=bienvenu
2001-10-09 06:36:30 +00:00
sspitzer%netscape.com
cb82b25bc8
fix for #49157 . support nntp://host/message-id urls (we already support
...
news://host/message-id urls). r/sr=bienvenu
2001-10-09 06:01:16 +00:00
sspitzer%netscape.com
40dfed30cc
fix for #56419 . implement the "Go To Message Folder" feature from search.
...
r/sr=bienvenu.
2001-10-09 03:05:18 +00:00
bienvenu%netscape.com
a0265779fb
fix 10K leak when filtering multiple pop message r=naving, sr=sspitzer 103614
2001-10-08 22:26:02 +00:00
bienvenu%netscape.com
074ba1d83f
fix leak of password in biff, sr=sspitzer, r=naving 103676
2001-10-08 22:24:13 +00:00
bienvenu%netscape.com
301e454f1f
fix 103701 leak of url spec when loading local message rs=sspitzer
2001-10-08 22:23:44 +00:00
sspitzer%netscape.com
bc73f47c87
fix for #60139 and #72821 . implement proper next folder navigation.
...
now we should find the right "next" folder when you hit next and there
are no more unread messages in the current folder. we respect the folder
pane sort order for determining what's next, which is what's "below" in the folder pane.
r/sr=bienvenu
2001-10-08 20:56:52 +00:00
sspitzer%netscape.com
e52bd449a8
fix string usage in mailnews. #103412 . rs=bienvenu
2001-10-08 20:10:18 +00:00
sspitzer%netscape.com
12540ea77e
fix for #103681 (no status messages when doing pop).
...
back out my bad fix for #102978 . we set the msg window on the folder datasource
and we've got a folder datasource per msg window. by moving this from js to xul,
it made it so we'd set the msg window on one folder ds, and we'd be using the other one.
r/sr=bienvenu
2001-10-08 20:05:00 +00:00
bryner%netscape.com
6f87c64d27
Removing references to xp_file.h, for bug 38061. Patch from cls, r=bryner, sr=alecf.
2001-10-08 07:22:27 +00:00
naving%netscape.com
860f578363
99168 r=bienvenu sr=mscott. fix imapUrl leaks on reading imap messages and possibly on other operations
2001-10-08 02:43:17 +00:00
bienvenu%netscape.com
466614219b
more work on closing db's when changing folders, 95865 rs=sspitzer
2001-10-08 02:06:15 +00:00
bienvenu%netscape.com
57adecd603
part of fix for 95685 reduce bloat by closing db if a folder is unselected, r=naving (who did part of this patch), sr=sspitzer
2001-10-08 01:05:58 +00:00
jaggernaut%netscape.com
f7ae567b08
Bug 81444: eliminate |null_nsCOMPtr|. Eliminating all callers, r=syd, rs=mozbot.
2001-10-07 10:58:39 +00:00
sspitzer%netscape.com
a94e43b9d0
fix for #103446 . improve folder pane perfomance by not calling
...
SetPrefFlags() *every time* GetSubFolders() is called.
that's really expensive (we copy all the urls from the identity) and we get
access prefs. not something we should do when painting.
r/sr=bienvenu
2001-10-06 08:38:19 +00:00
sspitzer%netscape.com
7dfa5a7872
more changes for #103412 . fix string usage in mailnews to avoid
...
unneeded copying, allocation and converting.
also, remove dead code. r/sr=bienvenu
2001-10-06 06:35:32 +00:00
sspitzer%netscape.com
830033bc5e
more code cleanup for #103412 . avoid unnecessary conversions in the account manager ds.
...
r/sr=bienvenu
2001-10-06 05:26:31 +00:00
sspitzer%netscape.com
1946737841
more code cleanup for #103412 . avoid unnecessary conversions, fix warning.
...
r/sr=sspitzer
2001-10-06 05:16:25 +00:00
sspitzer%netscape.com
ae1461d440
code cleanup for #103412 . better string usage in the mail datasources
...
to prevent unneeeded allocations and copies. fix OnItemPropertyFlagChanged()
to check the property first to do as little as possible. r/sr=bienvenu
2001-10-06 05:11:51 +00:00
bienvenu%netscape.com
1ed8b5d419
more addressbook leaks r=naving sr=sspitzer 99135 103014 and others
2001-10-06 03:13:54 +00:00
bienvenu%netscape.com
726d25a69b
fix 50K memory leak on certain messages r=ducarroz, sr=sspitzer 103023
2001-10-06 02:48:27 +00:00
stephend%netscape.com
af157983f7
Bug 103068. Remove tooltip on label for emoticons pref. r=dean_tessman@hotmail.com, sr=mscott@netscape.com (UI approved by jglick@netscape.com)
2001-10-06 02:37:17 +00:00
bienvenu%netscape.com
acbb1f4644
fix leak of all folders table r=naving, sr=sspitzer 103077
2001-10-06 01:09:46 +00:00
bienvenu%netscape.com
74079cbf0b
fix memory leak of mdbEnv and m_dbFolderInfo r=naving, sr=sspitzer 103003
2001-10-06 01:06:28 +00:00
sspitzer%netscape.com
ec1d505b1a
fix for #103037 . preflight the message "save as file" dialog with
...
message.eml, and not "mail". also move this string to a string bundle
r/sr=bienvenu.
2001-10-06 01:04:32 +00:00
sspitzer%netscape.com
37e9005538
fix for #102978
...
set up the folder pane datasource in the xul, not in the on load handler.
r=waterson, sr=bienvenu
2001-10-06 00:55:39 +00:00
bienvenu%netscape.com
07a85ec465
fix UMR r=naving, sr=sspitzer 103134
2001-10-06 00:53:01 +00:00
bienvenu%netscape.com
a15dde34d7
fix many many address book leaks r=naving, sr=sspitzer 103077 and others
2001-10-06 00:50:17 +00:00
sspitzer%netscape.com
5364171133
fix for #103220 #94774 and #79103 . when the folder name changes, we need to notify
...
that #Name, #FolderTreeName and #FolderTreeSimpleName have changed.
also clean up the folder datasource to not copy strings when not necessary.
r=racham, sr=bienvenu.
2001-10-06 00:50:12 +00:00
bienvenu%netscape.com
0c477329b1
fix memory leak of dir servers, use contract id's, and fix UMR r=naving, sr=sspitzer 103134 66435
2001-10-06 00:46:49 +00:00
dmose%netscape.com
4d62608451
Fix LDAP autocomplete regression with CJK names by adding a separate pref for minimum length of CJK names to search with a different default (bug 101086). r=shanjian@netscape.com, sr=blizzard@mozilla.org, a=asa@mozilla.org
2001-10-05 02:59:32 +00:00
sspitzer%netscape.com
ee1cd92a07
fix for #97863 and #96314 . get saving IMAP messages as templates or as files
...
to work on linux again. r=naving, sr=bienvenu, a=asa
2001-10-04 01:47:44 +00:00
racham%netscape.com
753d443ac0
Fixing bug 97650. Adding improvements to unread count mail count display feature on Win XP. When the mail application starts, as soon as the unread count on Inbox folder changes, registry is updated. This enables us to present the user accurate unread count on the welcome screen, if user quits the app before the 5 minute timer is triggered. r=mscott, sr=sspitzer
2001-10-03 05:54:30 +00:00
bienvenu%netscape.com
208dabaf6d
blow away corrupt history dbs r=naving sr=sspitzer 102319
2001-10-03 03:47:54 +00:00
blizzard%redhat.com
a8373f3c8f
Fix bug #101828 . Sending more than one piece of unsent mail fails when posting to sent mail folder. This patch serializes the posting to the sent mail folder so that we don't try to post more than one message at a time. r=naving,sr=bienvenu
2001-10-03 01:48:56 +00:00
bienvenu%netscape.com
e3f5440b54
fix memory leak on every mime2 decode trying to get global charset r=sspitzer, sr=mscott 102466
2001-10-03 01:02:00 +00:00