]> git.notmuchmail.org Git - notmuch/blobdiff - test/T055-path-config.sh
emacs/mua: Correct autoload cookies
[notmuch] / test / T055-path-config.sh
index fcaf09d326b461c7f0b4997e5031c620f548a851..049b745e0a6d807218ad5c0c6526b8e59116ea34 100755 (executable)
@@ -303,6 +303,8 @@ index.as_text=
 maildir.synchronize_flags=true
 new.ignore=
 new.tags=unread;inbox
+search.authors_matched_separator=| 
+search.authors_separator=, 
 search.exclude_tags=
 user.name=Notmuch Test Suite
 user.other_email=test_suite_other@notmuchmail.org;test_suite@otherdomain.org
@@ -325,6 +327,8 @@ database.mail_root
 database.path
 maildir.synchronize_flags
 new.tags
+search.authors_matched_separator
+search.authors_separator
 user.name
 user.other_email
 user.primary_email
@@ -376,7 +380,6 @@ EOF
           ;;
        home_mail|maildir_env)
           test_begin_subtest "No errors from config list ($config)"
-          test_subtest_known_broken
           notmuch config list 2>OUTPUT 1>/dev/null
           test_expect_equal_file /dev/null OUTPUT
           ;;