but since the difficult part is over, I hope I will improve it over time.
Currently it has the following features:
- Ability to tag emails (with possibly more than one tag)
- Changing the appearance of message headers (font and text color) according to the message's tags.
- Configuration of tags through a new tab called "Message Tags" on the "Configure KMail->Appearance" configuration page.
- You can add toolbar buttons for easy tagging.
- You can assign shortcuts to tags.
- Tagging through the right-click menu.
- Quick filtering using the combobox for "status" filtering. See the screenshot.
Some short-term todos:
- Incorporate Nepomuk
- A column for tags in the header view
- Incorporate Ellen's usability comments
Some long-term todos:
- Filter action for automatic tagging
- Searching based on tags ( which enables having 'tag folders' through use of search folders )
I'm sorry that I didn't have enough time to test my current commit completely. In the last two days, I have been constantly compiling
kdelibs, kdepimlibs, kdebase to keep up with very frequent changes. I finally was able to compile all at once:)
BUGS: 50409
CCBUG: 15391, 122977
svn path=/trunk/KDE/kdepim/; revision=692089
KMail now uses kdepimlibs/mailtransport for sending mails and managing
transport settings. This means KMail now shares these settings with Mailody
and KNode and it now has async wallet handling :)
svn path=/trunk/KDE/kdepim/; revision=666791
Finish making the toolbar HIG complaint.
Scrub code (it needs a good wash behind the ears)
Still need to figure out icon names for spam and ham.
BUGS: 141069
svn path=/trunk/KDE/kdepim/; revision=656680
still compiling, but i have to go pick up the boy so i figure it's better to get this progress in rather than wait to make sure there aren't any more to catch, though my grepping is turning up empty, soooo. =)
svn path=/trunk/KDE/kdepim/knode/; revision=614812
is started the first time and no accounts have been configured so far.
It encapsulates also the security feature probing, so that the user just has
to input it's name, email address, incoming and outgoing server and that's all.
FEATURE:72903
svn path=/trunk/kdepim/; revision=393188
There's a bug where KTipDialog appears, but is empty, on kontact start.
Looks very much like https://intevation.de/roundup/kolab/issue439!
svn path=/branches/proko2/kdepim/; revision=365643
There's a bug where KTipDialog appears, but is empty, on kontact start. This is because it's not Kontact showing the tips, with a list of all the components' tips files, but KMail, which likes to show its tips when constructing its KMainWidget. Since KMail is running in Kontact, its appname is kontact, and kontact/tips does not exist -> empty tips dialog.
This moves KMail's startup tips to KMMainWin, which is only used when kmail is running standalone.
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=365606
created filter actions. Now they are hidden during
the editing of the toolbars to avoid that they are
plugged statically (which leads to crashes as the
bug reports have shown).
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=355391