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



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

    Bug 775704 - Send/Receive should flush Outbox immediately too

 mail/mail-send-recv.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mail/mail-send-recv.c b/mail/mail-send-recv.c
index 7fd32ed..c53c37b 100644
--- a/mail/mail-send-recv.c
+++ b/mail/mail-send-recv.c
@@ -947,7 +947,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,
@@ -1613,7 +1613,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]