diff options
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r-- | mail/mail-ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 38d938028d..0bb82c843c 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -795,7 +795,7 @@ move_msg (GtkWidget *button, gpointer user_data) static char *last = NULL; if (!last) - g_strdup (""); + last = g_strdup (""); evolution_shell_client_user_select_folder (global_shell_client, _("Move message(s) to"), |