scc%mozilla.org
e40df0d961
bug #75504 ; sr=jband. simple fixes correcting where people inappropriately applied |getter_AddRefs|
2001-05-03 10:09:59 +00:00
sspitzer%netscape.com
82c0d9b4d4
fix for #78372 . get "mark thread as read" to work without asserting.
...
we don't need to set the unread count on the thread, as MarkHdrRead()
will do the right thing: find the thread for the header and adjust
the unread count on the thread. sr=bienvenu
2001-05-03 06:04:30 +00:00
chuang%netscape.com
9e0c1d7c90
fail to check in on my Mac, try again
2001-05-03 01:13:12 +00:00
sspitzer%netscape.com
deb38085f2
fix for #77617 . if you crash after creating an account (either through import, autosubscribe,
...
or auto wizard) and we haven't saved prefs yet, you'll lose the account.
abstract how we "save" account changes, and then "save" after creation.
fix by cavin@netscape.com . r/sr=sspitzer@netscape.com
2001-05-03 01:07:45 +00:00
sspitzer%netscape.com
7215218c17
#77616 . fix for some (of the many) asserts when importing mail. the assert is because the import
...
happens on a separate thread. sr=bienvenu
2001-05-03 00:48:20 +00:00
sspitzer%netscape.com
5eaf8096a4
fix #78289 . if special folder prefs are not set, we can crash on saving
...
drafts and templates.
if those aren't set, we use the default values specified in mailnews.js
fix by cavin@netscape.com , r/sr=sspitzer@netscape.com
2001-05-03 00:31:36 +00:00
chuang%netscape.com
294828c3f2
Bug70532 Import Settings and "Leave Messages on Server" is not selected, r=ducarroz, sr=mscott
2001-05-02 23:41:47 +00:00
mscott%netscape.com
62ed722064
Bug #73093 --> fix corruption when opening attachments multiple times. When determining if
...
we are fetching a part look for ;section= AND ?section= in the url spec.
sr=bienvenu
2001-05-02 23:02:26 +00:00
bienvenu%netscape.com
2e87a587c3
fix twisty showing up on new messages in threads with unread view r=naving, sr=sspitzer 74237
2001-05-02 14:29:10 +00:00
sspitzer%netscape.com
d6452eb83d
fix for #77446 . fix by gervase markham. r=timeless, sr=sspitzer
2001-05-02 08:29:17 +00:00
sspitzer%netscape.com
74ccca43d1
push the oncreate down to the popup. thanks to neil@parkwaycc.co.uk for the suggestion in bug #73118
...
sr=bienvenu
2001-05-02 08:21:18 +00:00
ssu%netscape.com
5f4013be8e
fixing bug 72926 - Kill thread accelerator should be disabled in mail. r=varada sr=bienvenu
2001-05-02 07:34:51 +00:00
jag%tty.nl
12f8a59772
Bug 69600: ``Header "Mail Folders" disappears in alternate 3-pane layout'', author=ksosez, r=timeless, sr=sspitzer
2001-05-02 02:37:18 +00:00
ssu%netscape.com
e1bd079d1e
fixing bug 54885 - alternative mailnews 3-pane forgets sizes. r=bhuvan,dark@c2i.net sr=sspitzer.
2001-05-02 01:13:08 +00:00
mscott%netscape.com
fc569d1090
Bug #76558 --> clear the content type before reading from the cache channel.
...
sr=bienvenu
2001-05-02 01:00:11 +00:00
naving%netscape.com
38877374e1
77451 r=gayatrib, sr=sspitzer, bienvenu. Assert and Prevent copy/move to the same folder
...
for both 3 pane and search window.
2001-05-02 00:19:01 +00:00
ssu%netscape.com
cc854fd708
fixing bug 78226 - Kill Thread does not work on mulitple news messages. Also removed some tabbing. r=hwaara sr=bienvenu
2001-05-02 00:04:00 +00:00
varada%netscape.com
e7a525db87
bug#52328 - cleaning up the dtd files and idl rules;r=ducarroz;sr=sspitzer
2001-05-01 22:19:48 +00:00
naving%netscape.com
2027068ca2
78280 The reason it was broken was because m_hdrs was not being built after sorting.
...
No need for m_hdrs because we already have m_keys and can fetch the hdrs.
m_keys and m_folders are rebuilt on a sort operation.
75761 The problem is with first message for local folders because they have
m_messageKey as 0 and we were caching msg headers. This was causing problems
for search window because results are from multiple folders. fix suggested by david.
r=gayatrib sr=bienvenu
2001-05-01 22:01:43 +00:00
bienvenu%netscape.com
74b2652202
remove unneeded assert introduced yesterday - it's ok not to have listeners sr=sspitzer
2001-05-01 14:54:45 +00:00
jdunn%netscape.com
b8449628cd
adding newline to fix tinderbox bustage
2001-05-01 12:38:29 +00:00
sspitzer%netscape.com
79f5c9684d
fix for ##48409. prevent mac from crashing when using the subscribe dialog.
...
I was recursing over the internal tree to generate the hostinfo.dat.
win32 and linux were ok, but all hell broke loose on the mac.
256K of stack is not enough for my approach. I've switched
to keep a duplicate list of the groups on the server. also fix some minor
subscribe issues.
sr=bienvenu
2001-05-01 08:50:07 +00:00
ssu%netscape.com
3020f4f81e
fixing bug #76719 - SaveAs->file Template menu items don't work on standalone window. r=varada, sr=sspitzer
2001-05-01 07:23:54 +00:00
naving%netscape.com
a3f09db3d7
78277; r=suresh sr=sspitzer; The default value of gNextMessageViewIndexAfterDelete should be different in order to know when to clear the message pane.
2001-05-01 05:25:49 +00:00
chuang%netscape.com
dd359fad09
Bug64937 Display number of entries in an address book, R=ducarroz, sr=sspitzer
2001-05-01 03:22:12 +00:00
sspitzer%netscape.com
fbec1a2767
fix for #11387 . save as draft on an existing should remove the old draft.
...
fix by cavin@netscape.com r=ducarroz, bienvenu. sr=sspitzer.
2001-05-01 03:17:47 +00:00
sspitzer%netscape.com
ac40b90f6b
fix for #77506 . r=varada, sr=bienvenu
...
prevent the bad state where we are supressing message display, but the message pane
is not hidden.
2001-05-01 03:05:02 +00:00
sspitzer%netscape.com
19169de441
fix #76626 . leaking nsXULDocument and nsXULTemplateBuilder slows down
...
subscribe dialog the second time, and asserts like mad in debug builds.
r=varada, sr=bienvenu (and waterson)
2001-05-01 02:56:12 +00:00
sspitzer%netscape.com
e3917f5fb4
back out blake's 4-5-01 removal of this script include. it's necessary to
...
extend message display. sr=bienvenu
2001-05-01 02:54:57 +00:00
sspitzer%netscape.com
ece59e8e09
fix for #71891 . r=hewitt sr=bienvenu. fix the search / filter dialog from showing
...
all three pickers at once in the search term.
2001-05-01 02:48:17 +00:00
nhotta%netscape.com
ec543a98b5
Change for a charset of reply/forward inline, check the availability of the charset converter,
...
if no converter for the original mail's charset then set to default charset, also did some code clean up,
bug 50724, r=ducarroz, sr=bienvenu.
2001-05-01 00:09:42 +00:00
prass%netscape.com
3bc123d83d
fix for bug 76586, r=sr=sspitzer
2001-04-30 23:37:31 +00:00
naving%netscape.com
214a6d2dbc
78143; correct fix for senna build bustage due to my checkins last night.
...
adding msgimap to requires and restoring original changes.
2001-04-30 23:31:43 +00:00
hewitt%netscape.com
29b4473e34
43189 - autocomplete, r=matt, sr=alecf
2001-04-30 18:37:04 +00:00
naving%netscape.com
6b95c000e6
attemp to fix senna linux bustage.
2001-04-30 04:46:26 +00:00
naving%netscape.com
fe703faf9b
75808, 75936 Use m_folders to get the folders for a particular header instead of doing
...
msgHdr->GetFolder() because it returns null sometimes, especially for local folders.
77763 Added a utility function to nsMsgDBView to get the imap delete model and show the
red X only if imap delete is true
73568 Changed the name from firstSelected to msgToSelectAfterDelete and in case of imap
delete increment the viewIndex position by 1 because the deleted header still stays in the
thread pane.
62938 if the gNextMessageViewIndexAfterDelete = -1, then clear the message pane.
r=suresh, sr=bienvenu
2001-04-30 03:17:34 +00:00
naving%netscape.com
7478fb8537
attempt to fix sun OS bustage
2001-04-30 03:05:35 +00:00
bienvenu%netscape.com
3637070763
fix marking news messages read from memory cache r=naving, sr=sspitzer 76385
2001-04-29 22:49:11 +00:00
bienvenu%netscape.com
8ccd2a1fbd
remove unneeded parent change notification r/sr=sspitzer
2001-04-29 22:47:06 +00:00
bienvenu%netscape.com
a4821ad5d2
add support for ability to copy/move multiple local msgs r=naving, sr=sspitzer 73833
2001-04-29 22:43:57 +00:00
chuang%netscape.com
89c25d9b5c
Bug71037 Localizability issue in AB import : hardcoded string, r=varada, sr=sspitzer
2001-04-29 21:09:41 +00:00
bienvenu%netscape.com
85709f0628
part of fix for 60487 reload local folder after compact r=naving, sr=sspitzer
2001-04-29 15:57:47 +00:00
bienvenu%netscape.com
e908774f1f
add status strings for copying/moving/deleting local msgs r=naving, sr=sspitzer 78099
2001-04-29 15:07:31 +00:00
blakeross%telocity.com
aaa8c83887
Adding context menu to sidebar panel headers to silence whiny c|net reporter, only change panels on left-click, optimizing nsMenuFrame::OnCreate by reducing number of necessary nsAutoString ctor's (60071). r=kerz sr=ben
2001-04-29 02:52:16 +00:00
cls%seawood.org
25c6dc1c7e
Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775
2001-04-28 19:48:12 +00:00
valeski%netscape.com
e756dd3413
fixing pott's onredirect build bustage.
2001-04-27 23:36:31 +00:00
nhotta%netscape.com
ce77c3ac80
Changed GetCharPtrCharacterSet to use the global default when a folder charset is empty,
...
bug 77152, r=ducarroz, yokoyama, sr=bienvenu.
2001-04-27 21:36:11 +00:00
valeski%netscape.com
9e8d80d70f
mozilla diffs r=tao, sr=alecf, commercial diffs r=syd, sr=syd/shaver. lower-casing JS calls to createBundle. removing un-used nsILocale param from nsIStringBundle::CreateBundle(). 76332
2001-04-27 21:30:24 +00:00
varada%netscape.com
3b83b9a8ad
fix for bugs-70392-prettying send format prefs panel;52328-quitting while sending message; 71361- wrapping signature in compose;76330-focus on to field in reply;77798-UI should use Msgcompose abort and not msgsend;r=ducarroz;sr=bienvenu
2001-04-27 20:54:29 +00:00
bienvenu%netscape.com
1aa832e1d7
restore part of backed out changes from bustage
2001-04-27 14:57:35 +00:00