CVS commit by danimo: This is impossible... hmm.. at least it's wrong M +1 -1 kmail_plugin.cpp 1.41 --- kdepim/kontact/plugins/kmail/kmail_plugin.cpp #1.40:1.41 @@ -83,5 +83,5 @@ void KMailPlugin::processDropEvent( QDro KABC::Addressee::List list; - if ( VCalDrag::decode( de, &cal ) && ICalDrag::decode( de, &cal ) ) { + if ( VCalDrag::decode( de, &cal ) || ICalDrag::decode( de, &cal ) ) { KTempFile tmp( locateLocal( "tmp", "incidences-" ), ".ics" ); cal.save( tmp.name() );