19 lines
661 B
Plaintext
19 lines
661 B
Plaintext
#%Module1.0
|
|
|
|
module-whatis "free, open source, cross-platform email, news, and chat client."
|
|
module-url "http://www.mozilla.org/en-US/thunderbird/"
|
|
module-license "Mozilla Public License 2.0 and other"
|
|
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
|
|
|
module-help "
|
|
Thunderbird is an email, newsgroup, news feed, and chat (XMPP, IRC, Twitter)
|
|
client. The vanilla version is not a personal information manager, although
|
|
the Mozilla Lightning extension adds PIM functionality. Additional features,
|
|
if needed, are often available via other extensions.
|
|
"
|
|
|
|
if { [uname sysname] == "Darwin" } {
|
|
set-alias Thunderbird "open -n \"$PREFIX/Thunderbird.app\""
|
|
}
|
|
|