# Stamp E-Mail-Client on postmarketOS (any Desktop) # Install the build dependencies sudo apk add \ git build-base meson ninja pkgconf \ gtk4.0-dev libadwaita-dev \ evolution-data-server-dev \ glib-dev gobject-introspection-dev \ vala rust cargo blueprint-compiler \ gsettings-desktop-schemas gsettings-desktop-schemas-dev \ gstreamer gstreamer-dev gst-plugins-base gst-plugins-base-dev \ libportal-dev \ nss nss-dev \ gpgme gpgme-dev \ webkit2gtk-6.0 webkit2gtk-6.0-dev # Clone the git repository git clone https://gitlab.gnome.org/jbrummer/stamp.git cd stamp # Compile Stamp. Please note that the last command requires sudo or has to be run with root permissions in order to install it system-wide meson setup builddir meson compile -C builddir meson install -C builddir # To set up the E-Mail-Account GNOME Online Accounts has to be used sudo apk add gnome-control-center gnome-online-accounts # It can be started on a GNOME or non-GNOME enviroment like this: XDG_CURRENT_DESKTOP=GNOME gnome-control-center online-accounts # Add your E-Mail-Account and start stamp # On my setup I have noticed that I could not enter the Message Body field while composing a mail just by clicking on it. All other fields worked. I have figured out that I could just press Tab on the Subject field and it works perfectly. I am not yet sure if that's a theme issue as I use Adwaita-Dark or if it's a bug.