nixpkgs-ml-tools

nixpkgs mailing list tools
git clone git://jb55.com/nixpkgs-ml-tools
Log | Files | Refs | README | LICENSE

commit 35994989bbf2ca99c9a9c5aa73c25a55fcdb8a1b
parent b03dc585f59a4e579fcab734d7d8b8748578198f
Author: William Casarin <jb55@jb55.com>
Date:   Mon,  3 Jul 2023 12:17:46 -0700

allow git-am arg customization

Diffstat:
Mnotmuch-am | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/notmuch-am b/notmuch-am @@ -150,9 +150,9 @@ main () { B4AM_ARGS+=" $msgid" if [[ "$_arg_am" == "on" ]]; then - AM_ARGS="" + AM_ARGS="$NOTMUCH_AM_ARGS" if [[ "$_arg_3" == "on" ]]; then - AM_ARGS="-3" + AM_ARGS+=" -3" fi if [[ "$_arg_amsignoff" == "on" ]]; then AM_ARGS+=" --signoff"