aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-msg-composer.c
diff options
context:
space:
mode:
Diffstat (limited to 'composer/e-msg-composer.c')
-rw-r--r--composer/e-msg-composer.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c
index 998461a96a..791d151165 100644
--- a/composer/e-msg-composer.c
+++ b/composer/e-msg-composer.c
@@ -1644,6 +1644,11 @@ msg_composer_realize_gtkhtml_cb (GtkWidget *widget,
* it will accept the same drag targets as the attachment bar.
* Do this any earlier and GtkHTML will just overwrite us. */
+ /* When redirecting a message, the message body is not
+ * editable and therefore cannot be a drag destination. */
+ if (!e_web_view_get_editable (E_WEB_VIEW (widget)))
+ return;
+
view = e_msg_composer_get_attachment_view (composer);
target_list = e_attachment_view_get_target_list (view);