diff options
Diffstat (limited to 'composer/e-composer-private.c')
-rw-r--r-- | composer/e-composer-private.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/composer/e-composer-private.c b/composer/e-composer-private.c index 88a9454f45..0ec579fa0e 100644 --- a/composer/e-composer-private.c +++ b/composer/e-composer-private.c @@ -1,3 +1,5 @@ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ + /* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -276,6 +278,8 @@ e_composer_private_init (EMsgComposer *composer) header, "visible", action, "active"); } + + priv->mail_sent = FALSE; } void |