diff --git a/network/mail/component.xml b/network/mail/component.xml
new file mode 100644
index 0000000000..dd022144d1
--- /dev/null
+++ b/network/mail/component.xml
@@ -0,0 +1,3 @@
+
+ network.mail
+
diff --git a/network/mail/thunderbird/actions.py b/network/mail/thunderbird/actions.py
new file mode 100644
index 0000000000..21c6d73cbc
--- /dev/null
+++ b/network/mail/thunderbird/actions.py
@@ -0,0 +1,54 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+MOZAPPDIR= "/usr/lib/thunderbird"
+shelltools.export("SHELL", "/bin/sh")
+
+locales = "be ca da de el en-US es-AR es-ES fi fr hr hu it lt nl pl pt-BR pt-PT ro ru sr sv-SE tr uk".split()
+xpidir = "%s/xpi" % get.workDIR()
+arch = get.ARCH()
+ver = ".".join(get.srcVERSION().split(".")[:3])
+
+def setup():
+ pisitools.dosed(".mozconfig", "##JOBCOUNT##", get.makeJOBS())
+
+ # LOCALE
+ shelltools.system("rm -rf langpack-tb/*/browser/defaults")
+ if not shelltools.isDirectory(xpidir): shelltools.makedirs(xpidir)
+ for locale in locales:
+ shelltools.system("wget -c -P %s ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/%s/linux-%s/xpi/%s.xpi" % (xpidir, ver, arch, locale))
+ shelltools.makedirs("langpack-tb/langpack-%s@thunderbird.mozilla.org" % locale)
+ shelltools.system("unzip -uo %s/%s.xpi -d langpack-tb/langpack-%s@thunderbird.mozilla.org" % (xpidir, locale, locale))
+
+def build():
+ shelltools.system("sed -i '/^ftglyph.h/ i ftfntfmt.h' mozilla/config/system-headers")
+ autotools.make("-f ./client.mk")
+
+def install():
+ autotools.rawInstall("-f client.mk DESTDIR=%s" % get.installDIR())
+
+ # Install fix language packs
+ pisitools.insinto("/usr/lib/thunderbird/extensions", "./langpack-tb/*")
+
+ # Install icons
+ pisitools.insinto("/usr/share/pixmaps", "other-licenses/branding/thunderbird/mailicon256.png", "thunderbird.png")
+ pisitools.insinto("%s/icons" % MOZAPPDIR, "other-licenses/branding/thunderbird/mailicon16.png")
+
+ for s in (16, 22, 24, 32, 48, 256):
+ pisitools.insinto("/usr/share/icons/hicolor/%dx%d/apps" % (s,s), "other-licenses/branding/thunderbird/mailicon%d.png" % s, "thunderbird.png")
+
+ # We don't want the development stuff
+ pisitools.removeDir("/usr/lib/thunderbird-devel*")
+ pisitools.removeDir("/usr/share/idl")
+ pisitools.removeDir("/usr/include")
+
+ # Install docs
+ pisitools.dodoc("mozilla/LEGAL", "mozilla/LICENSE")
\ No newline at end of file
diff --git a/network/mail/thunderbird/files/pisilinux/mozconfig b/network/mail/thunderbird/files/pisilinux/mozconfig
new file mode 100644
index 0000000000..b34661682a
--- /dev/null
+++ b/network/mail/thunderbird/files/pisilinux/mozconfig
@@ -0,0 +1,26 @@
+mk_add_options MOZ_MAKE_FLAGS="##JOBCOUNT##"
+
+ac_add_options --disable-dbus
+ac_add_options --disable-necko-wifi
+ac_add_options --disable-libnotify
+ac_add_options --disable-gstreamer
+ac_add_options --disable-pulseaudio
+ac_add_options --disable-crashreporter
+ac_add_options --disable-installer
+ac_add_options --disable-updater
+ac_add_options --disable-tests
+ac_add_options --disable-debug
+
+ac_add_options --enable-calendar
+ac_add_options --enable-system-sqlite
+ac_add_options --prefix=/usr
+ac_add_options --enable-application=mail
+ac_add_options --enable-safe-browsing
+ac_add_options --with-pthreads
+ac_add_options --enable-timeline
+ac_add_options --with-system-nspr
+ac_add_options --with-system-nss
+ac_add_options --with-system-jpeg
+ac_add_options --with-system-zlib
+ac_add_options --with-system-bz2
+ac_add_options --with-system-png
\ No newline at end of file
diff --git a/network/mail/thunderbird/files/pisilinux/sound.wav b/network/mail/thunderbird/files/pisilinux/sound.wav
new file mode 100644
index 0000000000..1bd5683f8c
Binary files /dev/null and b/network/mail/thunderbird/files/pisilinux/sound.wav differ
diff --git a/network/mail/thunderbird/files/thunderbird-install-dir.patch b/network/mail/thunderbird/files/thunderbird-install-dir.patch
new file mode 100644
index 0000000000..3f850d695e
--- /dev/null
+++ b/network/mail/thunderbird/files/thunderbird-install-dir.patch
@@ -0,0 +1,12 @@
+diff -up comm-esr38/mozilla/config/baseconfig.mk.dir comm-esr38/mozilla/config/baseconfig.mk
+--- comm-esr38/mozilla/config/baseconfig.mk.dir 2015-06-08 19:49:23.000000000 +0200
++++ comm-esr38/mozilla/config/baseconfig.mk 2015-06-16 14:45:16.048913473 +0200
+@@ -4,7 +4,7 @@
+ # whether a normal build is happening or whether the check is running.
+ includedir := $(includedir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
+ idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
+-installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
++installdir = $(libdir)/$(MOZ_APP_NAME)
+ sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
+ ifndef TOP_DIST
+ TOP_DIST = dist
diff --git a/network/mail/thunderbird/files/thunderbird.desktop b/network/mail/thunderbird/files/thunderbird.desktop
new file mode 100644
index 0000000000..ab352249dd
--- /dev/null
+++ b/network/mail/thunderbird/files/thunderbird.desktop
@@ -0,0 +1,140 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Thunderbird
+Name[ar]=موزلا ثندَربرد
+Name[bg]=Мозила Пощальон
+Name[bn]=মোজিলা থান্ডারবার্ড
+Name[br]=Mozilla Thunderbird
+Name[bs]=Mozilla Thunderbird
+Name[ca]=Mozilla Thunderbird
+Name[cs]=Mozilla Thunderbird
+Name[cy]=Mozilla Thunderbird
+Name[da]=Mozilla Thunderbird
+Name[de]=Mozilla Thunderbird
+Name[el]=Mozilla Thunderbird
+Name[eo]=Mozilo Thunderbird
+Name[es]=Mozilla Thunderbird
+Name[et]=Mozilla Thunderbird
+Name[eu]=Mozilla Thunderbird
+Name[fa]=پرندهصاعقه موزیلا
+Name[fi]=Mozilla Thunderbird
+Name[fr]=Mozilla Thunderbird (courrier électronique)
+Name[gl]=Mozilla Thunderbird
+Name[he]=Mozilla Thunderbird
+Name[hi]=मोज़िला थंडरबर्ड
+Name[hu]=Mozilla Thunderbird
+Name[id]=Mozilla Thunderbird
+Name[is]=Mozilla Thunderbird
+Name[it]=Mozilla Thunderbird
+Name[ja]=Mozilla Thunderbird
+Name[ko]=모질라 썬더버드
+Name[ky]=Mozilla Thunderbird
+Name[mk]=Mozilla Thunderbird
+Name[mn]=Мозилла түндэрбөрд
+Name[nb]=Mozilla Thunderbird
+Name[nl]=Mozilla Thunderbird
+Name[nn]=Mozilla Thunderbird
+Name[pl]=Mozilla Thunderbird
+Name[pt]=Mozilla Thunderbird
+Name[pt_BR]=Mozilla Thunderbird
+Name[ro]=Mozilla Thunderbird
+Name[ru]=Mozilla Thunderbird
+Name[sc]=Mozilla Thunderbird
+Name[sk]=Mozilla Thunderbird
+Name[sl]=Mozilla Thunderbird
+Name[sv]=Mozilla Thunderbird
+Name[tg]=Мозиллаи Thunderbird
+Name[th]=Mozilla Thunderbird
+Name[tl]=Mozilla Thunderbird
+Name[tr]=Mozilla Thunderbird
+Name[uk]=Mozilla Thunderbird
+Name[uz]=Mozilla Thunderbird
+Name[uz@cyrillic]=Mozilla Thunderbird
+Name[vi]=Mozilla Thunderbird
+Name[wa]=Mozilla Thunderbird
+Name[zh_CN]=Mozilla Thunderbird 电子邮件
+Name[zh_TW]=Mozilla Thunderbird
+GenericName=Mail & News Reader
+GenericName[ar]=بريد/أخبار
+GenericName[bg]=Поща/Новини
+GenericName[br]=Posteloù/keleier
+GenericName[cs]=Pošta/Diskusní skupiny
+GenericName[cy]=E-bost/Newyddion
+GenericName[da]=E-post/Nyheder
+GenericName[de]=E-Mail/News
+GenericName[el]=Αλληλογραφία/Νέα
+GenericName[es]=Correo/Noticias
+GenericName[et]=E-post/Uudistegrupid
+GenericName[eu]=Posta/Berriak
+GenericName[fi]=Sähköposti / uutisryhmät
+GenericName[fr]=Courriel/Nouvelles
+GenericName[gl]=Correo/Novas
+GenericName[he]=דואר/קבוצות דיון
+GenericName[hu]=Levelezés/hírek
+GenericName[id]=Mail/Berita
+GenericName[is]=Póstur/Fréttir
+GenericName[it]=Mail/News
+GenericName[ja]=メール/ニュース
+GenericName[ky]=Почта/Жаңылыктар
+GenericName[mk]=Пошта/Вести
+GenericName[nb]=E-post/Njus
+GenericName[nl]=E-mail/nieuws
+GenericName[nn]=E-post og temagrupper
+GenericName[pl]=Poczta/wiadomości
+GenericName[pt]=Correio/Noticias
+GenericName[pt_BR]=E-mail/Notícias
+GenericName[ro]=Poștă/Știri
+GenericName[ru]=Почта/Новости
+GenericName[sl]=Pošta/Novičarske skupine
+GenericName[sv]=E-post/Nyheter
+GenericName[tr]=Posta/Haber
+GenericName[uk]=Пошта/Новини
+GenericName[uz]=Xat-xabar/Yangiliklar
+GenericName[uz@cyrillic]=Хат-хабар/Янгиликлар
+GenericName[zh_CN]=邮件/新闻
+GenericName[zh_TW]=郵件/新聞
+Comment=Mail Client & News Reader
+Comment[ar]=عميل بريد وأخبار
+Comment[bg]=Пощенски и новинарски клиент
+Comment[bs]=E-mail i news klijent
+Comment[cs]=Klient pro poštu a diskusní skupiny
+Comment[cy]=Rhaglen E-bost a Newyddion
+Comment[da]=E-post- og nyhedsklient
+Comment[de]=E-Mail und Nachrichten Client
+Comment[el]=Πελάτης Αλληλογραφίας και Νέων
+Comment[es]=Cliente de correo electrónico y noticias
+Comment[et]=E-posti ja uudisteklient
+Comment[eu]=Posta eta Berri bezeroa
+Comment[fi]=Sähköpostin ja uutisryhmien luku- ja kirjoitusohjelma
+Comment[fr]=Client messagerie et news
+Comment[gl]=Cliente de Correo-e e Novas
+Comment[he]=לקוח חדשות ודוא"ל
+Comment[hu]=Levelezőprogram és hírolvasó
+Comment[id]=Klien Mail dan Berita
+Comment[is]=Póst og frétta-forrit
+Comment[it]=Client per posta elettronica e news
+Comment[ja]=メールクライアントとニュースリーダー
+Comment[ky]=Почта жана Жаңылыктар клиентти
+Comment[mk]=Клиент за е-пошта и вести
+Comment[nb]=E-post- og nyhetsklient
+Comment[nl]=Mail- en newsprogramma
+Comment[nn]=E-post og temagruppeprogram
+Comment[pl]=Klient pocztowy oraz klient grup dyskusyjnych
+Comment[pt]=Cliente de Correio e Notícias
+Comment[pt_BR]=Cliente de E-mail e Notícias
+Comment[ro]=Client de poștă și știri
+Comment[ru]=Клиент чтения новостей и почты
+Comment[sl]=Odjemalec za e-pošto in novice
+Comment[sv]=E-post och Nyhets-klient
+Comment[tr]=Posta ve Haber İstemcisi
+Comment[uk]=Поштовий клієнт та клієнт новин
+Comment[zh_CN]=邮件和新闻客户程序
+Comment[zh_TW]=郵件與新聞用戶端
+TryExec=thunderbird
+Exec=thunderbird %u
+Icon=thunderbird
+Terminal=false
+Type=Application
+StartupNotify=true
+Categories=Application;Network;Email;
+MimeType=message/rfc822;x-scheme-handler/mailto;
\ No newline at end of file
diff --git a/network/mail/thunderbird/files/vendor.js b/network/mail/thunderbird/files/vendor.js
new file mode 100644
index 0000000000..b877b9188d
--- /dev/null
+++ b/network/mail/thunderbird/files/vendor.js
@@ -0,0 +1,9 @@
+// Use LANG environment variable to choose locale
+pref("intl.locale.matchOS", true);
+
+// Disable default mailer checking.
+pref("mail.shell.checkDefaultMail", false);
+
+// Don't disable our bundled extensions in the application directory
+pref("extensions.autoDisableScopes", 11);
+pref("extensions.shownSelectionUI", true);
\ No newline at end of file
diff --git a/network/mail/thunderbird/pspec.xml b/network/mail/thunderbird/pspec.xml
new file mode 100644
index 0000000000..6d623741ae
--- /dev/null
+++ b/network/mail/thunderbird/pspec.xml
@@ -0,0 +1,581 @@
+
+
+
+
+ thunderbird
+ http://www.mozilla.org/projects/thunderbird/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ MPL-1.1
+ NPL-1.1
+ GPLv2+
+ thunderbird
+ app:gui
+ The Stand-Alone Mozilla Mail Component
+ Thunderbird is a redesign of the Mozilla Mail Component. It is written using the XUL user interface language and designed to be cross-platform.
+ http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/38.1.0/source/thunderbird-38.1.0.source.tar.bz2
+
+ pisilinux/mozconfig
+
+
+ wget
+ yasm
+ nss-devel
+ gtk2-devel
+ zlib-devel
+ libXt-devel
+ libSM-devel
+ libpng-devel
+ sqlite-devel
+ libXcomposite-devel
+ alsa-lib-devel
+ libjpeg-turbo-devel
+
+
+ thunderbird-install-dir.patch
+
+
+
+
+ thunderbird
+
+ atk
+ nss
+ gtk2
+ nspr
+ zlib
+ cairo
+ libXt
+ pango
+ libX11
+ libgcc
+ sqlite
+ iconcan
+ libXext
+ alsa-lib
+ freetype
+ libXfixes
+ fontconfig
+ gdk-pixbuf
+ libXdamage
+ libXrender
+ libXcomposite
+ libjpeg-turbo
+
+
+ /usr/share/doc
+ /usr/bin
+ /usr/share/pixmaps
+ /usr/lib/thunderbird
+ /usr/share/applications
+ /usr/share/icons/hicolor
+
+
+ vendor.js
+
+ thunderbird.desktop
+
+ pisilinux/sound.wav
+
+
+
+
+ thunderbird-lang-be
+ lang-be
+ locale:be
+ system.locale
+ Беларуская мова пакет для Firefox
+
+ thunderbird
+
+
+ /usr/lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org
+
+
+
+
+ thunderbird-lang-ca
+ lang-ca
+ locale:ca
+ system.locale
+ Arxiu d'idioma català del Firefox
+
+ thunderbird
+
+
+ /usr/lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org
+
+
+
+
+ thunderbird-lang-da
+ lang-da
+ locale:da
+ system.locale
+ Dansk sprogpakke til Firefox
+
+ thunderbird
+
+
+ /usr/lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org
+
+
+
+
+ thunderbird-lang-de
+ lang-de
+ locale:de
+ system.locale
+ Deutsch Sprachdatei für Firefox
+
+ thunderbird
+
+
+ /usr/lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org
+
+
+
+
+ thunderbird-lang-el
+ lang-el
+ locale:el
+ system.locale
+ Ελληνική γλώσσα pack για τον Firefox
+
+ thunderbird
+
+
+ /usr/lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org
+
+
+
+
+ thunderbird-lang-en-US
+ lang-en-US
+ locale:en_US
+ system.locale
+ English language pack for Firefox
+
+ thunderbird
+
+
+ /usr/lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org
+
+
+
+
+ thunderbird-lang-es-AR
+ lang-es-AR
+ locale:es_AR
+ system.locale
+ Paquete de idioma español para Firefox
+
+ thunderbird
+
+
+ /usr/lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org
+
+
+
+
+ thunderbird-lang-es-ES
+ lang-es-ES
+ locale:es
+ system.locale
+ Paquete de idioma español para Firefox
+
+ thunderbird
+
+
+ /usr/lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org
+
+
+
+
+ thunderbird-lang-fi
+ lang-fi
+ locale:fi
+ system.locale
+ Suomen kielen pack for Firefox
+
+ thunderbird
+
+
+ /usr/lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org
+
+
+
+
+ thunderbird-lang-fr
+ lang-fr
+ locale:fr
+ system.locale
+ Paquet de langue française pour Firefox
+
+ thunderbird
+
+
+ /usr/lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org
+
+
+
+
+ thunderbird-lang-hr
+ lang-hr
+ locale:hr
+ system.locale
+ Hrvatski jezični paket za Firefox
+
+ thunderbird
+
+
+ /usr/lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org
+
+
+
+
+ thunderbird-lang-hu
+ lang-hu
+ locale:hu
+ system.locale
+ Magyar nyelvű pack for Firefox
+
+ thunderbird
+
+
+ /usr/lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org
+
+
+
+
+ thunderbird-lang-it
+ lang-it
+ locale:it
+ system.locale
+ Language Pack italiano per Firefox
+
+ thunderbird
+
+
+ /usr/lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org
+
+
+
+
+ thunderbird-lang-lt
+ lang-lt
+ locale:lt
+ system.locale
+ Lietuvių kalbos paketas Firefox
+
+ thunderbird
+
+
+ /usr/lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org
+
+
+
+
+ thunderbird-lang-nl
+ lang-nl
+ locale:nl
+ system.locale
+ Nederlands taalpakket voor Firefox
+
+ thunderbird
+
+
+ /usr/lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org
+
+
+
+
+ thunderbird-lang-pl
+ lang-pl
+ locale:pl
+ system.locale
+ Polski pakiet językowy dla programu Firefox
+
+ thunderbird
+
+
+ /usr/lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org
+
+
+
+
+ thunderbird-lang-pt-BR
+ lang-pt-BR
+ locale:pt_BR
+ system.locale
+ Pacote de idioma português para o Firefox
+
+ thunderbird
+
+
+ /usr/lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org
+
+
+
+
+ thunderbird-lang-pt-PT
+ lang-pt-PT
+ locale:pt
+ system.locale
+ Pacote de idioma português para o Firefox
+
+ thunderbird
+
+
+ /usr/lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org
+
+
+
+
+ thunderbird-lang-ro
+ lang-ro
+ locale:ro
+ system.locale
+ Pachet de limba română pentru Firefox
+
+ thunderbird
+
+
+ /usr/lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org
+
+
+
+
+ thunderbird-lang-ru
+ lang-ru
+ locale:ru
+ system.locale
+ Русский языковый пакет для Firefox
+
+ thunderbird
+
+
+ /usr/lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org
+
+
+
+
+ thunderbird-lang-sr
+ lang-sr
+ locale:sr
+ system.locale
+ Паковање српски језик за Фирефок
+
+ thunderbird
+
+
+ /usr/lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org
+
+
+
+
+ thunderbird-lang-sv-SE
+ lang-sv-SE
+ locale:sv_SE
+ system.locale
+ Svenska språkpaket för Firefox
+
+ thunderbird
+
+
+ /usr/lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org
+
+
+
+
+ thunderbird-lang-tr
+ lang-tr
+ locale:tr
+ system.locale
+ Firefox için Türkçe dil dosyası
+
+ thunderbird
+
+
+ /usr/lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org
+
+
+
+
+ thunderbird-lang-uk
+ lang-uk
+ Український мовний пакет для Firefox
+
+ thunderbird
+
+
+ /usr/lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org
+
+
+
+
+
+ 2015-08-07
+ 38.1.0
+ Version Bumps, https://www.mozilla.org/en-US/thunderbird/38.1.0/releasenotes/
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2015-06-10
+ 31.7.0
+ https://www.mozilla.org/en-US/thunderbird/31.7.0/releasenotes/
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2015-04-25
+ 31.6.0
+ https://www.mozilla.org/en-US/thunderbird/31.6.0/releasenotes/
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2015-01-30
+ 31.4.0
+ https://www.mozilla.org/en-US/thunderbird/31.4.0/releasenotes/
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+ 2014-11-10
+ 31.2.0
+ https://www.mozilla.org/en-US/thunderbird/31.2.0/releasenotes/
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2014-08-30
+ 31.1.2
+ https://www.mozilla.org/en-US/thunderbird/31.1.2/releasenotes/
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2014-08-21
+ 31.0
+ Version bump.
+ Serdar Soytetir
+ kaptan@pisilinux.org
+
+
+ 2014-06-07
+ 24.5.0
+ Rebuild.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+ 2014-05-01
+ 24.5.0
+ https://www.mozilla.org/en-US/thunderbird/24.5.0/releasenotes/
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2014-04-11
+ 24.4.0
+ https://www.mozilla.org/en-US/thunderbird/24.4.0/releasenotes/
+ Serdar Soytetir
+ kaptan@pisilinux.org
+
+
+ 2014-02-15
+ 24.3.0
+ https://www.mozilla.org/en-US/thunderbird/24.3.0/releasenotes/
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2013-12-19
+ 24.2.0
+ https://www.mozilla.org/en-US/thunderbird/24.2.0/releasenotes/
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2013-11-19
+ 24.1.1
+ https://www.mozilla.org/en-US/thunderbird/24.1.1/releasenotes/
+ Erdinç Gültekin
+ erdincgultekin@pisilinux.org
+
+
+ 2013-11-13
+ 24.1.0
+ https://www.mozilla.org/en-US/thunderbird/24.1.0/releasenotes/
+ Erdinç Gültekin
+ erdincgultekin@pisilinux.org
+
+
+ 2013-08-09
+ 24.0
+ https://www.mozilla.org/en-US/thunderbird/24.0/releasenotes/
+ Erdinç Gültekin
+ erdincgultekin@pisilinux.org
+
+
+ 2013-08-09
+ 17.0.8
+ https://www.mozilla.org/en-US/thunderbird/17.0.8/releasenotes/
+ Erdinç Gültekin
+ erdincgultekin@pisilinux.org
+
+
+ 2013-07-19
+ 17.0.7
+ rebuild for nspr
+ Erdinç Gültekin
+ erdincgultekin@pisilinux.org
+
+
+ 2013-07-13
+ 17.0.7
+ https://www.mozilla.org/en-US/thunderbird/17.0.7/releasenotes/
+ Erdinç Gültekin
+ erdincgultekin@pisilinux.org
+
+
+ 2013-05-20
+ 17.0.6
+ https://www.mozilla.org/en-US/thunderbird/17.0.6/releasenotes/
+ Erdinç Gültekin
+ erdincgultekin@pisilinux.org
+
+
+ 2013-04-03
+ 17.0.5
+ https://www.mozilla.org/en-US/thunderbird/17.0.5/releasenotes/
+ Erdinç Gültekin
+ erdincgultekin@pisilinux.org
+
+
+ 2013-03-11
+ 17.0.4
+ https://www.mozilla.org/en-US/thunderbird/17.0.4/releasenotes/
+ Erdinç Gültekin
+ erdincgultekin@pisilinux.org
+
+
+ 2013-02-19
+ 17.0.3
+ bump
+ Erdinç Gültekin
+ erdincgultekin@pisilinux.org
+
+
+ 2012-11-26
+ 17.0.2
+ First release
+ Erdinç Gültekin
+ erdincgultekin@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/network/mail/thunderbird/translations.xml b/network/mail/thunderbird/translations.xml
new file mode 100644
index 0000000000..37b8319fcf
--- /dev/null
+++ b/network/mail/thunderbird/translations.xml
@@ -0,0 +1,135 @@
+
+
+
+ thunderbird
+ Thunderbird eposta istemcisi
+ Klient pocztowy Thunderbird
+ Thunderbird, Mozilla e-posta bileşeninin yeniden tasarlanmış halidir. Platform bağımsız olan Thunderbird, XUL kullanıcı arayüzü diliyle geliştirilmiştir.
+ Thunderbird to darmowy i rozszerzalny klient poczty z wieloma wspaniałymi funkcjami.
+
+
+
+ thunderbird-lang-be
+ Беларуская мова пакет для Thunderbird
+
+
+
+ thunderbird-lang-ca
+ Arxiu d'idioma català del Thunderbird
+
+
+
+ thunderbird-lang-da
+ Dansk sprogpakke til Thunderbird
+
+
+
+ thunderbird-lang-de
+ Deutsch Sprachdatei für Thunderbird
+
+
+
+ thunderbird-lang-el
+ Ελληνική γλώσσα pack για τον Thunderbird
+
+
+
+ thunderbird-lang-en-US
+ English language pack for Thunderbird
+
+
+
+ thunderbird-lang-es-AR
+ Paquete de idioma español para Thunderbird
+
+
+
+ thunderbird-lang-es-CL
+ Paquete de idioma español para Thunderbird
+
+
+
+ thunderbird-lang-es-ES
+ Paquete de idioma español para Thunderbird
+
+
+
+ thunderbird-lang-fi
+ Suomen kielen pack for Thunderbird
+
+
+
+ thunderbird-lang-fr
+ Paquet de langue française pour Thunderbird
+
+
+
+ thunderbird-lang-hr
+ Hrvatski jezični paket za Thunderbird
+
+
+
+ thunderbird-lang-hu
+ Magyar nyelvű pack for Thunderbird
+
+
+
+ thunderbird-lang-it
+ Language Pack italiano per Thunderbird
+
+
+
+ thunderbird-lang-lt
+ Lietuvių kalbos paketas Thunderbird
+
+
+
+ thunderbird-lang-nl
+ Nederlands taalpakket voor Thunderbird
+
+
+
+ thunderbird-lang-pl
+ Polski pakiet językowy dla programu Thunderbird
+
+
+
+ thunderbird-lang-pt-BR
+ Pacote de idioma português para o Thunderbird
+
+
+
+ thunderbird-lang-pt-PT
+ Pacote de idioma português para o Thunderbird
+
+
+
+ thunderbird-lang-ro
+ Pachet de limba română pentru Thunderbird
+
+
+
+ thunderbird-lang-ru
+ Русский языковый пакет для Thunderbird
+
+
+
+ thunderbird-lang-sr
+ Паковање српски језик за Фирефок
+
+
+
+ thunderbird-lang-sv-SE
+ Svenska språkpaket för Thunderbird
+
+
+
+ thunderbird-lang-tr
+ Thunderbird için Türkçe dil dosyası
+
+
+
+ thunderbird-lang-uk
+ Український мовний пакет для Thunderbird
+
+