aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/itip-formatter/ChangeLog
diff options
context:
space:
mode:
authorPatrick Ohly <pohly@src.gnome.org>2008-10-10 23:02:09 +0800
committerPatrick Ohly <pohly@src.gnome.org>2008-10-10 23:02:09 +0800
commit6c06b962eb22bebe6267c6bbaa6208e2f27fb89b (patch)
tree0a01d86527c2ad33f10b7d2681f30e022798f57f /plugins/itip-formatter/ChangeLog
parent13d7c4e4cbb16663b23122d148dd8e814c49898e (diff)
downloadgsoc2013-evolution-6c06b962eb22bebe6267c6bbaa6208e2f27fb89b.tar
gsoc2013-evolution-6c06b962eb22bebe6267c6bbaa6208e2f27fb89b.tar.gz
gsoc2013-evolution-6c06b962eb22bebe6267c6bbaa6208e2f27fb89b.tar.bz2
gsoc2013-evolution-6c06b962eb22bebe6267c6bbaa6208e2f27fb89b.tar.lz
gsoc2013-evolution-6c06b962eb22bebe6267c6bbaa6208e2f27fb89b.tar.xz
gsoc2013-evolution-6c06b962eb22bebe6267c6bbaa6208e2f27fb89b.tar.zst
gsoc2013-evolution-6c06b962eb22bebe6267c6bbaa6208e2f27fb89b.zip
#541121: improved itip formatter: allow replying to forwarded and already imported invitations; honor RVSP flag in invitation
itip-formatter.c: the whole logic for "reply to organize" was improved. If an organizer exists, replying is enabled. Sending a reply is enabled by default if the event looks like a meeting (= has attendees). The wish of the organizer to not get replies is checked (previous Evolution releases ignored it); in this case the default is to not send a reply. In all cases the user can override the default. Merged from 2.24 branch. svn path=/trunk/; revision=36594
Diffstat (limited to 'plugins/itip-formatter/ChangeLog')
-rw-r--r--plugins/itip-formatter/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/itip-formatter/ChangeLog b/plugins/itip-formatter/ChangeLog
index 59e80aec94..886df7ea7c 100644
--- a/plugins/itip-formatter/ChangeLog
+++ b/plugins/itip-formatter/ChangeLog
@@ -1,3 +1,18 @@
+2008-10-10 Patrick Ohly <pohly@ecld0pohly>
+
+ ** #541121: improved itip formatter: allow replying to forwarded
+ and already imported invitations; honor RVSP flag in invitation
+
+ * itip-formatter.c: the whole logic for "reply to organize" was
+ improved.
+
+ If an organizer exists, replying is enabled. Sending a reply is
+ enabled by default if the event looks like a meeting (= has
+ attendees). The wish of the organizer to not get replies is
+ checked (previous Evolution releases ignored it); in this case the
+ default is to not send a reply. In all cases the user can override
+ the default.
+
2008-10-08 Sankar P <psankar@novell.com>
License Changes