SVN commit 562271 by winterz: forward port SVN commit 562217 by wstephens: Fix for crash when writing appointments. (In case we ever bring back groupwise into KDE4) M +1 -0 incidenceconverter.cpp --- trunk/KDE/kdepim/kresources/groupwise/soap/incidenceconverter.cpp #562270:562271 @@ -325,6 +325,7 @@ item->status = 0; item->thread = 0; item->msgId = 0; + item->messageId = 0; item->source = 0; item->returnSentItemsId = 0; item->delivered = 0;