Comment 15 for bug 329659

Revision history for this message
In , Pragma-n (pragma-n) wrote :

It's easy to try it out. kdepim/kmail/folderview.cpp , line 180, change

  //setAutoExpandDelay( gDNDAutoExpandDelay );
  setAutoExpandDelay( -1 );

to

  setAutoExpandDelay( gDNDAutoExpandDelay );
  //setAutoExpandDelay( -1 );

and rebuild.