diff options
author | Not Zed <NotZed@Ximian.com> | 2004-05-20 13:19:42 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-05-20 13:19:42 +0800 |
commit | e714124dc7b940446165a901cdae6732dd647bfb (patch) | |
tree | 5013e4cbdcd4ca5f9b822dced52ee191bbb8403c /mail/message-list.h | |
parent | b2a435d9f208d5401e4561e6f106cae619a27c4f (diff) | |
download | gsoc2013-evolution-e714124dc7b940446165a901cdae6732dd647bfb.tar.gz gsoc2013-evolution-e714124dc7b940446165a901cdae6732dd647bfb.tar.zst gsoc2013-evolution-e714124dc7b940446165a901cdae6732dd647bfb.zip |
** See #57583.
2004-05-20 Not Zed <NotZed@Ximian.com>
** See #57583.
* message-list.c (build_tree): save/restore the selection when we
update.
(message_list_set_selected): util to set the selected messages
from a list of uids.
(build_flat): same. I wonder if etree's unbroken enough to use it
more directly?
svn path=/trunk/; revision=26006
Diffstat (limited to 'mail/message-list.h')
-rw-r--r-- | mail/message-list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/message-list.h b/mail/message-list.h index c4fed0537b..a6048527e3 100644 --- a/mail/message-list.h +++ b/mail/message-list.h @@ -179,6 +179,7 @@ void message_list_freeze(MessageList *ml); void message_list_thaw(MessageList *ml); GPtrArray *message_list_get_selected(MessageList *ml); +void message_list_set_selected(MessageList *ml, GPtrArray *uids); void message_list_free_uids(MessageList *ml, GPtrArray *uids); /* select next/prev message helpers */ |