aboutsummaryrefslogtreecommitdiffstats
path: root/modules/itip-formatter/e-mail-part-itip.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2012-08-13 17:54:36 +0800
committerMilan Crha <mcrha@redhat.com>2012-08-13 17:57:47 +0800
commite41f778ba755f955fa33684d3f26615d3a91204a (patch)
treeef3145346717df9309e7b2eda657926fd2209da7 /modules/itip-formatter/e-mail-part-itip.h
parentbe173ae84572f25c9fbf3a3d4f7e160b0fa077c6 (diff)
downloadgsoc2013-evolution-e41f778ba755f955fa33684d3f26615d3a91204a.tar
gsoc2013-evolution-e41f778ba755f955fa33684d3f26615d3a91204a.tar.gz
gsoc2013-evolution-e41f778ba755f955fa33684d3f26615d3a91204a.tar.bz2
gsoc2013-evolution-e41f778ba755f955fa33684d3f26615d3a91204a.tar.lz
gsoc2013-evolution-e41f778ba755f955fa33684d3f26615d3a91204a.tar.xz
gsoc2013-evolution-e41f778ba755f955fa33684d3f26615d3a91204a.tar.zst
gsoc2013-evolution-e41f778ba755f955fa33684d3f26615d3a91204a.zip
Remove GroupWise specific code from itip-formatter
This had been removing meeting invitations from mail folders when they were added to calendars which had set "save-schedules", but it removed them only from summary, thus server had the message still there, only users didn't see them. As a comment said, this belongs to GroupWise mail provider anyway, thus I removed it.
Diffstat (limited to 'modules/itip-formatter/e-mail-part-itip.h')
-rw-r--r--modules/itip-formatter/e-mail-part-itip.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/itip-formatter/e-mail-part-itip.h b/modules/itip-formatter/e-mail-part-itip.h
index 4e464e0231..d2e681b467 100644
--- a/modules/itip-formatter/e-mail-part-itip.h
+++ b/modules/itip-formatter/e-mail-part-itip.h
@@ -110,7 +110,6 @@ struct _EMailPartItip {
guint update_item_progress_info_id;
guint update_item_error_info_id;
ItipViewResponse update_item_response;
- gboolean can_delete_invitation_from_cache;
GHashTable *real_comps; /* ESource's UID -> ECalComponent stored on the server */
ItipView *view;