Deleting last message
- From: Stewart Evans <stewart lutris com>
- To: balsa-list gnome org
- Subject: Deleting last message
- Date: Thu, 5 Oct 2000 16:52:16 -0700
Deleting the last message in a mailbox causes no message to be selected. A
more intuitive behavior seems to me to be that it select whatever is the
new last message. Adding these two lines to the end of balsa_index_del
seemed to do the trick:
if (bi_get_largest_selected(GTK_CLIST (bindex) ) < 0 )
balsa_index_select_next (bindex);
-- Stewart
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]