]> git.notmuchmail.org Git - notmuch/blob - test/T430-emacs-address-cleaning.sh
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / test / T430-emacs-address-cleaning.sh
1 #!/usr/bin/env bash
2
3 test_description="emacs address cleaning"
4 . $(dirname "$0")/test-lib.sh || exit 1
5 . $NOTMUCH_SRCDIR/test/test-lib-emacs.sh || exit 1
6
7 test_require_emacs
8
9 test_begin_subtest "notmuch-test-address-clean part 1"
10 test_emacs_expect_t '(notmuch-test-address-cleaning-1)'
11
12 test_begin_subtest "notmuch-test-address-clean part 2"
13 test_emacs_expect_t '(notmuch-test-address-cleaning-2)'
14
15 test_begin_subtest "notmuch-test-address-clean part 3"
16 test_emacs_expect_t '(notmuch-test-address-cleaning-3)'
17
18 test_done