diff options
author | Dan Vrátil <dvratil@redhat.com> | 2012-07-24 16:30:52 +0800 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2012-07-24 16:30:52 +0800 |
commit | 0568c36bde3fde0baaf5602d0a22fcf5749d27d9 (patch) | |
tree | 3306204122b4ae98c225dea0387099daddca4e7c /mail/e-mail-reader-utils.h | |
parent | bb3487625b354038f490fdf30ffc4490fd31c035 (diff) | |
download | gsoc2013-evolution-0568c36bde3fde0baaf5602d0a22fcf5749d27d9.tar.gz gsoc2013-evolution-0568c36bde3fde0baaf5602d0a22fcf5749d27d9.tar.zst gsoc2013-evolution-0568c36bde3fde0baaf5602d0a22fcf5749d27d9.zip |
Bug 677635 - Vanished message list with filled preview panel
Diffstat (limited to 'mail/e-mail-reader-utils.h')
-rw-r--r-- | mail/e-mail-reader-utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/e-mail-reader-utils.h b/mail/e-mail-reader-utils.h index 4cb427f8b8..7250812ccf 100644 --- a/mail/e-mail-reader-utils.h +++ b/mail/e-mail-reader-utils.h @@ -92,6 +92,7 @@ void e_mail_reader_parse_message CamelFolder *folder, const gchar *message_uid, CamelMimeMessage *message, + GCancellable *cancellable, GAsyncReadyCallback ready_callback, gpointer user_data); |