diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2000-07-06 20:32:55 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-07-06 20:32:55 +0800 |
commit | 1e8c9c87a020db396c8c87dd8c4dd746146e9058 (patch) | |
tree | 655f1f8238a430118b684f13e558bb40dfd16696 /mail/mail-ops.c | |
parent | 6cabd25cfa2f9438f4806e368b51373fac163d40 (diff) | |
download | gsoc2013-evolution-1e8c9c87a020db396c8c87dd8c4dd746146e9058.tar.gz gsoc2013-evolution-1e8c9c87a020db396c8c87dd8c4dd746146e9058.tar.zst gsoc2013-evolution-1e8c9c87a020db396c8c87dd8c4dd746146e9058.zip |
Well, delete, expunge, appear broken, it sorts (initially) at least now.
* message-thread.c (sort_thread): sort messages based on date for
the initial sort order.
(thread_messages_free): Implement.
(message_list_init): set the root node invisible afterall.
(message_list_set_search): Clear the old tree before putting in a
new one.
svn path=/trunk/; revision=3922
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r-- | mail/mail-ops.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 069d74c2d7..a8f60d1f6a 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -702,7 +702,8 @@ delete_msg (GtkWidget *button, gpointer user_data) /* Move the cursor down a row... FIXME: should skip other * deleted messages. FIXME: this implementation is a bit - * questionable + * questionable. FIXME: this behaviour is very annoying + * too. */ e_table_set_cursor_row (E_TABLE (ml->etable), cursor + 1); } |