aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-02-07 11:25:28 +0800
committerChris Lahey <clahey@src.gnome.org>2001-02-07 11:25:28 +0800
commit71c965734eb20a39456ecc7c6f87052059cd23d4 (patch)
tree9de2181c8139c9357080ec9a92bb3ee224cee7bb /mail/message-list.h
parent8c88be844bdfd12b93c5977f69ae51fdb14cc459 (diff)
downloadgsoc2013-evolution-71c965734eb20a39456ecc7c6f87052059cd23d4.tar
gsoc2013-evolution-71c965734eb20a39456ecc7c6f87052059cd23d4.tar.gz
gsoc2013-evolution-71c965734eb20a39456ecc7c6f87052059cd23d4.tar.bz2
gsoc2013-evolution-71c965734eb20a39456ecc7c6f87052059cd23d4.tar.lz
gsoc2013-evolution-71c965734eb20a39456ecc7c6f87052059cd23d4.tar.xz
gsoc2013-evolution-71c965734eb20a39456ecc7c6f87052059cd23d4.tar.zst
gsoc2013-evolution-71c965734eb20a39456ecc7c6f87052059cd23d4.zip
Added libmenus.la.
2001-02-06 Christopher James Lahey <clahey@ximian.com> * Makefile.am (evolution_mail_LDADD): Added libmenus.la. * folder-browser-factory.c (control_activate): Added GalView menus here. * message-list.c, message-list.h (message_list_get_layout): Made message_list_get_layout export. svn path=/trunk/; revision=8041
Diffstat (limited to 'mail/message-list.h')
-rw-r--r--mail/message-list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/message-list.h b/mail/message-list.h
index 55971eb664..a432d50cc4 100644
--- a/mail/message-list.h
+++ b/mail/message-list.h
@@ -124,6 +124,8 @@ void message_list_hide_clear(MessageList *ml);
void message_list_set_threaded(MessageList *ml, gboolean threaded);
void message_list_set_search(MessageList *ml, const char *search);
+char *message_list_get_layout (MessageList *message_list);
+
#define MESSAGE_LIST_LOCK(m, l) g_mutex_lock(((MessageList *)m)->l)
#define MESSAGE_LIST_UNLOCK(m, l) g_mutex_unlock(((MessageList *)m)->l)