forked from pool/MozillaThunderbird
f244ebf410
memory. Prevent this from happening by disabing parallel build in this particular case (i.e. do not pass mk_add_options MOZ_MAKE_FLAGS%{?jobs:-j%jobs}). - update to Thunderbird 45.0 * Add a Correspondents column combining Sender and Recipient * Much better support for XMPP chatrooms and commands * Remote content exceptions: Improved options to add exceptions * Implement option to always use HTML formatting to prevent unexpected format loss when converting messages to plain text * Use OpenStreetmap for maps (even allow the user to choose from list of map services) * Allow spell checking and dictionary selection in the subject line * Allow editing of From when composing a message * Add dropdown in compose to allow specific setting of font size * Return/Enter in composer will now insert a new paragraph by default (shift-Enter will insert a line break) * Allow copying of name and email address from the message header of an email * Mail.ru supports OAuth authentication OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=314
22 lines
800 B
Diff
22 lines
800 B
Diff
diff --git a/mail/installer/package-manifest.in b/mail/installer/package-manifest.in
|
|
--- a/mail/installer/package-manifest.in
|
|
+++ b/mail/installer/package-manifest.in
|
|
@@ -329,16 +329,17 @@
|
|
@RESPATH@/components/mozldap.xpt
|
|
@RESPATH@/components/nsAbLDAPAttributeMap.js
|
|
@RESPATH@/components/nsAbLDAPAutoCompleteSearch.js
|
|
@RESPATH@/components/nsLDAPProtocolHandler.js
|
|
@RESPATH@/components/ldapComponents.manifest
|
|
@BINPATH@/@DLL_PREFIX@ldap60@DLL_SUFFIX@
|
|
@BINPATH@/@DLL_PREFIX@ldif60@DLL_SUFFIX@
|
|
@BINPATH@/@DLL_PREFIX@prldap60@DLL_SUFFIX@
|
|
+@BINPATH@/@DLL_PREFIX@ssldap60@DLL_SUFFIX@
|
|
|
|
; download progress for jsdownloads
|
|
@RESPATH@/components/DownloadsStartup.js
|
|
|
|
; Protocol/Content handling
|
|
@RESPATH@/components/nsSMTPProtocolHandler.js
|
|
@RESPATH@/components/nsSMTPProtocolHandler.manifest
|
|
|