Re: [PATCH] rtemstoolkit/mailer.py: Add --use-gitconfig option

2021-04-13 Thread Chris Johns
OK to push with a minor fix noted below ... On 14/4/21 7:33 am, Alex White wrote: > This adds the option to pull mail-related configuration values from the > user's git configuration. > > Closes #4384 > --- > rtemstoolkit/mailer.py | 46 -- > 1 file change

[PATCH] rtemstoolkit/mailer.py: Add --use-gitconfig option

2021-04-13 Thread Alex White
This adds the option to pull mail-related configuration values from the user's git configuration. Closes #4384 --- rtemstoolkit/mailer.py | 46 -- 1 file changed, 44 insertions(+), 2 deletions(-) diff --git a/rtemstoolkit/mailer.py b/rtemstoolkit/mailer.py