[evolution-data-server] Actually use IMAPX_PRIORITY_COPY_MESSAGE for copying messages.



commit 09e10478e090a8536499b21ebf5dee4dc90c02de
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Sep 11 17:32:02 2013 -0400

    Actually use IMAPX_PRIORITY_COPY_MESSAGE for copying messages.

 camel/camel-imapx-server.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/camel/camel-imapx-server.c b/camel/camel-imapx-server.c
index 07b00d5..cc719e9 100644
--- a/camel/camel-imapx-server.c
+++ b/camel/camel-imapx-server.c
@@ -440,7 +440,7 @@ enum {
        IMAPX_PRIORITY_NOOP = 0,
        IMAPX_PRIORITY_NEW_MESSAGES = 0,
        IMAPX_PRIORITY_APPEND_MESSAGE = -60,
-       IMAPX_PRIIORITY_COPY_MESSAGE = -60,
+       IMAPX_PRIORITY_COPY_MESSAGE = -60,
        IMAPX_PRIORITY_LIST = -80,
        IMAPX_PRIORITY_IDLE = -100,
        IMAPX_PRIORITY_SYNC_MESSAGE = -120,
@@ -7448,7 +7448,7 @@ camel_imapx_server_copy_message (CamelIMAPXServer *is,
                g_ptr_array_add (data->uids, g_strdup (uids->pdata[ii]));
 
        job = camel_imapx_job_new (cancellable);
-       job->pri = IMAPX_PRIORITY_APPEND_MESSAGE;
+       job->pri = IMAPX_PRIORITY_COPY_MESSAGE;
        job->type = IMAPX_JOB_COPY_MESSAGE;
        job->start = imapx_job_copy_messages_start;
 


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