Граф коммитов

10454 Коммитов

Автор SHA1 Сообщение Дата
bienvenu%netscape.com ba78eb7db8 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 06edf9b3e7 fix for #77446. fix by gervase markham. r=timeless, sr=sspitzer 2001-05-02 08:29:17 +00:00
sspitzer%netscape.com cb66aa05a6 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 7ae78195eb 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 ce0221da6d 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 fdb7bc953d 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 163a221150 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 4006d69844 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 e647254f09 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 f17d5e40d2 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 85bd7b695d 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 9d6b4a6734 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 863ecb03f2 adding newline to fix tinderbox bustage 2001-05-01 12:38:29 +00:00
sspitzer%netscape.com 9cdfaf0347 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 a4b4bdd587 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 5f73320c4d 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 a0f5ef2243 Bug64937 Display number of entries in an address book, R=ducarroz, sr=sspitzer 2001-05-01 03:22:12 +00:00
sspitzer%netscape.com ce46a7fd38 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 c81d02d1db 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 795fb27691 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 f1af8e314e 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 33fe5b1595 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 341d06dee5 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 dccbb2ba44 fix for bug 76586, r=sr=sspitzer 2001-04-30 23:37:31 +00:00
naving%netscape.com f3695df226 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 615f81f105 43189 - autocomplete, r=matt, sr=alecf 2001-04-30 18:37:04 +00:00
naving%netscape.com 8baee2d4c1 attemp to fix senna linux bustage. 2001-04-30 04:46:26 +00:00
naving%netscape.com 8c166ab458 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 66fed0cad0 attempt to fix sun OS bustage 2001-04-30 03:05:35 +00:00
bienvenu%netscape.com bc4ef6f9fc fix marking news messages read from memory cache r=naving, sr=sspitzer 76385 2001-04-29 22:49:11 +00:00
bienvenu%netscape.com 43cb6c8503 remove unneeded parent change notification r/sr=sspitzer 2001-04-29 22:47:06 +00:00
bienvenu%netscape.com cb164503cf 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 8091e6fe4f Bug71037 Localizability issue in AB import : hardcoded string, r=varada, sr=sspitzer 2001-04-29 21:09:41 +00:00
bienvenu%netscape.com ba7d30acbc 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 a8d842866c 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 a7442ad546 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 00f28396a9 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 7019bb2260 fixing pott's onredirect build bustage. 2001-04-27 23:36:31 +00:00
nhotta%netscape.com 07a90c082d 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 00bca056ef 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 a01b35f59b 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 32d0484c33 restore part of backed out changes from bustage 2001-04-27 14:57:35 +00:00
dbaron%fas.harvard.edu 3f56a22520 Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding new header file dependencies to REQUIRES. 2001-04-27 14:32:05 +00:00
mkaply%us.ibm.com 94885ad456 HPUX breakage 2001-04-27 13:51:13 +00:00
pollmann%netscape.com d8ca4bf931 Backing out Linux bustage 2001-04-27 07:33:25 +00:00
bienvenu%netscape.com d1a6dd1d4b backout build bustage fix 2001-04-27 05:58:32 +00:00
sfraser%netscape.com 245d4eb76f Backing out valeski 2001-04-27 05:53:22 +00:00
hewitt%netscape.com e218812400 77581 - stop mail header from disappearing, r=sspitzer, sr=bienvenu 2001-04-27 05:30:26 +00:00
bienvenu%netscape.com 63128e8c1d more string bundle build bustage fixes 2001-04-27 04:44:16 +00:00
bienvenu%netscape.com a9b9082570 fix string bundle calls to fix build bustage 2001-04-27 04:34:54 +00:00