Re: Issues with git send-email and msmtp

2017-03-22 Thread Roger Pau Monné
On Tue, Mar 21, 2017 at 03:49:21PM +, Roger Pau Monné wrote: > Hello, > > I'm trying to use git send-email with msmtp, and I have added the following to > my .gitconfig: > > [sendemail] > smtpserver = "/usr/local/bin/msmtp" > > This seems to work fine, except that sometimes git dies un

Re: Issues with git send-email and msmtp

2017-03-21 Thread Eric Wong
Jeff King wrote: > On Tue, Mar 21, 2017 at 03:49:21PM +, Roger Pau Monné wrote: > > > I'm trying to use git send-email with msmtp, and I have added the following > > to > > my .gitconfig: > > > > [sendemail] > > smtpserver = "/usr/local/bin/msmtp" > > > > This seems to work fine, excep

Re: Issues with git send-email and msmtp

2017-03-21 Thread Jeff King
On Tue, Mar 21, 2017 at 03:49:21PM +, Roger Pau Monné wrote: > I'm trying to use git send-email with msmtp, and I have added the following to > my .gitconfig: > > [sendemail] > smtpserver = "/usr/local/bin/msmtp" > > This seems to work fine, except that sometimes git dies unexpectedly

Issues with git send-email and msmtp

2017-03-21 Thread Roger Pau Monné
Hello, I'm trying to use git send-email with msmtp, and I have added the following to my .gitconfig: [sendemail] smtpserver = "/usr/local/bin/msmtp" This seems to work fine, except that sometimes git dies unexpectedly after queuing a patch to msmtp: Died at /usr/local/Cellar/git/2.12.0/