windows current-message pointer to prevent a dangling pointer.
Also fix sefault which occurred when deleting the last message in a folder and
then undoing the action.
svn path=/trunk/kdenetwork/kmail/; revision=60409
Make middle mouse button act like left mouse button in reader window.
Make tool bar in composer long.
svn path=/trunk/kdenetwork/kmail/; revision=57416
When "use kab" is choosen
Address completion suppots using libkab as a backend.
Standard Kmail Address Selection dialog supports uisng libkab.
Standard Kmail Address Selector/editor dialog supports using libkab.
So I haven't added new dialogs here I've just ported the old ones over to
using libkab optionally. There is however the (right click on an email
link) add address to addressbook dialog Mirko wrote.
I still have to do some more QA on this stuff but it seems ok.
Limitations
User notification of errors could be improved, but maybe that is
done in libkab anyway (it seems pretty talkative when it creates
databases...)
No option for people to add their 'upgrade' their standard kmail
addressbook info into a libkab database at the moment.
The "use kab" option has to be moved into the configuration dialog.
Would be nice to implement support for alternative addressbook GUIs.
svn path=/trunk/kdenetwork/kmail/; revision=56218
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
with escape before)
-new matches are added at the end of the list, so the user can look at the
first results while search is still in progress
svn path=/trunk/kdenetwork/kmail/; revision=50883
dialog.
* The filter dialog is now created only once.
Earlier it was created every time it was opened
but it was never deledted. I have prepared for
using a toplevel widget as parent, but it cant
be used as long as the dialog is modeless and
all top levels share one dialog.
svn path=/trunk/kdenetwork/kmail/; revision=50205
a very difficult to reproduce problem with toggling
compact_all_folders and applying the change after
file->compact_all_folders after deleting a message in folder.
There are some new suspect khtml/kpart problems however. Changing
from long/short folder layout (which deletes the html part
and recreates it) is causing the html part to become confused.
svn path=/trunk/kdenetwork/kmail/; revision=49647
This is only a temporary measure. This option will be removed, all KMail
ab entries will be stored using libkab, and a new tab will be added to one
of the configuration sections to allow the user to select which ab GUI to
use (either "Standard KMail", "Kab" or "Kontact").
Also are trying out a new way of showing the threading/html preference for
the current folder.
I'm running out of time tonight so I'm going to have difficulty editing
and recommiting Mirko's mods tonight.
svn path=/trunk/kdenetwork/kmail/; revision=49561