And don't crash when new imap folders pop up on a server either.

svn path=/trunk/kdepim/; revision=240099
wilder-work
Till Adam 23 years ago
parent aec1b304a6
commit bb2e28be05
  1. 2
      kmfoldermbox.cpp

@ -243,7 +243,7 @@ void KMFolderMbox::close(bool aForced)
}
if (!noContent()) {
unlock();
if (mStream) unlock();
mMsgList.clear(TRUE);
if (mStream) fclose(mStream);

Loading…
Cancel
Save