phpGroupWare - Patches: patch #3054, how to get phpgw to act as default...
You are not allowed to post comments on this tracker with your current authentication level.
patch #3054: how to get phpgw to act as default email program for linux
Submitter: | Johnson <jecinc> | ||
Submitted: | Fri 14 May 2004 03:08:26 AM UTC | ||
Category: | Priority: | 1 - Later | |
Item Group: | None | Status: | None |
Privacy: | Public | Assigned to: | None |
Open/Closed: | Open |
Wed 09 Jun 2004 03:47:11 PM UTC, comment #2: |
Johnson <jecinc> |
Wed 09 Jun 2004 02:40:35 PM UTC, comment #1: In KDE, you set the email client by going to kcontrol (Preferences, Control Panel in Fedora), click on KDE Components amd set it to your script
|
Johnson <jecinc> |
Fri 14 May 2004 03:08:26 AM UTC, original submission:
This was already available to windows systems thanks to cw
|
Johnson <jecinc> |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
From the howto at: http://gnome-hacks.jodrell.net/hacks.html?id=11
using Gnome >= 2.2.2 add the following
protocol handler:
(on Fedora in Preferences, Control Panel, File Types)
Add Service under 'Internet Services' and create a new service as
follows:
Description: Mailto Handler
Protocol: mailto
Program: yournewscript.sh "%s"
Now it should work.