diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/em-composer-utils.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/em-composer-utils.c b/mail/em-composer-utils.c index f03a66d7f5..60b795a2e1 100644 --- a/mail/em-composer-utils.c +++ b/mail/em-composer-utils.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 @@ -469,6 +471,7 @@ em_utils_composer_send_cb (EMsgComposer *composer) camel_object_ref (folder); /* mail the message */ + e_msg_composer_set_mail_sent (composer, TRUE); info = camel_message_info_new (NULL); camel_message_info_set_flags (info, CAMEL_MESSAGE_SEEN, ~0); |