-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    LinuxDaily.com    Linux42.org    OpenSkillz.com   
 
Apps
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


Sponsoring


-
- Content .- Fans  . 

KMail Tagging Patch

   0.2.6  

KDE Improvement

Score 77%
KMail Tagging Patch
zoom


KMail Tagging Patch
zoom


KMail Tagging Patch
zoom


Link:  Link
Depends on  KDE 3.5.x
Downloads:  1261
Submitted:  Mar 11 2006

Description:

I decided to finally publicize this patch a bit more, since I am using it and am quite happy. This is a patch on top of the KDE 3.5.1 code for KMail. It introduces custom tagging support for emails. Since KDE is in feature freeze, I decided to maintain it as a patch until a merge into the next version is viable.

Here is what the patch adds:
* 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.

For bugs and problems, feel free to send an email.

Disclaimer: This patch is still in experimental state. So before trying, it is strongly advised that you backup your emails and settings. ( usually in ~/.kde/share/apps/kmail and ~/.kde/share/config/kmailrc )




Changelog:

0.2.6 : Minor fix - added check for null pointers




LicenseGPL
Source(KMail Tagging Patch 0.2.6)
Gentoo(Gentoo ebuild)
Send to a friend
Subscribe
Other  Apps  from monur
Report inappropriate content



goto page:  1  2 

-
.

 Nice

 
 by CARTMAN on: Mar 11 2006
 
Score 50%

Today I was thinking if that would be possible at all! :)


Reply to this

-
.

 KDE wish?

 
 by peppelorum on: Mar 11 2006
 
Score 50%

Have you added this as a wish at bugs.kde.org? Would be a good way to get the attention from the developers and regular people could vote for it.

Nice patch I must say=) This is something I've been thinking for Kmail for some time now.


Reply to this

-

 Re: KDE wish?

 
 by monur on: Mar 11 2006
 
Score 50%

There are already bugs that request this feature.

And other developers are already aware of the patch, I am going to work on incorporating this to the next version.

Thanks for the suggestions, though.


Reply to this

-

 Re: Re: KDE wish?

 
 by meyerm on: Mar 11 2006
 
Score 50%

Do I understand you correct? You are trying to get it into default kmail 3.5.2? :-)


Reply to this

-

 Re: Re: Re: KDE wish?

 
 by monur on: Mar 11 2006
 
Score 50%

No, sorry, I should have been more explicit. I meant to say KDE 4.0. 3.5.x is in feature freeze right now.


Reply to this

-
.

 Wow

 
 by Khan on: Mar 11 2006
 
Score 50%

Up until now, I had never actually given it much thought at being able to do this in Kmail. Now, I can think of plenty of reasons to have a feature like this. Nice work.


Reply to this

-
.

 uh....

 
 by Khan on: Mar 11 2006
 
Score 50%

Total n00b question: How do I apply it?


Reply to this

-

 Re: uh....

 
 by monur on: Mar 11 2006
 
Score 50%

You will need the source code for kdepim 3.5.1. You can obtain it from the kde anonymous svn server, for which you will need the subversion program. Or you can use your distribution's package manager. For the first method:
mkdir ~/repository
cd ~/repository
svn co svn://anonsvn.kde.org/home/kde/tags/KDE/3.5.1/kdepim

Then you need to apply the patch:
cd ~/repository/kdepim/kmail
patch -p1 < /path/to/kmail.tagging.patch

After this, you need to compile and install kdepim:
cd ~/repository/kdepim
make -f Makefile.cvs && ./configure [optional arguments like --enable-debug --with-gnokii --with-sasl --prefix=/path/to/alternative/installation/dir ] && make && make install

* Of course, depending on your distribution, there might be easier alternatives (e.g. Gentoo)
* Giving a --prefix option to configure might be appealing if you don't want to overwrite your original kdepim applications


Reply to this

-

 Re: Re: uh....

 
 by Khan on: Mar 12 2006
 
Score 50%

Actually, I am using Gentoo however, I'm not too worried about having to emerge kdepim again if there goes south. So, do I follow the steps above for Gentoo or do I modify the package to include the patch and let emerge handle the rest?


Reply to this

-

 Re: Re: Re: uh....

 
 by monur on: Mar 13 2006
 
Score 50%

I added the Gentoo ebuild as well. The instructions are:

echo 'PORTDIR_OVERLAY="/usr/local/portage ${PORDIR_OVERLAY}"' >> /etc/make.conf

mkdir -p /usr/local/portage/kde-base/kdepim/files

cp kmail.tagging.0.2.6.patch /usr/local/portage/kde-base/kdepim/files

cp kdepim-3.5.1-r1.ebuild /usr/local/portage/kde-base/kdepim

cd /usr/local/portage/kde-base/kdepim/files

ln -s kmail.tagging.0.2.6.patch kmail.tagging.last.patch

cd ..

ebuild kdepim-3.5.1-r1.ebuild digest

emerge -av kdepim

I used the linking trick to try to avoid recompiling with every minor change, since I use FEATURES="keeptemp keepwork noclean" while emerging kdepim. But currently it doesn't look like it's working.


Reply to this

-
.

 great idea!

 
 by jcphil on: Mar 12 2006
 
Score 50%

I like it. But there is some overlap with the existing tags of "important" and "to do". If this will be incorporated into Kmail, maybe there needs to be some more thought put into unifying the the existing tags with your.


Reply to this

-

 a question

 
 by Superstoned on: Mar 12 2006
 
Score 50%

can a filter apply a tag? would be cool...


Reply to this

-

 Re: a question

 
 by monur on: Mar 13 2006
 
Score 50%

I am planning on adding that functionality in a later version. Some things I have in mind are:
* Automatic tagging through filters
* Searching based on tags ( which enables having 'tag folders' through use of search folders )
* A column for tags in the header view


Reply to this

-

 Re: Re: a question

 
 by Superstoned on: Mar 14 2006
 
Score 50%

u're a god ;-)


Reply to this

goto page:  1  2 

Add commentBack




-
-
Do you like or dislike Ubuntu Unity?
 Yes, unity is alien technology!
 It is less confusing than Gnome 3 default, shell.
 Granny thinks it is much more usable than Gnome 2
 Canonical is embarrasing itself with this split project
 Gnome 3 default shell is much better
 I dislike Unity, Gnome 3 default shell is alien technology!
 None of the above, I like the 2Gb for free and Apple alike behavior. Will post a comment instead

resultmore
 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Facebook App
Content RSS   
Events RSS   

Participate
Groups
Forum
Add App
Public API
About KDE-Apps.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2003-2013 KDE-Apps.org Team  
All rights reserved. KDE-Apps.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
KDE and K Desktop Environment are trademarks of KDE e.V.