]> code.citadel.org Git - citadel.git/commit
beforesave and aftersave hooks for calendar rooms have been
authorArt Cancro <ajc@citadel.org>
Thu, 15 Mar 2007 19:26:45 +0000 (19:26 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 15 Mar 2007 19:26:45 +0000 (19:26 +0000)
commit2e5bae0ee0da73622de27207d3362e2d3797ca40
tree989e9c3cc1e7aca27d5b562d8941b0b579ac39ed
parent0fec3ca614e475800a40db2e066234c6533079fb
beforesave and aftersave hooks for calendar rooms have been
updated to handle text/calendar items that may be buried inside
a multipart message.  It still handles this data if it appears at the
top level too, of course.   And the new algorithm is both cleaner and
more efficient because it just calls the mime parser instead of doing
all sorts of weird string scanning.  Isn't progress wonderful?
citadel/serv_calendar.c