Email or username:

Password:

Forgot your password?
Top-level
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.

2 comments
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