[evolution/wip/webkit2] EMsgComposer - Draft is not saved in the correct format
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit2] EMsgComposer - Draft is not saved in the correct format
- Date: Thu, 7 Jul 2016 13:42:48 +0000 (UTC)
commit 3db1d648e96a329a056a86f853967383a875c2f4
Author: Tomas Popela <tpopela redhat com>
Date: Thu Jul 7 15:40:56 2016 +0200
EMsgComposer - Draft is not saved in the correct format
composer/e-msg-composer.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c
index 049c150..b423411 100644
--- a/composer/e-msg-composer.c
+++ b/composer/e-msg-composer.c
@@ -1333,8 +1333,8 @@ composer_build_message (EMsgComposer *composer,
* ...
*/
- if ((flags & COMPOSER_FLAG_HTML_CONTENT) != 0 &&
- !(flags & COMPOSER_FLAG_SAVE_DRAFT)) {
+ if ((flags & COMPOSER_FLAG_HTML_CONTENT) != 0 ||
+ (flags & COMPOSER_FLAG_SAVE_DRAFT) != 0) {
gchar *text;
gsize length;
gboolean pre_encode;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]