Package Details: mailspring-bin 1.15.1-1

Git Clone URL: https://aur.archlinux.org/mailspring-bin.git (read-only, click to copy)
Package Base: mailspring-bin
Description: A beautiful, fast and fully open source mail client.(Prebuilt version.Use system-wide electron)
Upstream URL: https://getmailspring.com/
Keywords: electron email imap mail
Licenses: GPL-3.0-only
Conflicts: mailspring
Provides: mailspring
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 208
Popularity: 0.97
First Submitted: 2024-07-10 05:38 (UTC)
Last Updated: 2025-01-28 05:16 (UTC)

Dependencies (3)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 27 Next › Last »

Sving1024 commented on 2024-09-16 06:09 (UTC) (edited on 2024-10-07 07:52 (UTC) by Sving1024)

[comment merged from the mailspring] Why does this package use prebuilt deliverables? That isn't very clear. According to AUR submission guidelines, the package that uses prebuilt deliverables should use the -bin suffix. The package should download the source and build it.

Techcable commented on 2024-03-31 03:13 (UTC) (edited on 2024-03-31 03:20 (UTC) by Techcable)

Using KDE Plasma and kwallet6, I get very bizarre errors from DBus like the following:

Failed to call method: org.kde.KWallet.isEnabled: object_path= /modules/kwalletd: org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable

For some reason, switching to the mailspring-bin package and adding --password-store=gnome-libsecret fixes the issue. I still get the same error with --password-store=gnome-libsecret on this package.

Maybe it works better because they seem to use a different versions of electron?

MnJ commented on 2024-03-15 20:25 (UTC)

For those having issues since the KDE 6 update, the easiest solution is to add the --password-store=kwallet5 argument. There is no other reasonable solution until a fix is released upstream, and it can't be added to the package because then it would fail on other DEs.

FabioLolix commented on 2024-01-09 22:01 (UTC)

@mandeepsan you don't have to use comments as a changelog. Who have enabled notifications will already receive one for every commit

mandeepsan commented on 2024-01-09 07:12 (UTC)

Package has been updated to 1.13.3

vov commented on 2024-01-03 20:26 (UTC)

--password-store="gnome-libsecret",if you are running on hyprland or other no gnome, you should install "libgnome-keyring" to store your passwd. 添加 --password-store="gnome-libsecret"参数,但是运行在hyprland等非gnome桌面环境,需要安装libgnome-keyring保存密码。

dafeder commented on 2023-12-09 23:05 (UTC)

OK I finally get it and have this working. Sounds like for now on i3 and sway the password-store needs to be forced for the forseeable future, and changing the Exec in /usr/share/applications/Mailspring.desktop in the [Desktop Entry] section (not the NewMessage) section) to "mailspring --password-store="gnome-libsecret" %U" does work.