From 975587643fed081b593bceaa050dba1ae821d888 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 29 Sep 2009 14:11:49 -0400 Subject: Bug 596712 - Recovered messages not autosaved until modification --- composer/e-msg-composer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer') diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c index fa76d83e88..072eb41690 100644 --- a/composer/e-msg-composer.c +++ b/composer/e-msg-composer.c @@ -1294,7 +1294,7 @@ autosave_load_draft (const gchar *filename) /* Mark the message as changed so it gets autosaved again, * then we can safely remove the old autosave file in the * callback function. */ - gtkhtml_editor_set_changed (GTKHTML_EDITOR (composer), FALSE); + gtkhtml_editor_set_changed (GTKHTML_EDITOR (composer), TRUE); e_composer_autosave_snapshot_async ( composer, (GAsyncReadyCallback) autosave_load_draft_cb, g_strdup (filename)); -- cgit v1.2.3