#!/bin/sh
#
# Open an RSS-Feed with Thunderbird.
# Idea from: http://ubuntuforums.org/showpost.php?p=4368033&postcount=7
#
exec thunderbird -mail "feed:${1}"
Unfortunately I was unable to make it work (using
about:config
) without a script.
#!/bin/sh
#
# Open an RSS-Feed with Thunderbird.
# Idea from: http://ubuntuforums.org/showpost.php?p=4368033&postcount=7
#
exec thunderbird -mail "feed:${1}"
about:config
) without a script.