Cool, it never came back to arch/artix, however I see it on aur. I actually don't use gui for mpd, I use ncmpcpp, but good to know it has quite good gui frontend. ario is good as well, particularly if not much into Qt apps.
- Posts
- 44
- Comments
- 234
- Joined
- 4 yr. ago
- Posts
- 44
- Comments
- 234
- Joined
- 4 yr. ago
- JumpDeleted
Permanently Deleted
Asklemmy @lemmy.ml any desktop gtk client like lemoa?
Privacy @lemmy.ml DivestOS ends development
Open Source @lemmy.ml apkupdater not working properly
Linux @lemmy.ml Phoronix: Linus Torvalds Comments On The Russian Linux Maintainers Being Delisted
Linux @lemmy.ml Phoronix: Several Linux Kernel Driver Maintainers Removed Due To Their Association To Russia
Linux @lemmy.ml ZDNET: 20 years later, real-time Linux makes it to the kernel - really
Privacy @lemmy.ml anonymous blog preserving author identifier digital signature or similar
Privacy @lemmy.ml xmpp android app with omemo and unified push notifications support
Fediverse @lemmy.ml xmpp android app with omemo and unified push notifications support
Fediverse @lemmy.ml Is diroot.org having license issues?
Rust Programming @lemmy.ml Any MT testing framework around shuttle MT testing crate
Linux @lemmy.ml Is Rhino following Ubuntu demoting debs as Ubuntu is?
Privacy @lemmy.ml Are libreddit frontends for reddit already non functional?
Rust Programming @lemmy.ml Matt Kline: Async Rust Is A Bad Language
Rust Programming @lemmy.ml Does the tracing crate support logs rate limiting?
Linux @lemmy.ml Any rss reader which aggregates feeds
Asklemmy @lemmy.ml Is there a frontend with no login, but with local subscription
Privacy @lemmy.ml Insider: Zoom says it won't use your calls to train AI 'without your consent' after its terms of service sparked backlash and prompted people to talk about ditching the service
Linux @lemmy.ml Soft-reboot in systemd 254 sounds a lot like Windows' Fast Startup
Privacy @lemmy.ml Google’s nightmare “Web Integrity API” wants a DRM gatekeeper for the web






It depends on your preferences of course. Notmuch offers a way fast indexer you can't get with traditional gui applications, but by itself it's not pretty useful, however the integration with other tools makes it really powerful, with afew you get your personal tagging when messages arrive (filters), with alot you just get the email frontend. If you like the terminal experience, then you'd know you need something extra for smtp (writing emails) and there you have for example msmtp. It's a matter of choice. I mentioned notmuch since the traditional approach to the terminal is plain neomutt, but there are alternatives. isync (mbsync) actually interacts well with neomutt but it also does it with notmuch, and neomutt can be used as a frontend for notmuch as well. A matter of choices.
The thing with solutions like thunderbird is that you have to adhere to their design decisions. For example I don't like their librnp implementation, and I had to create alpm hooks on artix to keep updating such library with sequoia-octopus-librnp, not because I like rust (I don't dislike it either), but because at least I can keep just one keyring, and thunderbird when not having a master password (the default) keeps its keyring unencrypted, and I pretty much see no reason not to use gnupg. So I decided I better kept using gnupg's keyring and stuff. Integrating different tools designed for specific purposes you have more freedom of choice. At any rate that's how unix was conceived, and you can choose to do it that way if you want.