* Updated render_MIME_ICS() to do the right thing if the calendar attachment happens...
authorArt Cancro <ajc@citadel.org>
Sun, 11 Jan 2009 03:56:02 +0000 (03:56 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 11 Jan 2009 03:56:02 +0000 (03:56 +0000)
commit22e1937630febcc5c01d38ab9227cc95230da824
tree57ac3d9a042089871eef38b257dfbc435b9813fc
parent9f025c9292b22b8590a9d2e1a5d53808fe182f80
* Updated render_MIME_ICS() to do the right thing if the calendar attachment happens to be at the MSG4 top level and is already resident.  The previous behavior was to attempt to load it using DLAT with msgnum=0, which erased the copy in memory so it didn't render.  Invitations sent by Exchange now render properly.  Invitations sent by Google Calendar are displaying twice now, which is probably because they do a multipart/alternative *and* send it as an attachment.  I don't know why.
webcit/messages.c
webcit/msg_renderers.c