Open a terminal (
<ctl><alt><t>)
Enter:
sudo gedit /usr/local/bin/mailto.shWhen the edit opens; cut'n'paste:
Code:
#!/bin/bash
sylpheed --compose "$1"
Save and close the file.
Enter:
sudo chmod +x /usr/local/bin/mailto.shto make the file executable.
In your web browser (Firefox) that is already open go to
Edit> PreferencesSelect <
Applications>
Attachment:
File comment: Mailto#1
Sylpheed_mailto1.png [ 68.83 KiB | Viewed 9194 times ]
Change the "mailto" setting to "Use other..."
Attachment:
File comment: Mailto2
Sylpheed_mailto2.png [ 10.57 KiB | Viewed 9194 times ]
Select the dandy little script you've just created.
Attachment:
File comment: Mailto3
Sylpheed_mailto3.png [ 69.36 KiB | Viewed 9194 times ]
Close....and compose emails to any mailto: link you wish with just a click.
Attachment:
File comment: Mailto4
Sylpheed_mailto4.png [ 68.64 KiB | Viewed 9194 times ]