X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Femacs;h=dcfc6758e9cd6f22d1b318d3561edf7e2c2b87c3;hp=13b0471f06d974270dabe8bee931d9b114f43e78;hb=2f86290aaf6e4b0de54ea75ca17ce129bfbf3730;hpb=b32831e5b8e494da802f7c616c986fcd1e1e7b5f diff --git a/test/emacs b/test/emacs index 13b0471f..dcfc6758 100755 --- a/test/emacs +++ b/test/emacs @@ -402,9 +402,12 @@ test_emacs '(notmuch-show "id:\"bought\"") (notmuch-show-stash-message-id-stripped) (notmuch-show-stash-tags) (notmuch-show-stash-filename) + (notmuch-show-stash-mlarchive-link "Gmane") + (notmuch-show-stash-mlarchive-link "MARC") + (notmuch-show-stash-mlarchive-link "Mail Archive, The") (switch-to-buffer (generate-new-buffer "*test-stashing*")) - (dotimes (i 9) + (dotimes (i 12) (yank) (insert "\n") (rotate-yank-pointer 1)) @@ -420,6 +423,9 @@ id:"bought" bought inbox,stashtest ${gen_msg_filename} +http://mid.gmane.org/bought +http://marc.info/?i=bought +http://mail-archive.com/search?l=mid&q=bought EOF test_expect_equal_file OUTPUT EXPECTED