diff options
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); } |