From 2a85a24605845a3e3f8ca611979ef023f2f1a2fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bellegarde?= Date: Mon, 2 Oct 2023 18:37:34 +0200 Subject: [PATCH] engine: Fix fill_outbox_queue() prototype cancellable can be null. --- src/engine/smtp/smtp-client-service.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/smtp/smtp-client-service.vala b/src/engine/smtp/smtp-client-service.vala index 57c32890..88940db8 100644 --- a/src/engine/smtp/smtp-client-service.vala +++ b/src/engine/smtp/smtp-client-service.vala @@ -228,7 +228,7 @@ public class Geary.Smtp.ClientService : Geary.ClientService { /** * Loads any email in the outbox and adds them to the queue. */ - private async void fill_outbox_queue(GLib.Cancellable cancellable) { + private async void fill_outbox_queue(GLib.Cancellable? cancellable) { debug("Filling queue"); try { Gee.List? queued = yield this.outbox.list_email_by_id_async(