Skip to content

Commit

Permalink
Merge pull request #3082 from mariux64/update-supernova
Browse files Browse the repository at this point in the history
Update supernova
  • Loading branch information
david authored Mar 22, 2024
2 parents 2869bed + 20b6cba commit d5f4226
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions supernova.be0
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

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

# BEE_VERSION supernova-115.8.1-0
# BEE_VERSION supernova-115.9.0-0

#SRCURL[0]="https://ftp.mozilla.org/pub/thunderbird/releases/${PKGVERSION}/source/thunderbird-${PKGVERSION}.source.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/8f71e37340ffdb3c172905fbc99b163b/thunderbird-115.8.1.source.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/a76e2d8449708c1cb2f5bee46ae07d2c/thunderbird-115.9.0.source.tar.xz"

# build_in_sourcedir

Expand Down Expand Up @@ -89,6 +89,10 @@ EOF1
cat >${B}/molgen-default-prefs.js <<EOF2
pref("storage.nfs_filesystem", true);
pref("nglayout.enable_drag_images", false);
// show Name and email-adresse
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
Expand Down

0 comments on commit d5f4226

Please sign in to comment.