Skip to content

Commit

Permalink
thunderbird: Update version from 128.9.2 to 128.11.0
Browse files Browse the repository at this point in the history
Update version and remove the "mailnews.localizedRe" setting, which
no longer works but prevents pgp signed messages with
protected-headers=v1 from being displayed.
  • Loading branch information
donald committed Jun 4, 2025
1 parent b7d9b8f commit a9770a1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions thunderbird.be0
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

#export BEE_TMP_TMPDIR=/scratch/local2 BEE_TMP_BUILDROOT=/scratch/local2/bee-root BEE_MAKEFLAGS='-j80'

# BEE_VERSION thunderbird-128.9.2-0
# BEE_VERSION thunderbird-128.11.0-0

#SRCURL[0]="https://ftp.mozilla.org/pub/thunderbird/releases/${PKGVERSION}esr/source/thunderbird-${PKGVERSION}esr.source.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/046c4c2b4cb945eee04fc27bc386c207/thunderbird-128.9.2esr.source.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/8cc87a6244898bc52ae0138e44f1c6ee/thunderbird-128.11.0esr.source.tar.xz"

# build_in_sourcedir

mee_configure() {
# next build check what is needed
p=/pkg/node-20.13.1-0/profile; [ -e $p ] && . $p
p=/pkg/rustc-1.84.0-0/profile; [ -e $p ] && . $p

cat > ${S}/mozconfig <<CONF
ac_add_options --prefix=${PREFIX}
ac_add_options --enable-application=comm/mail
Expand Down Expand Up @@ -86,8 +86,6 @@ EOF1
pref("mail.showCondensedAddresses" , false);
// if FROM Header and Header SENDER there show both
pref("mailnews.headers.showSender" , true);
//test for Aw:Re:AW:
pref("mailnews.localizedRe", "AW,Aw,Antwort,Antw");
//disable telemetry
pref("dom.security.unexpected_system_load_telemetry_enabled",false);
pref("network.trr.confirmation_telemetry_enabled",false);
Expand Down

0 comments on commit a9770a1

Please sign in to comment.