Could mailspring off a “Quick Unsubscribe” for emails which contain an unsubscribe url included in their headers? A quick action for this common thing makes maintaining a sane mailbox much easier.
Context
Outlook on Android (at least) has this. Sparkmail, Windows Mail app, etc do not however.
Hey! This is a great idea and something we’re hoping to do soon. There’s been a bit of work on it in the past (as an external plugin), but we’re revisiting the implementation of that to tie it into the client more closely. (The plugin version came with some performance downsides because it had to request additional headers from the mail server for each email in your mailbox.) Stay tuned!
I plan to start with parsing the Unsubscribe Links from the e-mail messages first in order to prevent the additional requests for the full headers as described by @bengotow.
I am making progess on this feature and have a first design preview and oriented myself at the event reply feature. I am looking for feedback which of the two options you think is better (@bengotow@CodeMouse92).
That’s difficult to say. Personally, I prefer the Big Friendly Button (option 2), but I’d also be wary of clicking it accidentally. If you went with that version, you’d really need a confirmation dialog.
The PR has been merged and will be included in the next release. Please open a new issue here, should you encounter any problems with this new feature.