on KDE, there's a possibility to execute a command when some event happen. for example one can execute a script when kmail receives a mail or when a akregator fetches a new feed.
I want to execute the script on a way I can retrieve the mail/feed subject in my script. is there a possibility to specify the program to execute:
myprogram <SUBJECT> ?
possibly specify it as an argument or an environment variable.