[evolution] Bug 775704 - Send/Receive should flush Outbox immediately too



commit e61ece11cad495fdf77ac4bd59608cfea06d89fc
Author: Milan Crha <mcrha redhat com>
Date:   Wed Dec 7 20:57:37 2016 +0100

    Bug 775704 - Send/Receive should flush Outbox immediately too

 src/mail/mail-send-recv.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/mail/mail-send-recv.c b/src/mail/mail-send-recv.c
index 6439ad8..4ffe1f9 100644
--- a/src/mail/mail-send-recv.c
+++ b/src/mail/mail-send-recv.c
@@ -948,7 +948,7 @@ receive_done (gpointer data)
                        local_outbox,
                        CAMEL_TRANSPORT (info->service),
                        E_FILTER_SOURCE_OUTGOING,
-                       FALSE,
+                       TRUE,
                        info->cancellable,
                        receive_get_folder, info,
                        receive_status, info,
@@ -1614,7 +1614,7 @@ send_receive (GtkWindow *parent,
                                session, local_outbox,
                                CAMEL_TRANSPORT (info->service),
                                E_FILTER_SOURCE_OUTGOING,
-                               FALSE,
+                               TRUE,
                                info->cancellable,
                                receive_get_folder, info,
                                receive_status, info,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]