diff options
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/message-list.c | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 40fdc153e6..019cb87bd3 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2001-08-09 Peter Williams <peterw@ximian.com> + + * message-list.c (message_list_select): Fix inline documentation. + 2001-08-09 Anna Marie Dirks <anna@ximian.com> Fixes bug #6918 diff --git a/mail/message-list.c b/mail/message-list.c index ad72358daf..ac5595d063 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -354,6 +354,8 @@ get_message_info (MessageList *message_list, ETreePath node) * @direction: the direction to search in * @flags: a set of flag values * @mask: a mask for comparing against @flags + * @wraparound: if %TRUE, go back to the beginning for + * the next match if necessary. * * This moves the message list selection to a suitable row. @base_row * lists the first (model) row to try, but as a special case, model @@ -2439,7 +2441,7 @@ regen_list_regened (struct _mail_msg *mm) build_tree (m->ml, m->tree, m->changes); else build_flat (m->ml, m->summary, m->changes); - + gtk_signal_emit (GTK_OBJECT (m->ml), message_list_signals[MESSAGE_LIST_BUILT]); } |