diff options
author | Milan Crha <mcrha@redhat.com> | 2010-11-10 20:38:22 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-11-10 20:38:22 +0800 |
commit | 59da2bdfdc25d148c2bc13d8fa6281f2540ba87c (patch) | |
tree | 698261cfc43fed1ea344d51e0d3d447711d1012e /mail/mail-ops.h | |
parent | 1d8d943f67a4e52d8c574e2598f0f2d7e03e488d (diff) | |
download | gsoc2013-evolution-59da2bdfdc25d148c2bc13d8fa6281f2540ba87c.tar.gz gsoc2013-evolution-59da2bdfdc25d148c2bc13d8fa6281f2540ba87c.tar.zst gsoc2013-evolution-59da2bdfdc25d148c2bc13d8fa6281f2540ba87c.zip |
Bug #632683 - Remove-duplicates should work on selection
Diffstat (limited to 'mail/mail-ops.h')
-rw-r--r-- | mail/mail-ops.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-ops.h b/mail/mail-ops.h index 77ce991d5f..98f9125ff7 100644 --- a/mail/mail-ops.h +++ b/mail/mail-ops.h @@ -164,6 +164,7 @@ gint mail_check_service (EMailSession *session, gpointer data); gint mail_disconnect_store (CamelStore *store); +gint mail_remove_attachments (CamelFolder *folder, GPtrArray *uids); G_END_DECLS |