aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r--mail/mail-ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c
index 19f2c88972..b0b6b4cb89 100644
--- a/mail/mail-ops.c
+++ b/mail/mail-ops.c
@@ -570,7 +570,7 @@ reply (FolderBrowser *fb, gboolean to_all)
psd = g_new (struct post_send_data, 1);
psd->folder = fb->folder;
gtk_object_ref (GTK_OBJECT (psd->folder));
- psd->uid = fb->message_list->selected_uid;
+ psd->uid = fb->message_list->cursor_uid;
psd->flags = CAMEL_MESSAGE_ANSWERED;
composer = mail_generate_reply (fb->mail_display->current_message, to_all);