You’re totally right, but I wasn’t assuming they had a rooted phone.
Is there any difference between the native shell and Termux’s? I just installed fish and chsh’ed it to default: after syncing over all my dotfiles it looks and acts as expected.
You’re totally right, but I wasn’t assuming they had a rooted phone.
Is there any difference between the native shell and Termux’s? I just installed fish and chsh’ed it to default: after syncing over all my dotfiles it looks and acts as expected.
Try Termux, it’s great.
While it doesn’t get you sudo, it does get you a package manager and a decent amount of programs.
I use it and rclone to sync my cell phone’s photos to a S3 bucket.
I’ve been trying OnlyOffice recently - seems pretty nice so far.
Aah, now I understand.
There is no such setting that I’m immediately aware of - but I am automatically getting messages for my folders. So I’m assuming it’s doing something in the background: most likely a periodic sync for the entire account.
Definitely doesn’t sound like the behavior you wanted, my bad. But, at least there are notifications on the folders once mail is received. 😅
Edit: In the repo for their sync engine it explains:
Mailspring uses a fairly basic syncing algorithm, which runs on two threads with two open connections to the mail server. Within each thread, work is performed synchronously.
Background Worker: Periodically iterates over folders and (depending on the supported IMAP features) uses CONDSTORE / XYZRESYNC to check for mail or performs either a “local” or “deep” sync of part of the folder’s UID space.
Foreground Worker: Idles on the primary folder and wakes to syncs changes. Also wakes to perform other tasks, like fetching message bodies the user clicks.
So the foreground worker only idles on the primary folder, but it does slowly iterate over all folders in the background.
No settings have been added for this functionality (that I’m aware of).
Edit 2: Went back and read your original comment; hadn’t noticed the PR was yours. If that’s the case then you’re probably aware of how the sync works anyway. My bad if I’ve posted stuff you’re already aware of.
Fastmail.
Can you choose which folders use real-time push vs which folders use polling?
I’m afraid not. I’m pretty sure the entire account uses polling. I’ll usually open the app and hit F5 to quickly poll for results, otherwise I’m waiting for the next sync.
Having said that, the unread counter works fine for sub-folders:
Edit: I was wrong, Mailspring uses the IMAP IDLE extension to wait for new mail delivery. Still doesn’t stop me from spamming F5 when I’m waiting for new mail to arrive.
Notifications on folders a have been added (I sort all my mail into a plethora of folders, keeping my inbox empty, so for me this is non-negotiable), and they all sync with a single f5 now.
Might be worth checking out again?
Mailspring, best client I’ve used in a while.
I always liked their UX, and never noticed any outright bugs?
But, yeah, definitely dislike the Spyware - I recall having to adb shell
into the device and manually disable those processes after each update.
Shame they include that, their devices are (otherwise) really great.
Its latest commit is from 4 days ago, so it looks like work is still ongoing.
It’s odd, but not unheard of for open source applications to have large windows between releases. They just might not have a reason to bump major versions, at the moment.
If you want the commits since 2022, you can always install a dev build from github.
You: [ copy pastes link ]
Others: Hey, can you also tell us what that link points towards?
You: wHaT iS tHiS, a BoLsHeViK LaBoR CaMp?
You know what you sounded like.
It’s a small text addition for context, not a big ask. Most of these upgrade posts in this community have people asking the same thing, so they can discover new software.
Ultimately, though, it’s your choice.
I use Navidrome myself, and I still think it would be nice for people to know a little bit about the software in an update announcement post.
Seems like a very reasonable request, I don’t grok the vitriol in your response.
Same here, my dude… Same here. Why does my back suddenly hurt?
Steam goes down for maintenance at this time every week.
Edit: Tuesdays ~3pm PST
I hope they continue to do good, but am also skeptical.
And, man, I miss the old Gravatar.
The not cool parts just relate to any sort of hosted bridge. If you don’t trust them with decrypting messages on their end, then don’t give them your data - there are no bridges capable of doing that, anywhere.
So it really comes down to “trust someone else with your data, or host it yourself”; and if you’re - understandably - frustrated with those options blame companies like WhatsApp or Discord that make it nigh impossible to integrate their services with outside networks.
Functionally, these bridges just forward your content to a library acting like a headless client - there’s no way to encrypt that as the reverse engineered clients are not libraries and need to take raw input. You can’t end to end encrypt it as the client is one of the “ends”.
As an example, the WhatsApp bridge uses WhatsApp web as a backend, and has all the limitations of WA web.
As a result, I find the expectations to be a bit unrealistic.
I am worried about that acquisition, to be honest.
I’ve been supporting them via Github sponsors for about a year, now - as I only use their open source software; I’ve no intention of touching the service or closed source client.
As a result, I’d be lying if I didn’t say I was anxious about their new owners basically telling them “hey, why are you releasing all your bridges for free, anyway?”
Really hope that doesn’t happen, as their bridges have been my primary communication channels for a long time, now. I love not having to keep WhatsApp or Discord installed on my phone.
Fair point, if you’re just against the fact that they wrote a closed source client.
It’s frustrating that closed source software exists, but in this context I’m (personally) okay with it as it funds the development of free software.
I disagree. Beeper’s client is meaningless, it’s the service being offered that has value.
If you don’t mind trusting a third party service with your Matrix instance + bridge hosting, use Beeper.
If you’re into OSS and owning your own tech stack, self host the whole thing.
At no point do you have to use their client for any reason.
Aah, okay.
I don’t mind the chroot too much, especially as you can just use Termux’s
termux-setup-storage
script for accessing files.But, yeah, I can see how one would want to use su for that!