even when cancel was pressed (or the dialog was closed).
I fixed these but changes still take effect immediately rather than
only when the user selects ok (which saves the changes to the config
file so that they are made permanent)
svn path=/trunk/kdenetwork/kmail/; revision=56104
Don't understand why but this seems to (maybe, just maybe) fix a
problem with the cursor changing to hourglass from after reading an
encrypted messages.
svn path=/trunk/kdenetwork/kmail/; revision=56072
If the public key of the sender of an encrypted message cannot be found
then reread the database of keys.
Add a cancel button to the dialog that prompts for the users passphrase
as before they had to close the passphrase dialogbox to cancel.
svn path=/trunk/kdenetwork/kmail/; revision=56069
Some preliminary work on improving status messages.
Only checking this in because I need to work on kmacctexppop.cpp
along with the other account types to improve the modelessness of the
configuration dialog
svn path=/trunk/kdenetwork/kmail/; revision=55948
queued mail until after all accounts have finished being checked.
Moved some message from kmmainwin.cpp into kmsender.cpp, tried to make
them smarter, so only state queued messages have been sent successfully
when there were queued messages.
svn path=/trunk/kdenetwork/kmail/; revision=55910
Not very happing with calling processEvents() at all. It was causing
problems when sending receipts while checking mail.
Guess until we get non-blocking sending implemented this is the way it's
going to have to be.
svn path=/trunk/kdenetwork/kmail/; revision=55816
Precommand is now tokenized on space, to make sure arguments get passed to the command line properly.
svn path=/trunk/kdenetwork/kmail/; revision=55678
I suspect in older versions of qt aStr::date() returned a pointer to an empty
string when aStr is the null string but now it returns a null pointer.
Anyway suddenly KMail crashes due to various functions no longer being able
to handle null qstrings. So I want to fix this in KMail now.
Guess I should installed a old version of QT and check it out some more.
svn path=/trunk/kdenetwork/kmail/; revision=55272
a QList< KMFolder >*, should improve event safety (eg maybe KMail won't crash if you delete the folder currenty being searched, assuming it could before).
svn path=/trunk/kdenetwork/kmail/; revision=55182
being set (well actually mDate is a member variable of KMMsgBase which is
the base class of KMMessage), which caused a number of non-obvious delayed bugs.
svn path=/trunk/kdenetwork/kmail/; revision=54985
bug, but probably kmail is at fault trying to be clever and work around
some qlistview limitations from QT 2.0.
Anyway this checkin will hopefully fix the problems described in #5752
svn path=/trunk/kdenetwork/kmail/; revision=54855
when multiple email addresses were passed in.
This function didn't and still doesn't handle quotes in email addresses,
that should be fixed.
svn path=/trunk/kdenetwork/kmail/; revision=54736