diff options
Diffstat (limited to 'mail/em-composer-utils.h')
-rw-r--r-- | mail/em-composer-utils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/em-composer-utils.h b/mail/em-composer-utils.h index 215e6bb2bc..093001dfd0 100644 --- a/mail/em-composer-utils.h +++ b/mail/em-composer-utils.h @@ -79,7 +79,8 @@ EMsgComposer * em_utils_reply_to_message (EShell *shell, CamelInternetAddress *address); EDestination ** em_utils_camel_address_to_destination (CamelInternetAddress *iaddr); -void em_configure_new_composer (EMsgComposer *composer); +void em_configure_new_composer (EMsgComposer *composer, + EMailSession *session); G_END_DECLS |