X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-tny-send-queue.h;h=41ecdfc90fff348771b6ca35cfdbcea697aec551;hp=148797db4e2b0ce7292c0a23b9b182544b1ebfc0;hb=40cd7daf81df8f225032bfabc792349954d2a12a;hpb=98df4aae51f0f37b7fd1158e86f132d528aaf3b3 diff --git a/src/modest-tny-send-queue.h b/src/modest-tny-send-queue.h index 148797d..41ecdfc 100644 --- a/src/modest-tny-send-queue.h +++ b/src/modest-tny-send-queue.h @@ -82,13 +82,15 @@ ModestTnySendQueue* modest_tny_send_queue_new (TnyCamelTransportAccoun /** - * modest_tny_send_queue_flush: + * modest_tny_send_queue_try_to_send: * @self: a valid #ModestTnySendQueue instance * - * (try to) send the messages in the outbox folder - * + * Try to send the messages that are in the queue's outbox folder. + * This is not always necessary because the queue tries to send + * messages as soon as a message is added, and as soon as the queue + * is instantiated. */ -void modest_tny_send_queue_flush (ModestTnySendQueue* self); +void modest_tny_send_queue_try_to_send (ModestTnySendQueue* self); G_END_DECLS