--- /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 49276431FD9\r
+ for <notmuch@notmuchmail.org>; Tue, 11 Dec 2012 01:00:54 -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 Se9T5WwCEPYd for <notmuch@notmuchmail.org>;\r
+ Tue, 11 Dec 2012 01:00:52 -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 2855C431FBC\r
+ for <notmuch@notmuchmail.org>; Tue, 11 Dec 2012 01:00:49 -0800 (PST)\r
+Received: by mail-wi0-f175.google.com with SMTP id hm11so1683809wib.2\r
+ for <notmuch@notmuchmail.org>; Tue, 11 Dec 2012 01:00:48 -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=G+VGizi1tQ4364bUXhifTFRcQFd5SU79EcR5yZzznpI=;\r
+ b=JHfKaMWFmvM0DXcO7ZTfb5x53VwazB21T7BtjIXbtu7D/s8X3HnUIjaLGm0jW/OO6T\r
+ GysU/G8TOMLfkbansyfMrmzklUR2+ZSO43bp8INTuRHrEVsLtzF2gshez7K5YsevsBq4\r
+ OBQrqBlEtSBkN7K3qfLJZYWzWH10bgHZAfHO/7CQzHVFi/yLsxegAP6RX6y4yaPuVH1w\r
+ 5wl03usEfQXENP64W4g/2Fm+EIYODlYBcwf58rNHhwSex+FKtBzi5cZp9u956M6AUC11\r
+ mH2jC3m22JKqsXNbp7HLs72EutJXXPrUgdLdRYeVCHyKOPUopBX28SXGxEcy1mstESC/\r
+ 7cgw==\r
+Received: by 10.216.206.194 with SMTP id l44mr339594weo.125.1355216448868;\r
+ Tue, 11 Dec 2012 01:00:48 -0800 (PST)\r
+Received: from luz3.lille.inria.fr ([193.51.236.232])\r
+ by mx.google.com with ESMTPS id b1sm15376748wix.11.2012.12.11.01.00.47\r
+ (version=TLSv1/SSLv3 cipher=OTHER);\r
+ Tue, 11 Dec 2012 01:00:48 -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: Tue, 11 Dec 2012 10:00:37 +0100\r
+Message-Id: <1355216437-21109-5-git-send-email-damien.cassou@gmail.com>\r
+X-Mailer: git-send-email 1.7.10.4\r
+In-Reply-To: <1355216437-21109-1-git-send-email-damien.cassou@gmail.com>\r
+References: <1355216437-21109-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: Tue, 11 Dec 2012 09:00:54 -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 4e941bb..b7c5a93 100755\r
+--- a/test/emacs\r
++++ b/test/emacs\r
+@@ -840,5 +840,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