diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-20 02:56:17 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:42:17 +0800 |
commit | 53feeabf5d9353e72bd5680e1e07d0b721cc8822 (patch) | |
tree | cc5c4e42285de7e9f823c563451bb4bb3f7ef89d /plugins | |
parent | 32a9a11e70445a1e67cf164282f6a8fd5c3da22e (diff) | |
download | gsoc2013-evolution-53feeabf5d9353e72bd5680e1e07d0b721cc8822.tar gsoc2013-evolution-53feeabf5d9353e72bd5680e1e07d0b721cc8822.tar.gz gsoc2013-evolution-53feeabf5d9353e72bd5680e1e07d0b721cc8822.tar.bz2 gsoc2013-evolution-53feeabf5d9353e72bd5680e1e07d0b721cc8822.tar.lz gsoc2013-evolution-53feeabf5d9353e72bd5680e1e07d0b721cc8822.tar.xz gsoc2013-evolution-53feeabf5d9353e72bd5680e1e07d0b721cc8822.tar.zst gsoc2013-evolution-53feeabf5d9353e72bd5680e1e07d0b721cc8822.zip |
Remove mail_remove_folder().
Use e_mail_folder_remove() instead.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/itip-formatter/itip-formatter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/itip-formatter/itip-formatter.c b/plugins/itip-formatter/itip-formatter.c index 7a620a6db8..562a74eb9a 100644 --- a/plugins/itip-formatter/itip-formatter.c +++ b/plugins/itip-formatter/itip-formatter.c @@ -2261,7 +2261,7 @@ in_proper_folder (CamelFolder *folder) EMailSession *session; MailFolderCache *folder_cache; gboolean res = TRUE; - gint flags = 0; + CamelFolderInfoFlags flags = 0; if (!folder) return FALSE; |