X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Ftest-lib.sh;h=eeb5487bd6a31c29acedc597932b924d4638ffed;hb=d02e4dee71b9fb38919ac5e78ec56d1df79473fb;hp=db3b6aa198c7319bafb13d7b319f768169877d33;hpb=23d86773b9e1b8111921af94f7f14ea0867eaee2;p=notmuch diff --git a/test/test-lib.sh b/test/test-lib.sh index db3b6aa1..eeb5487b 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -487,7 +487,7 @@ emacs_deliver_message () (message-goto-body) (insert \"${body}\") $@ - (message-send-and-exit))" + (notmuch-mua-send-and-exit))" # In case message was sent properly, client waits for confirmation # before exiting and resuming control here; therefore making sure @@ -522,7 +522,7 @@ emacs_fcc_message () (message-goto-body) (insert \"${body}\") $@ - (message-send-and-exit))" || return 1 + (notmuch-mua-send-and-exit))" || return 1 notmuch new >/dev/null }