--- /dev/null
+Return-Path: <damien.cassou@gmail.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id 350A4431FBC\r
+ for <notmuch@notmuchmail.org>; Thu, 13 Dec 2012 05:09:49 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.799\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
+ tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+ FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id CtW0PVEDeW6q for <notmuch@notmuchmail.org>;\r
+ Thu, 13 Dec 2012 05:09:46 -0800 (PST)\r
+Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com\r
+ [209.85.212.175]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id B1CBF431FBD\r
+ for <notmuch@notmuchmail.org>; Thu, 13 Dec 2012 05:09:41 -0800 (PST)\r
+Received: by mail-wi0-f175.google.com with SMTP id hm11so3877843wib.2\r
+ for <notmuch@notmuchmail.org>; Thu, 13 Dec 2012 05:09:41 -0800 (PST)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+ h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references;\r
+ bh=BRNqFBxfO9ijMPMa8c7dZTA8H8ngJpXVMDyzoW3gHK4=;\r
+ b=uG6IxK9huzUDV7SZnRk12F6TYDljGSFzrn5uRlFsw8iA2eoliMfMIKNl8YSZKhQpSk\r
+ wKpRLiEdBiHwNnyIXwFBSCLZk87kBEuOOEH8oXsPbO1ffQBXN5UWnsSaOtspWPEMS11c\r
+ WE08VawHIh+g2TkiebtKVkGdIbdXnyMh4cuBUuAeS4/Zl/6/M/QIT42DBBwZiNjcinra\r
+ HFInKEPudVqfz2OlCHPfHYrSUzXbq4uyTdK+MrtAqGCtczKfcgYahVW5SBcYQPQrWlV7\r
+ MgEiwSXkTWqim0lJ5N3RZShz9oN1FMYQhamFSK3RH+yl65uaV1Foe50hraEf2/yBkutC\r
+ h5Pg==\r
+Received: by 10.180.76.203 with SMTP id m11mr3279182wiw.6.1355404181349;\r
+ Thu, 13 Dec 2012 05:09:41 -0800 (PST)\r
+Received: from luz3.lille.inria.fr ([193.51.236.232])\r
+ by mx.google.com with ESMTPS id bz12sm2504214wib.5.2012.12.13.05.09.40\r
+ (version=TLSv1/SSLv3 cipher=OTHER);\r
+ Thu, 13 Dec 2012 05:09:40 -0800 (PST)\r
+From: Damien Cassou <damien.cassou@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 4/4] emacs: Add unit-tests for clickable tags\r
+Date: Thu, 13 Dec 2012 14:09:27 +0100\r
+Message-Id: <1355404167-31750-5-git-send-email-damien.cassou@gmail.com>\r
+X-Mailer: git-send-email 1.7.10.4\r
+In-Reply-To: <1355404167-31750-1-git-send-email-damien.cassou@gmail.com>\r
+References: <1355404167-31750-1-git-send-email-damien.cassou@gmail.com>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Thu, 13 Dec 2012 13:09:49 -0000\r
+\r
+Signed-off-by: Damien Cassou <damien.cassou@gmail.com>\r
+---\r
+ test/emacs | 103 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\r
+ 1 file changed, 103 insertions(+)\r
+\r
+diff --git a/test/emacs b/test/emacs\r
+index 5403930..af9d37c 100755\r
+--- a/test/emacs\r
++++ b/test/emacs\r
+@@ -852,5 +852,108 @@ test_emacs "(let ((mm-text-html-renderer\r
+ test_expect_success "Rendering HTML mail with images" \\r
+ 'cat OUTPUT && grep -q smiley OUTPUT'\r
+ \r
++test_begin_subtest "Extracting all tags from a thread"\r
++add_message \\r
++ '[subject]="Extracting all tags from a thread"' \\r
++ '[body]="body 1"'\r
++parent=${gen_msg_id}\r
++add_message \\r
++ '[subject]="Extracting all tags from a thread"' \\r
++ '[body]="body 2"' \\r
++ "[in-reply-to]=\<$parent\>"\r
++add_message \\r
++ '[subject]="Extracting all tags from a thread"' \\r
++ '[body]="body 3"' \\r
++ "[in-reply-to]=\<$parent\>"\r
++latest=${gen_msg_id}\r
++# Extract the thread-id from one of the emails\r
++thread_id=$(notmuch search --output=threads id:${latest})\r
++echo THREAD ID: '"'$thread_id'"'\r
++# Add tag "mytagfoo" to one of the emails\r
++notmuch tag +mytagfoo id:${latest}\r
++test_emacs_expect_t \\r
++ "(notmuch-show \"${thread_id}\")\r
++ (let ((output (notmuch-show-thread-tags))\r
++ (expected '(\"inbox\" \"mytagfoo\" \"unread\")))\r
++ (notmuch-test-expect-equal\r
++ (sort output #'string<)\r
++ (sort expected #'string<)))"\r
++\r
++test_begin_subtest "The tags appear in the header-line of notmuch-show"\r
++add_message \\r
++ '[subject]="foo bar"' \\r
++ '[body]="body 1"'\r
++latest=${gen_msg_id}\r
++# Add tag "mytagfoo" to one of the emails\r
++notmuch tag +mytagfoo id:${latest}\r
++# Extract the thread-id from one of the emails\r
++thread_id=$(notmuch search --output=threads id:${latest})\r
++test_emacs_expect_t \\r
++ "(notmuch-show \"${thread_id}\")\r
++ (if (string-match-p \"mytagfoo\" (format-mode-line header-line-format))\r
++ t\r
++ \"The tag 'mytagfoo' was not in the header-line-format\")"\r
++\r
++test_begin_subtest "The tags appear in the header-line of notmuch-show even after update"\r
++add_message \\r
++ '[subject]="foo bar"' \\r
++ '[body]="body 1"'\r
++latest=${gen_msg_id}\r
++# Extract the thread-id from one of the emails\r
++thread_id=$(notmuch search --output=threads id:${latest})\r
++test_emacs_expect_t \\r
++ "(notmuch-show \"${thread_id}\")\r
++ (if (string-match-p \"mytagfoo\" (format-mode-line header-line-format))\r
++ (error \"There is no reason for 'mytagfoo' to be there.\"))\r
++ (notmuch-show-tag \"+mytagfoo\")\r
++ (if (string-match-p \"mytagfoo\" (format-mode-line header-line-format))\r
++ t\r
++ \"The tag 'mytagfoo' was not in the header-line-format\")"\r
++\r
++test_begin_subtest "The tags of notmuch-show emails are clickable"\r
++add_message \\r
++ '[subject]="foo bar"' \\r
++ '[body]="body 1"'\r
++latest=${gen_msg_id}\r
++# Add tag "mytagfoo" to one of the emails\r
++notmuch tag +mytagfoo id:${latest}\r
++# Extract the thread-id from one of the emails\r
++thread_id=$(notmuch search --output=threads id:${latest})\r
++test_emacs_expect_t \\r
++ "(notmuch-show \"${thread_id}\")\r
++ (goto-char (point-min))\r
++ (re-search-forward \"mytagfoo\")\r
++ (backward-char) ;; to be 'in' the tag\r
++ (unless (eq major-mode 'notmuch-show-mode)\r
++ (error \"We must be in notmuch-show at this point but we are in %s.\" major-mode))\r
++ (push-button) ;; simulate a press on the RET key\r
++ (if (eq major-mode 'notmuch-search-mode)\r
++ t\r
++ (format \"We must be in notmuch-search at this point but we are in %s.\" major-mode))"\r
++\r
++test_begin_subtest "The tags of notmuch-show emails are clickable even after update"\r
++add_message \\r
++ '[subject]="foo bar"' \\r
++ '[body]="body 1"'\r
++latest=${gen_msg_id}\r
++# Extract the thread-id from one of the emails\r
++thread_id=$(notmuch search --output=threads id:${latest})\r
++test_emacs_expect_t \\r
++ "(notmuch-show \"${thread_id}\")\r
++ (goto-char (point-min))\r
++ (if (re-search-forward \"mytagfoo\" nil t)\r
++ (error \"There is no reason for 'mytagfoo' to be there.\"))\r
++ (notmuch-show-tag \"+mytagfoo\")\r
++ (goto-char (point-min))\r
++ (unless (re-search-forward \"mytagfoo\" nil t)\r
++ (error \"The tag 'mytagfoo' must have been there.\"))\r
++ (backward-char) ;; to be 'in' the tag\r
++ (unless (eq major-mode 'notmuch-show-mode)\r
++ (error \"We must be in notmuch-show at this point but we are in %s.\" major-mode))\r
++ (push-button) ;; simulate a press on the RET key\r
++ (if (eq major-mode 'notmuch-search-mode)\r
++ t\r
++ (format \"We must be in notmuch-search at this point but we are in %s.\" major-mode))"\r
++\r
+ \r
+ test_done\r
+-- \r
+1.7.10.4\r
+\r