Re: [PATCH] add command line options to mailer.py

2013-08-22 Thread Masaru Tsuchiyama
Hello Does anybody comment my patch? -- Masaru Tsuchiyama m.tma...@gmail.com Masaru Tsuchiyama wrote: Hello I attach a patch to implement command line options for smtp servers. [[[ add command line options to mailer.py * tools/hook-scripts/mailer/mailer.py () : import

Re: [PATCH] add command line options to mailer.py

2013-08-22 Thread Daniel Shahaf
Masaru Tsuchiyama wrote on Thu, Aug 22, 2013 at 23:10:01 +0900: Hello Does anybody comment my patch? FWIW: Saw the patch, it seems like it might be a good idea, but haven't had time to look into it in more detail.

[PATCH] add command line options to mailer.py

2013-08-15 Thread Masaru Tsuchiyama
Hello I attach a patch to implement command line options for smtp servers. [[[ add command line options to mailer.py * tools/hook-scripts/mailer/mailer.py () : import OptionParser. (main) : add options to arguments. (PipeOutput.__init__) : call cfg.get_mail_command()