fix crash when using Forward in Filtering when external editor option is set
[claws.git] / src / messageview.c
index 591756fdaed24f0f86a568dc043092aee94c9c94..c392a6ed254bc76d84da156cec25845a7216717f 100644 (file)
@@ -1202,7 +1202,7 @@ static void reply_cb(gpointer data, guint action, GtkWidget *widget)
                }
                break;
        case COMPOSE_FORWARD_INLINE:
-               compose_forward(NULL, msginfo, FALSE, text);
+               compose_forward(NULL, msginfo, FALSE, text, FALSE);
                break;
        case COMPOSE_FORWARD_AS_ATTACH:
                compose_forward_multiple(NULL, mlist);