being interested in subfolders.
- Don't check if the folder that is used as prefix exists. Required for MH
folders on UW-IMAP.
- Handle folders with non ascii characters in the name correctely.
svn path=/trunk/kdenetwork/kmail/; revision=99984
stop processing here;
Make KMFilterMgr use iterators instead of first() and next();
Remove the current QToolTips from the filter dialog. They are overloaded.
I made QWhatsThis texts and slim QToolTips instead.
svn path=/trunk/kdenetwork/kmail/; revision=99624
the message while forwarding still uses the original message as is
(no decryption or removal of the signature).
svn path=/trunk/kdenetwork/kmail/; revision=97451
1. ctime
2. localized format
3. fancy date
if someone knows a better name for "fancy date", let me know :)
svn path=/trunk/kdenetwork/kmail/; revision=94107
Inserted warning into KMHeaderItem class
WARNING: Do not add new member variables to the class
it will bloat KMail's memory use.
svn path=/trunk/kdenetwork/kmail/; revision=92312
Substantially reduce memory required to show a large folder. Also speed up
folder changing.
Basically as few members as possible should be added to KMHeaderItem this
saves memory. Instead the virtual QListViewItem methods text and pixmap
should be used to perform computation, this means the computation only
has to be done for visible items.
svn path=/trunk/kdenetwork/kmail/; revision=92289
- Small Patch by Seth Chaiklin <seth@psy.au.dk> to disable the mailing list
reply action when selecting a folder without mailing list.
svn path=/trunk/kdenetwork/kmail/; revision=90152
to IMAP
- Don't crash, when deleting part of a thread in an IMAP folder
- Copying messages within the same IMAP account now also copies on the server
svn path=/trunk/kdenetwork/kmail/; revision=89913
Since I don't like a modal progress window as present in some other clients,
these cases need handling.
svn path=/trunk/kdenetwork/kmail/; revision=89245
- the wheel-scrolling bug
- sets the focus properly in some dialogs
- makes the KAB dialog not show the "select-dialog" when there's nothing to
select
- uses a KURLRequester for the signature lineedit
- shows a busy pointer when closing the config-dialog
- sets the focus properly and positions the cursor nicely when replying to a
mail
svn path=/trunk/kdenetwork/kmail/; revision=88692
Select an IMAP folder and press K and the Ctrl-J, but it works only with local
destination folders yet :-)
svn path=/trunk/kdenetwork/kmail/; revision=88207
- Don't display a message anymore after it has been sent and the outbox folder
is active while sending.
svn path=/trunk/kdenetwork/kmail/; revision=88041