On Tue, Aug 9, 2016 at 11:43 AM, Duy Nguyen <pclouds@xxxxxxxxx> wrote: > On Tue, Aug 9, 2016 at 1:37 PM, Jeff King <peff@xxxxxxxx> wrote: >> That's (relatively) easy for me to script via mutt (grab >> these patches, apply them). > > Could you share your mutt set up pleaaase? I've been wanting this for > a long time, but never used mutt long enough to bother with a proper > setup like this (I blame gmail). That is my complaint^H^H^H^H position, too. I always wanted to switch to a more powerful setup than git-send-email for sending /gmail for reading, but I could not convince myself the steep learning/setup curve is worth it eventually as it is "not broken enough" to do the change right now. My experiments with mutts, have left these lines in my ~/.muttrc > # use shift + A to apply a patch in the working dir > # macro index A ":unset pipe_decode\n|git am -3\n:set pipe_decode\n" > # macro pager A ":unset pipe_decode\n|git am -3\n:set pipe_decode\n" > > macro index A ":set folder='.'\n:copy-message\n" (IIRC they were broken for many patches, but I got applying one patch to work. Which sucks for long email series.) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html