aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.h
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-09-03 03:01:04 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-09-03 03:01:04 +0800
commit4654c4625e79a0d36ef25d81a0c6f53fcd714837 (patch)
tree5ce873589d044e1c3ee1fd5aee8f1fbff0c868e4 /mail/message-list.h
parente8ae4bc97abed6ad8571908f5fc4ac6fd5565fde (diff)
downloadgsoc2013-evolution-4654c4625e79a0d36ef25d81a0c6f53fcd714837.tar
gsoc2013-evolution-4654c4625e79a0d36ef25d81a0c6f53fcd714837.tar.gz
gsoc2013-evolution-4654c4625e79a0d36ef25d81a0c6f53fcd714837.tar.bz2
gsoc2013-evolution-4654c4625e79a0d36ef25d81a0c6f53fcd714837.tar.lz
gsoc2013-evolution-4654c4625e79a0d36ef25d81a0c6f53fcd714837.tar.xz
gsoc2013-evolution-4654c4625e79a0d36ef25d81a0c6f53fcd714837.tar.zst
gsoc2013-evolution-4654c4625e79a0d36ef25d81a0c6f53fcd714837.zip
Make the `Home' and `End' keys do the Right Thing. Remove circular
reference to the shell. Bind "Open in New Window" to `Ctrl-O'. svn path=/trunk/; revision=5181
Diffstat (limited to 'mail/message-list.h')
-rw-r--r--mail/message-list.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/message-list.h b/mail/message-list.h
index 4f9719f30b..d4a0e5e6b2 100644
--- a/mail/message-list.h
+++ b/mail/message-list.h
@@ -110,6 +110,9 @@ void message_list_select (MessageList *message_list,
MessageListSelectDirection direction,
guint32 flags, guint32 mask);
+void message_list_home (MessageList *message_list);
+void message_list_end (MessageList *message_list);
+
extern gboolean threaded_view;
void message_list_toggle_threads (BonoboUIHandler *uih,
void *user_data,