diff options
Diffstat (limited to 'composer/e-msg-composer.c')
-rw-r--r-- | composer/e-msg-composer.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c index bad162a006..0a3a3223f7 100644 --- a/composer/e-msg-composer.c +++ b/composer/e-msg-composer.c @@ -3055,6 +3055,7 @@ composer_add_auto_recipients (ESource *source, * @shell: an #EShell * @message: The message to use as the source * @keep_signature: Keep message signature, if any + * @cancellable: optional #GCancellable object, or %NULL * * Create a new message composer widget. * @@ -3065,7 +3066,7 @@ composer_add_auto_recipients (ESource *source, EMsgComposer * e_msg_composer_new_with_message (EShell *shell, CamelMimeMessage *message, - gboolean keep_signature, + gboolean keep_signature, GCancellable *cancellable) { CamelInternetAddress *to, *cc, *bcc; |