]> git.notmuchmail.org Git - notmuch/blobdiff - test/test-lib.sh
emacs: make modifications to message Fcc vars buffer-local
[notmuch] / test / test-lib.sh
index db3b6aa198c7319bafb13d7b319f768169877d33..eeb5487bd6a31c29acedc597932b924d4638ffed 100644 (file)
@@ -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
 }