fixes the problem, that the filter settings are currently not
saved if all filters are removed.
- -- void KMFilterDlg::slotBtnOk()
{
- if (mFilter)
- {
- applyFilterChanges();
- kernel->filterMgr()->writeConfig();
- }
+ if (mFilter) applyFilterChanges();
+ kernel->filterMgr()->writeConfig();
KMFilterDlgInherited::close();
}
svn path=/trunk/kdenetwork/kmail/; revision=63204
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
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
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
I think some of those QListBox signal bugs finally got fixed! (I never bothered to report any of them)
svn path=/trunk/kdenetwork/kmail/; revision=47471
drag&drop of messages is therefore broken.
* Added support for subdirectories in ~/Mail -> hierarchical
folders!
* Changed ancient folder edit/create dialog to something
more useful.
svn path=/trunk/kdenetwork/kmail/; revision=30538
No more infinite recursion when an item is clicked.
Proper resizing behaviour.
Widgets are disabled when they can't be used.
Filter name is updated as filter settings are modified.
Changes aren't lost when up/down is pressed.
svn path=/trunk/kdenetwork/kmail/; revision=29122
Now it is possible to have more folders than the screen
is high and still select them in the filter dialog.
* Filter Dialog: changed folder combo box to (semi) auto
resize. Changed layout of dialog to better display all
elements. Also enabled vertical resizing of dialog.
svn path=/trunk/kdenetwork/kmail/; revision=15743
* Composer: answering the confirmation is no longer
ignored.
* Finetuning: added missing pixmaps to makefile and
repainted pixmap for queued and sent messages.
svn path=/trunk/kdenetwork/kmail/; revision=8608
me for several weeks now.
* Folders: After I finally also deleted lots of important messages
by mistake I now changed the behaviour of Folder->Empty to
move the messages into trash instead of deleting them ;-)
This made the "Are you sure" dialog now obsolete, IMO.
svn path=/trunk/kdenetwork/kmail/; revision=6506
* fixed nasty bug in SMTP code that caused errors when multiple receivers were
specified in one line (To,Cc,Bcc)
* some cleanup of menus in composer
* re-activated deletion of temp files in kpgp code
* some code containing KSpell support, but not functional yet
svn path=/trunk/kdenetwork/kmail/; revision=4255
that KMail likes (dir with numbered messages to one large file).
Attachments can now be shell scripts. Defined by adding a | after the
name of the script in Settings->Identity->Signature.
svn path=/trunk/kdenetwork/kmail/; revision=2764