gecko-dev/mailnews/base
sspitzer%netscape.com 909aea29af fix for bug #205877
when you toggle junk status from thread pane icon,
and you've got it set to move on manual mark, assertion and painting problems.

the problem is that ::OnDeleteCompleted() uses the selection to determine which
view indices to call with ::NoteChange().

the junk column icon triggers a delete (or move) and that row might not be selected.

instead, we save of the indices (we can't save keys, as the keys are already removed
before ::OnDeleteCompleted() is called), and use the saved indices when calling
::NoteChange()

thanks to bienvenu for the suggestion.

r/sr=bienvenu
2003-06-06 03:55:46 +00:00
..
build Part of Bug #179533 --> remove obsolete CID file (has no effect on the current build) since this file has 2003-05-18 19:25:59 +00:00
ispdata adding Makefile.in, to one day allow conditional building movemail.rdf 2003-02-23 01:35:27 +00:00
macbuild mac build changes for bug #189358 r/sr=bienvenu 2003-01-17 01:28:15 +00:00
prefs/resources fix for bug #177280 2003-06-03 23:45:04 +00:00
public fix disk thrashing downloading for offline, remove unused code, 208043, r/sr=sspitzer 2003-06-03 02:22:34 +00:00
resources 207260 - supplementary patch to fix msg compose shortcut in addressbook. r=jag, sr=sspitzer 2003-06-05 22:58:12 +00:00
search bug 100649: Length() being used where IsEmpty() is meant 2003-05-23 21:34:47 +00:00
src fix for bug #205877 2003-06-06 03:55:46 +00:00
util fix disk thrashing downloading for offline, remove unused code, 208043, r/sr=sspitzer 2003-06-03 02:22:34 +00:00
.cvsignore
Makefile.in Bug #179533 --> add the option to make a static build of mailnews which is disabled by default. 2003-04-20 20:56:21 +00:00