The Stand-Alone Mozilla Mail Component
Mozilla Thunderbird is a redesign of the Mozilla Mail component. It is
written using the XUL user interface language and designed to be
cross-platform. It is a stand-alone application instead of part of the
Mozilla application suite.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:42.2/MozillaThunderbird && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
MozillaThunderbird.changes | 0000100110 97.8 KB | |
MozillaThunderbird.spec | 0000017851 17.4 KB | |
_constraints | 0000000209 209 Bytes | |
compare-locales.tar.xz | 0000028364 27.7 KB | |
create-tar.sh | 0000001579 1.54 KB | |
find-external-requires.sh | 0000000275 275 Bytes | |
kde.js | 0000000049 49 Bytes | |
l10n-45.1.1.tar.xz | 0024486504 23.4 MB | |
mozilla-aarch64-48bit-va.patch | 0000006471 6.32 KB | |
mozilla-binutils-visibility.patch | 0000001342 1.31 KB | |
mozilla-develdirs.patch | 0000001019 1019 Bytes | |
mozilla-flexible-array-member-in-union.patch | 0000000729 729 Bytes | |
mozilla-gcc6.patch | 0000001228 1.2 KB | |
mozilla-kde.patch | 0000134246 131 KB | |
mozilla-language.patch | 0000001763 1.72 KB | |
mozilla-no-stdcxx-check.patch | 0000000981 981 Bytes | |
mozilla-nongnome-proxies.patch | 0000001779 1.74 KB | |
mozilla.sh.in | 0000004272 4.17 KB | |
suse-default-prefs.js | 0000000803 803 Bytes | |
tb-ssldap.patch | 0000000800 800 Bytes | |
thunderbird-45.1.1-source.tar.xz | 0211784840 202 MB | |
thunderbird-rpmlintrc | 0000000029 29 Bytes | |
thunderbird.appdata.xml | 0000001435 1.4 KB | |
thunderbird.desktop | 0000000244 244 Bytes |
Revision 7 (latest revision is 12)
Ludwig Nussel (lnussel_factory)
accepted
request 404534
from
Wolfgang Rosenauer (wrosenauer)
(revision 7)
- mozilla-binutils-visibility.patch to fix build issues with gcc/binutils combination used in Leap 42.2 (boo#984637) - build with -fno-delete-null-pointer-checks for Tumbleweed/gcc6 as long as underlying issues have been addressed upstream (boo#986162) - Fix running on 48bit va aarch64 (bsc#984126) - Add patch mozilla-aarch64-48bit-va.patch - update to Thunderbird 45.1.1 * When entering members into a mailing list, the enter key dismissed the panel instead of just moving onto the next line * Email without HTML elements was sent as HTML, despite "Delivery Format: Auto-detect" option * Options applied to a template were lost when the template was used * Contacts could not be deleted when they were found through a search * Views from global searches did not respect "mail.threadpane.use_correspondents" - The conditional testing for gcc was failing for different openSUSE versions, drop it and apply patches unconditionally. - Add patches to fix building with gcc >= 6: + mozilla-gcc6.patch: patch taken from fedora's git and is essentially identical to upstream firefox patch: https://hg.mozilla.org/mozilla-central/rev/55212130f19d. + mozilla-flexible-array-member-in-union.patch: patch taken from upstream bmo#1272649.
Comments 0