Email or username:

Password:

Forgot your password?
Top-level
Bounga ⌨️ 🎸🚲

@shegeley @abcdw

> I need it to work with git-patch + email-based workflow as an amateur hacker. ✉️ :git:

Working with Sourcehut?

What email client are you using?

I’m using mu4e that I really like but I still haven’t found how to effectively use an email based workflow.

It’s not related to mu4e but rather to how to pipe diff to magit and work with it.

3 comments
Bounga ⌨️ 🎸🚲

@shegeley @abcdw I don’t have any problem using email based workflow if I use the classic tooling (ie: git am / git email) in the terminal but it doesn’t feel the right way to do it using emacs.

Grigory Shepelev

@bounga using notmuch. but I don't like that kind of "context switch" when applying, not only sending patches. having to launch other mail client (what? browser gmail, thunderbird, etc), having to save them as files inside that context and them applying.

I'm not against good UIs that minimizes context switching, but against all-in-one stuff

Andrew Tropin

@bounga @shegeley For applying single straightforward patches I either use notmuch-show-pipe-message (|) and `git am -3s` or piem in case of patch series and non-trivial patches.

Go Up