Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a8d6ef5 authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

feat: hide snappyMail personal settings

By personal settings of snappyMail, user can set non-nc mail accounts.
We want to disable this feature.

issue: https://gitlab.e.foundation/e/infra/backlog/-/issues/4061
parent 39756f74
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -92,6 +92,9 @@ RUN curl -fsSL -o user_migration.zip \
# Fix snappymail icon
RUN sed -i 's/logo-white-64x64.png/app.svg/' ${BASE_DIR}/custom_apps/snappymail/appinfo/info.xml

# Hide personal settings of snappymail
RUN sed -i "s/<personal>OCA\\\SnappyMail\\\Settings\\\PersonalSettings<\/personal>/<\!--<personal>OCA\\\SnappyMail\\\Settings\\\PersonalSettings<\/personal>-->/" ${BASE_DIR}/custom_apps/snappymail/appinfo/info.xml

# Snappy theme
RUN curl -fsSL -o Murena-snappymail-theme.tar.gz \
  "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/snappymail-theme/-/archive/${SNAPPY_THEME_VERSION}/snappymail-theme-${SNAPPY_THEME_VERSION}.tar.gz" && \