Re: Question - no space in smtp-server-option

2018-09-17 Thread Chris Coutinho
On Sep-16-18, Jonathan Nieder wrote: On Mon, Sep 17, 2018 at 03:27:21AM +0200, Chris Coutinho wrote: On Sep-16-18, Jonathan Nieder wrote: Chris Coutinho wrote: Currently my gitconfig contains the following line: sendemail.smtpserveroption=-a Whereas, the following results

Re: Question - no space in smtp-server-option

2018-09-17 Thread Chris Coutinho
On Sep-16-18, Jonathan Nieder wrote: On Mon, Sep 17, 2018 at 03:27:21AM +0200, Chris Coutinho wrote: On Sep-16-18, Jonathan Nieder wrote: Chris Coutinho wrote: Currently my gitconfig contains the following line: sendemail.smtpserveroption=-a Whereas, the following results

Re: Question - no space in smtp-server-option

2018-09-16 Thread Chris Coutinho
On Sep-16-18, Jonathan Nieder wrote: Hi, Chris Coutinho wrote: Currently my gitconfig contains the following line: sendemail.smtpserveroption=-a Whereas, the following results in an 'account' not found error: sendemail.smtpserveroption=-a Do you mean that your

Question - no space in smtp-server-option

2018-09-16 Thread Chris Coutinho
Hello Git community, To send a formatted git patch as an email using git I use `git send-email`. Using another email address than my default one requires the 'smtp-server-option' to be set, and currently this flag doesn't care much for spaces. Is this desired? Currently my gitconfig