--- /dev/null
+Return-Path: <markwalters1009@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 3AF89431FCF\r
+ for <notmuch@notmuchmail.org>; Sun, 20 Oct 2013 01:33:58 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 1.514\r
+X-Spam-Level: *\r
+X-Spam-Status: No, score=1.514 tagged_above=-999 required=5\r
+ tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+ FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
+ RCVD_IN_DNSWL_LOW=-0.7, URI_HEX=1.313] 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 MIACuxJiYYUd for <notmuch@notmuchmail.org>;\r
+ Sun, 20 Oct 2013 01:33:52 -0700 (PDT)\r
+Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com\r
+ [209.85.212.180]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id 60B1E431FCB\r
+ for <notmuch@notmuchmail.org>; Sun, 20 Oct 2013 01:33:52 -0700 (PDT)\r
+Received: by mail-wi0-f180.google.com with SMTP id ey11so2693761wid.7\r
+ for <notmuch@notmuchmail.org>; Sun, 20 Oct 2013 01:33:51 -0700 (PDT)\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:in-reply-to:references\r
+ :mime-version:content-type:content-transfer-encoding;\r
+ bh=8WhHHtDztnZt71XB5qPZmEHSPlt4LP9eaXFX5On7qDk=;\r
+ b=tcpqy+DzF6wJDw8LVWpqVw09ufdDob4L0e34ButBE6yEANLPBe3MKgE/OQU0IsZmpC\r
+ z43fa79U/u70SJCTtlx+8E0hXg2fdZt4Vz9gWUJ0fVMbdyds/1RM0vIq0Yo6xxqDTzaY\r
+ feWxWVP25OyTrh5xpzCqfjhI4kUhYyWo3iNjpwtoSQp2m8CP6k2sNN4zmLQOXM7ejHRN\r
+ DmflQvCAdhi0V/Rc3/DSI5MSi5eBD1x71ekZliH9N79cqHipni2Psc7Vs5eLXfpDaB45\r
+ 2JAgjG6tYpATZbgwekRIZGh4PvP8XuIF8h/+8PhLM7l/JwkUNbGFsGPY92jHVAqbKd/3\r
+ 9SWg==\r
+X-Received: by 10.194.23.73 with SMTP id k9mr9407624wjf.24.1382257708999;\r
+ Sun, 20 Oct 2013 01:28:28 -0700 (PDT)\r
+Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
+ by mx.google.com with ESMTPSA id\r
+ dq11sm43728204wid.3.2013.10.20.01.28.27 for <multiple recipients>\r
+ (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
+ Sun, 20 Oct 2013 01:28:28 -0700 (PDT)\r
+From: Mark Walters <markwalters1009@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 3/5] test: move the pick tests to the main test directory\r
+Date: Sun, 20 Oct 2013 09:28:17 +0100\r
+Message-Id: <1382257699-29860-4-git-send-email-markwalters1009@gmail.com>\r
+X-Mailer: git-send-email 1.7.9.1\r
+In-Reply-To: <1382257699-29860-1-git-send-email-markwalters1009@gmail.com>\r
+References: <1382257699-29860-1-git-send-email-markwalters1009@gmail.com>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=UTF-8\r
+Content-Transfer-Encoding: 8bit\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: Sun, 20 Oct 2013 08:33:58 -0000\r
+\r
+The files are all unchanged in the move. No other changes are made in\r
+this commit.\r
+\r
+Note the tests do not need to be changed because pick used a script\r
+run-tests.sh to run the test and this linked the test into the test\r
+directory before running it: i.e., the tests have always been run in\r
+the test directory.\r
+---\r
+ contrib/notmuch-pick/test/emacs-pick | 210 --------------------\r
+ .../pick.expected-output/notmuch-pick-show-window | 40 ----\r
+ .../notmuch-pick-single-thread | 6 -\r
+ .../pick.expected-output/notmuch-pick-tag-inbox | 53 -----\r
+ .../notmuch-pick-tag-inbox-tagged | 53 -----\r
+ .../notmuch-pick-tag-inbox-thread-tagged | 53 -----\r
+ test/emacs-pick | 210 ++++++++++++++++++++\r
+ test/pick.expected-output/notmuch-pick-show-window | 40 ++++\r
+ .../notmuch-pick-single-thread | 6 +\r
+ test/pick.expected-output/notmuch-pick-tag-inbox | 53 +++++\r
+ .../notmuch-pick-tag-inbox-tagged | 53 +++++\r
+ .../notmuch-pick-tag-inbox-thread-tagged | 53 +++++\r
+ 12 files changed, 415 insertions(+), 415 deletions(-)\r
+ delete mode 100755 contrib/notmuch-pick/test/emacs-pick\r
+ delete mode 100644 contrib/notmuch-pick/test/pick.expected-output/notmuch-pick-show-window\r
+ delete mode 100644 contrib/notmuch-pick/test/pick.expected-output/notmuch-pick-single-thread\r
+ delete mode 100644 contrib/notmuch-pick/test/pick.expected-output/notmuch-pick-tag-inbox\r
+ delete mode 100644 contrib/notmuch-pick/test/pick.expected-output/notmuch-pick-tag-inbox-tagged\r
+ delete mode 100644 contrib/notmuch-pick/test/pick.expected-output/notmuch-pick-tag-inbox-thread-tagged\r
+ create mode 100755 test/emacs-pick\r
+ create mode 100644 test/pick.expected-output/notmuch-pick-show-window\r
+ create mode 100644 test/pick.expected-output/notmuch-pick-single-thread\r
+ create mode 100644 test/pick.expected-output/notmuch-pick-tag-inbox\r
+ create mode 100644 test/pick.expected-output/notmuch-pick-tag-inbox-tagged\r
+ create mode 100644 test/pick.expected-output/notmuch-pick-tag-inbox-thread-tagged\r
+\r
+diff --git a/contrib/notmuch-pick/test/emacs-pick b/contrib/notmuch-pick/test/emacs-pick\r
+deleted file mode 100755\r
+index a802d0e..0000000\r
+--- a/contrib/notmuch-pick/test/emacs-pick\r
++++ /dev/null\r
+@@ -1,210 +0,0 @@\r
+-#!/usr/bin/env bash\r
+-\r
+-test_description="emacs pick interface"\r
+-. test-lib.sh\r
+-\r
+-EXPECTED=$TEST_DIRECTORY/pick.expected-output\r
+-\r
+-add_email_corpus\r
+-test_begin_subtest "Do we have emacs"\r
+-test_emacs '(insert "hello\n")\r
+- (test-output)'\r
+-cat <<EOF >EXPECTED\r
+-hello\r
+-EOF\r
+-test_expect_equal_file OUTPUT EXPECTED\r
+-\r
+-test_begin_subtest "Basic notmuch-pick view in emacs"\r
+-test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")\r
+- (require (quote notmuch-pick))\r
+- (notmuch-pick "tag:inbox")\r
+- (notmuch-test-wait)\r
+- (test-output)\r
+- (delete-other-windows)'\r
+-test_expect_equal_file OUTPUT $EXPECTED/notmuch-pick-tag-inbox\r
+-\r
+-test_begin_subtest "Refreshed notmuch-pick view in emacs"\r
+-test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")\r
+- (require (quote notmuch-pick))\r
+- (notmuch-pick "tag:inbox")\r
+- (notmuch-test-wait)\r
+- (notmuch-pick-refresh-view)\r
+- (notmuch-test-wait)\r
+- (test-output)\r
+- (delete-other-windows)'\r
+-test_expect_equal_file OUTPUT $EXPECTED/notmuch-pick-tag-inbox\r
+-\r
+-# In the following tag tests we make sure the display is updated\r
+-# correctly and, in a separate test, that the database is updated\r
+-# correctly.\r
+-\r
+-test_begin_subtest "Tag message in notmuch pick view (display)"\r
+-test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")\r
+- (require (quote notmuch-pick))\r
+- (notmuch-pick "tag:inbox")\r
+- (notmuch-test-wait)\r
+- (forward-line)\r
+- (notmuch-pick-tag "+test_tag")\r
+- (test-output)\r
+- (delete-other-windows)'\r
+-test_expect_equal_file OUTPUT $EXPECTED/notmuch-pick-tag-inbox-tagged\r
+-\r
+-test_begin_subtest "Tag message in notmuch pick view (database)"\r
+-output=$(notmuch search --output=messages 'tag:test_tag')\r
+-test_expect_equal "$output" "id:877h1wv7mg.fsf@inf-8657.int-evry.fr"\r
+-\r
+-test_begin_subtest "Untag message in notmuch pick view"\r
+-test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")\r
+- (require (quote notmuch-pick))\r
+- (notmuch-pick "tag:inbox")\r
+- (notmuch-test-wait)\r
+- (forward-line)\r
+- (notmuch-pick-tag "-test_tag")\r
+- (test-output)\r
+- (delete-other-windows)'\r
+-test_expect_equal_file OUTPUT $EXPECTED/notmuch-pick-tag-inbox\r
+-\r
+-test_begin_subtest "Untag message in notmuch pick view (database)"\r
+-output=$(notmuch search --output=messages 'tag:test_tag')\r
+-test_expect_equal "$output" ""\r
+-\r
+-test_begin_subtest "Tag thread in notmuch pick view"\r
+-test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")\r
+- (require (quote notmuch-pick))\r
+- (notmuch-pick "tag:inbox")\r
+- (notmuch-test-wait)\r
+- ;; move to a sizable thread\r
+- (forward-line 26)\r
+- (notmuch-pick-tag-thread "+test_thread_tag")\r
+- (test-output)\r
+- (delete-other-windows)'\r
+-test_expect_equal_file OUTPUT $EXPECTED/notmuch-pick-tag-inbox-thread-tagged\r
+-\r
+-test_begin_subtest "Tag message in notmuch pick view (database)"\r
+-output=$(notmuch search --output=messages 'tag:test_thread_tag')\r
+-test_expect_equal "$output" \\r
+-"id:87ocn0qh6d.fsf@yoom.home.cworth.org\r
+-id:20091118005040.GA25380@dottiness.seas.harvard.edu\r
+-id:yunaayketfm.fsf@aiko.keithp.com\r
+-id:87fx8can9z.fsf@vertex.dottedmag\r
+-id:20091117203301.GV3165@dottiness.seas.harvard.edu\r
+-id:87iqd9rn3l.fsf@vertex.dottedmag\r
+-id:20091117190054.GU3165@dottiness.seas.harvard.edu"\r
+-\r
+-test_begin_subtest "Untag thread in notmuch pick view"\r
+-test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")\r
+- (require (quote notmuch-pick))\r
+- (notmuch-pick "tag:inbox")\r
+- (notmuch-test-wait)\r
+- ;; move to the same sizable thread as above\r
+- (forward-line 26)\r
+- (notmuch-pick-tag-thread "-test_thread_tag")\r
+- (test-output)\r
+- (delete-other-windows)'\r
+-test_expect_equal_file OUTPUT $EXPECTED/notmuch-pick-tag-inbox\r
+-\r
+-test_begin_subtest "Untag message in notmuch pick view (database)"\r
+-output=$(notmuch search --output=messages 'tag:test_thread_tag')\r
+-test_expect_equal "$output" ""\r
+-\r
+-test_begin_subtest "Navigation of notmuch-hello to search results"\r
+-test_emacs '(notmuch-hello)\r
+- (goto-char (point-min))\r
+- (re-search-forward "inbox")\r
+- (widget-button-press (1- (point)))\r
+- (notmuch-test-wait)\r
+- (notmuch-pick-from-search-current-query)\r
+- (notmuch-test-wait)\r
+- (test-output)\r
+- (delete-other-windows)'\r
+-test_expect_equal_file OUTPUT $EXPECTED/notmuch-pick-tag-inbox\r
+-\r
+-test_begin_subtest "Pick of a single thread (from search)"\r
+-test_emacs '(notmuch-hello)\r
+- (goto-char (point-min))\r
+- (re-search-forward "inbox")\r
+- (widget-button-press (1- (point)))\r
+- (notmuch-test-wait)\r
+- (notmuch-pick-from-search-thread)\r
+- (notmuch-test-wait)\r
+- (test-output)\r
+- (delete-other-windows)'\r
+-test_expect_equal_file OUTPUT $EXPECTED/notmuch-pick-single-thread\r
+-\r
+-test_begin_subtest "Pick of a single thread (from show)"\r
+-test_emacs '(notmuch-hello)\r
+- (goto-char (point-min))\r
+- (re-search-forward "inbox")\r
+- (widget-button-press (1- (point)))\r
+- (notmuch-test-wait)\r
+- (notmuch-search-show-thread)\r
+- (notmuch-pick-from-show-current-query)\r
+- (notmuch-test-wait)\r
+- (test-output)\r
+- (delete-other-windows)'\r
+-test_expect_equal_file OUTPUT $EXPECTED/notmuch-pick-single-thread\r
+-\r
+-test_begin_subtest "Message window of pick"\r
+-test_emacs '(notmuch-hello)\r
+- (goto-char (point-min))\r
+- (re-search-forward "inbox")\r
+- (widget-button-press (1- (point)))\r
+- (notmuch-test-wait)\r
+- (notmuch-search-next-thread)\r
+- (notmuch-pick-from-search-thread)\r
+- (notmuch-test-wait)\r
+- (select-window notmuch-pick-message-window)\r
+- (test-output)\r
+- (delete-other-windows)'\r
+-cp OUTPUT /tmp/mjwout\r
+-test_expect_equal_file OUTPUT $EXPECTED/notmuch-pick-show-window\r
+-\r
+-test_begin_subtest "Stash id"\r
+-output=$(test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")\r
+- (require (quote notmuch-pick))\r
+- (notmuch-pick "id:1258498485-sup-142@elly")\r
+- (notmuch-test-wait)\r
+- (notmuch-show-stash-message-id)')\r
+-test_expect_equal "$output" "\"Stashed: id:1258498485-sup-142@elly\""\r
+-\r
+-test_begin_subtest "Move to next matching message"\r
+-output=$(test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")\r
+- (require (quote notmuch-pick))\r
+- (notmuch-pick "from:cworth")\r
+- (notmuch-test-wait)\r
+- (notmuch-pick-next-matching-message)\r
+- (notmuch-show-stash-message-id)')\r
+-test_expect_equal "$output" "\"Stashed: id:878we4qdqf.fsf@yoom.home.cworth.org\""\r
+-\r
+-test_begin_subtest "Move to next thread"\r
+-output=$(test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")\r
+- (require (quote notmuch-pick))\r
+- (notmuch-pick "tag:inbox")\r
+- (notmuch-test-wait)\r
+- (forward-line 26)\r
+- (notmuch-pick-next-thread)\r
+- (notmuch-show-stash-message-id)')\r
+-test_expect_equal "$output" "\"Stashed: id:1258471718-6781-1-git-send-email-dottedmag@dottedmag.net\""\r
+-\r
+-test_begin_subtest "Move to previous thread"\r
+-output=$(test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")\r
+- (require (quote notmuch-pick))\r
+- (notmuch-pick "tag:inbox")\r
+- (notmuch-test-wait)\r
+- (forward-line 26)\r
+- (notmuch-pick-prev-thread)\r
+- (notmuch-show-stash-message-id)')\r
+-test_expect_equal "$output" "\"Stashed: id:20091117190054.GU3165@dottiness.seas.harvard.edu\""\r
+-\r
+-test_begin_subtest "Move to previous previous thread"\r
+-output=$(test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")\r
+- (require (quote notmuch-pick))\r
+- (notmuch-pick "tag:inbox")\r
+- (notmuch-test-wait)\r
+- (forward-line 26)\r
+- (notmuch-pick-prev-thread)\r
+- (notmuch-pick-prev-thread)\r
+- (notmuch-show-stash-message-id)')\r
+-test_expect_equal "$output" "\"Stashed: id:1258493565-13508-1-git-send-email-keithp@keithp.com\""\r
+-\r
+-test_done\r
+diff --git a/contrib/notmuch-pick/test/pick.expected-output/notmuch-pick-show-window b/contrib/notmuch-pick/test/pick.expected-output/notmuch-pick-show-window\r
+deleted file mode 100644\r
+index e16792b..0000000\r
+--- a/contrib/notmuch-pick/test/pick.expected-output/notmuch-pick-show-window\r
++++ /dev/null\r
+@@ -1,40 +0,0 @@\r
+-Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-17) (inbox signed)\r
+-Subject: [notmuch] Working with Maildir storage?\r
+-To: notmuch@notmuchmail.org\r
+-Date: Tue, 17 Nov 2009 14:00:54 -0500\r
+-\r
+-[ multipart/mixed ]\r
+-[ multipart/signed ]\r
+-[ text/plain ]\r
+-I saw the LWN article and decided to take a look at notmuch. I'm\r
+-currently using mutt and mairix to index and read a collection of\r
+-Maildir mail folders (around 40,000 messages total).\r
+-\r
+-notmuch indexed the messages without complaint, but my attempt at\r
+-searching bombed out. Running, for example:\r
+-\r
+- notmuch search storage\r
+-\r
+-Resulted in 4604 lines of errors along the lines of:\r
+-\r
+- Error opening\r
+- /home/lars/Mail/read-messages.2008/cur/1246413773.24928_27334.hostname,U=3026:2,S:\r
+- Too many open files\r
+-\r
+-I'm curious if this is expected behavior (i.e., notmuch does not work\r
+-with Maildir) or if something else is going on.\r
+-\r
+-Cheers,\r
+-\r
+-[ 4-line signature. Click/Enter to show. ]\r
+--- \r
+-Lars Kellogg-Stedman <lars@seas.harvard.edu>\r
+-Senior Technologist, Computing and Information Technology\r
+-Harvard University School of Engineering and Applied Sciences\r
+-[ application/pgp-signature ]\r
+-[ text/plain ]\r
+-[ 4-line signature. Click/Enter to show. ]\r
+-_______________________________________________\r
+-notmuch mailing list\r
+-notmuch@notmuchmail.org\r
+-http://notmuchmail.org/mailman/listinfo/notmuch\r
+diff --git a/contrib/notmuch-pick/test/pick.expected-output/notmuch-pick-single-thread b/contrib/notmuch-pick/test/pick.expected-output/notmuch-pick-single-thread\r
+deleted file mode 100644\r
+index c9e5ef8..0000000\r
+--- a/contrib/notmuch-pick/test/pick.expected-output/notmuch-pick-single-thread\r
++++ /dev/null\r
+@@ -1,6 +0,0 @@\r
+- 2009-11-17 Mikhail Gusarov ┬►[notmuch] [PATCH 1/2] Close message file after parsing message headers (inbox)\r
+- 2009-11-17 Mikhail Gusarov ├─►[notmuch] [PATCH 2/2] Include <stdint.h> to get uint32_t in C++ file with gcc 4.4 (inbox, unread)\r
+- 2009-11-17 Carl Worth ╰┬►[notmuch] [PATCH 1/2] Close message file after parsing message headers (inbox, unread)\r
+- 2009-11-17 Keith Packard ╰┬► ... (inbox, unread)\r
+- 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
+-End of search results.\r
+diff --git a/contrib/notmuch-pick/test/pick.expected-output/notmuch-pick-tag-inbox b/contrib/notmuch-pick/test/pick.expected-output/notmuch-pick-tag-inbox\r
+deleted file mode 100644\r
+index 484141e..0000000\r
+--- a/contrib/notmuch-pick/test/pick.expected-output/notmuch-pick-tag-inbox\r
++++ /dev/null\r
+@@ -1,53 +0,0 @@\r
+- 2010-12-29 François Boulogne ─►[aur-general] Guidelines: cp, mkdir vs install (inbox, unread)\r
+- 2010-12-16 Olivier Berger ─►Essai accentué (inbox, unread)\r
+- 2009-11-18 Chris Wilson ─►[notmuch] [PATCH 1/2] Makefile: evaluate pkg-config once (inbox, unread)\r
+- 2009-11-18 Alex Botero-Lowry ┬►[notmuch] [PATCH] Error out if no query is supplied to search instead of going into an infinite loop (attachment, inbox, unread)\r
+- 2009-11-18 Carl Worth ╰─►[notmuch] [PATCH] Error out if no query is supplied to search instead of going into an infinite loop (inbox, unread)\r
+- 2009-11-17 Ingmar Vanhassel ┬►[notmuch] [PATCH] Typsos (inbox, unread)\r
+- 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
+- 2009-11-17 Adrian Perez de Cast ┬►[notmuch] Introducing myself (inbox, signed, unread)\r
+- 2009-11-18 Keith Packard ├─► ... (inbox, unread)\r
+- 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
+- 2009-11-17 Israel Herraiz ┬►[notmuch] New to the list (inbox, unread)\r
+- 2009-11-18 Keith Packard ├─► ... (inbox, unread)\r
+- 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
+- 2009-11-17 Jan Janak ┬►[notmuch] What a great idea! (inbox, unread)\r
+- 2009-11-17 Jan Janak ├─► ... (inbox, unread)\r
+- 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
+- 2009-11-17 Jan Janak ┬►[notmuch] [PATCH] Older versions of install do not support -C. (inbox, unread)\r
+- 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
+- 2009-11-17 Aron Griffis ┬►[notmuch] archive (inbox, unread)\r
+- 2009-11-18 Keith Packard ╰┬► ... (inbox, unread)\r
+- 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
+- 2009-11-17 Keith Packard ┬►[notmuch] [PATCH] Make notmuch-show 'X' (and 'x') commands remove inbox (and unread) tags (inbox, unread)\r
+- 2009-11-18 Carl Worth ╰─►[notmuch] [PATCH] Make notmuch-show 'X' (and 'x') commands remove inbox (and unread) tags (inbox, unread)\r
+- 2009-11-17 Lars Kellogg-Stedman ┬►[notmuch] Working with Maildir storage? (inbox, signed, unread)\r
+- 2009-11-17 Mikhail Gusarov ├┬► ... (inbox, signed, unread)\r
+- 2009-11-17 Lars Kellogg-Stedman │╰┬► ... (inbox, signed, unread)\r
+- 2009-11-17 Mikhail Gusarov │ ├─► ... (inbox, unread)\r
+- 2009-11-17 Keith Packard │ ╰┬► ... (inbox, unread)\r
+- 2009-11-18 Lars Kellogg-Stedman │ ╰─► ... (inbox, signed, unread)\r
+- 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
+- 2009-11-17 Mikhail Gusarov ┬►[notmuch] [PATCH 1/2] Close message file after parsing message headers (inbox, unread)\r
+- 2009-11-17 Mikhail Gusarov ├─►[notmuch] [PATCH 2/2] Include <stdint.h> to get uint32_t in C++ file with gcc 4.4 (inbox, unread)\r
+- 2009-11-17 Carl Worth ╰┬►[notmuch] [PATCH 1/2] Close message file after parsing message headers (inbox, unread)\r
+- 2009-11-17 Keith Packard ╰┬► ... (inbox, unread)\r
+- 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
+- 2009-11-18 Keith Packard ┬►[notmuch] [PATCH] Create a default notmuch-show-hook that highlights URLs and uses word-wrap (inbox, unread)\r
+- 2009-11-18 Alexander Botero-Low ╰─►[notmuch] [PATCH] Create a default notmuch-show-hook that highlights URLs and uses word-wrap (inbox, unread)\r
+- 2009-11-18 Alexander Botero-Low ─►[notmuch] request for pull (inbox, unread)\r
+- 2009-11-18 Jjgod Jiang ┬►[notmuch] Mac OS X/Darwin compatibility issues (inbox, unread)\r
+- 2009-11-18 Alexander Botero-Low ╰┬► ... (inbox, unread)\r
+- 2009-11-18 Jjgod Jiang ╰┬► ... (inbox, unread)\r
+- 2009-11-18 Alexander Botero-Low ╰─► ... (inbox, unread)\r
+- 2009-11-18 Rolland Santimano ─►[notmuch] Link to mailing list archives ? (inbox, unread)\r
+- 2009-11-18 Jan Janak ─►[notmuch] [PATCH] notmuch new: Support for conversion of spool subdirectories into tags (inbox, unread)\r
+- 2009-11-18 Stewart Smith ─►[notmuch] [PATCH] count_files: sort directory in inode order before statting (inbox, unread)\r
+- 2009-11-18 Stewart Smith ─►[notmuch] [PATCH 2/2] Read mail directory in inode number order (inbox, unread)\r
+- 2009-11-18 Stewart Smith ─►[notmuch] [PATCH] Fix linking with gcc to use g++ to link in C++ libs. (inbox, unread)\r
+- 2009-11-18 Lars Kellogg-Stedman ┬►[notmuch] "notmuch help" outputs to stderr? (attachment, inbox, signed, unread)\r
+- 2009-11-18 Lars Kellogg-Stedman ╰─► ... (attachment, inbox, signed, unread)\r
+- 2009-11-17 Mikhail Gusarov ─►[notmuch] [PATCH] Handle rename of message file (inbox, unread)\r
+- 2009-11-17 Alex Botero-Lowry ┬►[notmuch] preliminary FreeBSD support (attachment, inbox, unread)\r
+- 2009-11-17 Carl Worth ╰─► ... (inbox, unread)\r
+-End of search results.\r
+diff --git a/contrib/notmuch-pick/test/pick.expected-output/notmuch-pick-tag-inbox-tagged b/contrib/notmuch-pick/test/pick.expected-output/notmuch-pick-tag-inbox-tagged\r
+deleted file mode 100644\r
+index 1f75a34..0000000\r
+--- a/contrib/notmuch-pick/test/pick.expected-output/notmuch-pick-tag-inbox-tagged\r
++++ /dev/null\r
+@@ -1,53 +0,0 @@\r
+- 2010-12-29 François Boulogne ─►[aur-general] Guidelines: cp, mkdir vs install (inbox, unread)\r
+- 2010-12-16 Olivier Berger ─►Essai accentué (inbox, test_tag, unread)\r
+- 2009-11-18 Chris Wilson ─►[notmuch] [PATCH 1/2] Makefile: evaluate pkg-config once (inbox, unread)\r
+- 2009-11-18 Alex Botero-Lowry ┬►[notmuch] [PATCH] Error out if no query is supplied to search instead of going into an infinite loop (attachment, inbox, unread)\r
+- 2009-11-18 Carl Worth ╰─►[notmuch] [PATCH] Error out if no query is supplied to search instead of going into an infinite loop (inbox, unread)\r
+- 2009-11-17 Ingmar Vanhassel ┬►[notmuch] [PATCH] Typsos (inbox, unread)\r
+- 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
+- 2009-11-17 Adrian Perez de Cast ┬►[notmuch] Introducing myself (inbox, signed, unread)\r
+- 2009-11-18 Keith Packard ├─► ... (inbox, unread)\r
+- 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
+- 2009-11-17 Israel Herraiz ┬►[notmuch] New to the list (inbox, unread)\r
+- 2009-11-18 Keith Packard ├─► ... (inbox, unread)\r
+- 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
+- 2009-11-17 Jan Janak ┬►[notmuch] What a great idea! (inbox, unread)\r
+- 2009-11-17 Jan Janak ├─► ... (inbox, unread)\r
+- 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
+- 2009-11-17 Jan Janak ┬►[notmuch] [PATCH] Older versions of install do not support -C. (inbox, unread)\r
+- 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
+- 2009-11-17 Aron Griffis ┬►[notmuch] archive (inbox, unread)\r
+- 2009-11-18 Keith Packard ╰┬► ... (inbox, unread)\r
+- 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
+- 2009-11-17 Keith Packard ┬►[notmuch] [PATCH] Make notmuch-show 'X' (and 'x') commands remove inbox (and unread) tags (inbox, unread)\r
+- 2009-11-18 Carl Worth ╰─►[notmuch] [PATCH] Make notmuch-show 'X' (and 'x') commands remove inbox (and unread) tags (inbox, unread)\r
+- 2009-11-17 Lars Kellogg-Stedman ┬►[notmuch] Working with Maildir storage? (inbox, signed, unread)\r
+- 2009-11-17 Mikhail Gusarov ├┬► ... (inbox, signed, unread)\r
+- 2009-11-17 Lars Kellogg-Stedman │╰┬► ... (inbox, signed, unread)\r
+- 2009-11-17 Mikhail Gusarov │ ├─► ... (inbox, unread)\r
+- 2009-11-17 Keith Packard │ ╰┬► ... (inbox, unread)\r
+- 2009-11-18 Lars Kellogg-Stedman │ ╰─► ... (inbox, signed, unread)\r
+- 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
+- 2009-11-17 Mikhail Gusarov ┬►[notmuch] [PATCH 1/2] Close message file after parsing message headers (inbox, unread)\r
+- 2009-11-17 Mikhail Gusarov ├─►[notmuch] [PATCH 2/2] Include <stdint.h> to get uint32_t in C++ file with gcc 4.4 (inbox, unread)\r
+- 2009-11-17 Carl Worth ╰┬►[notmuch] [PATCH 1/2] Close message file after parsing message headers (inbox, unread)\r
+- 2009-11-17 Keith Packard ╰┬► ... (inbox, unread)\r
+- 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
+- 2009-11-18 Keith Packard ┬►[notmuch] [PATCH] Create a default notmuch-show-hook that highlights URLs and uses word-wrap (inbox, unread)\r
+- 2009-11-18 Alexander Botero-Low ╰─►[notmuch] [PATCH] Create a default notmuch-show-hook that highlights URLs and uses word-wrap (inbox, unread)\r
+- 2009-11-18 Alexander Botero-Low ─►[notmuch] request for pull (inbox, unread)\r
+- 2009-11-18 Jjgod Jiang ┬►[notmuch] Mac OS X/Darwin compatibility issues (inbox, unread)\r
+- 2009-11-18 Alexander Botero-Low ╰┬► ... (inbox, unread)\r
+- 2009-11-18 Jjgod Jiang ╰┬► ... (inbox, unread)\r
+- 2009-11-18 Alexander Botero-Low ╰─► ... (inbox, unread)\r
+- 2009-11-18 Rolland Santimano ─►[notmuch] Link to mailing list archives ? (inbox, unread)\r
+- 2009-11-18 Jan Janak ─►[notmuch] [PATCH] notmuch new: Support for conversion of spool subdirectories into tags (inbox, unread)\r
+- 2009-11-18 Stewart Smith ─►[notmuch] [PATCH] count_files: sort directory in inode order before statting (inbox, unread)\r
+- 2009-11-18 Stewart Smith ─►[notmuch] [PATCH 2/2] Read mail directory in inode number order (inbox, unread)\r
+- 2009-11-18 Stewart Smith ─►[notmuch] [PATCH] Fix linking with gcc to use g++ to link in C++ libs. (inbox, unread)\r
+- 2009-11-18 Lars Kellogg-Stedman ┬►[notmuch] "notmuch help" outputs to stderr? (attachment, inbox, signed, unread)\r
+- 2009-11-18 Lars Kellogg-Stedman ╰─► ... (attachment, inbox, signed, unread)\r
+- 2009-11-17 Mikhail Gusarov ─►[notmuch] [PATCH] Handle rename of message file (inbox, unread)\r
+- 2009-11-17 Alex Botero-Lowry ┬►[notmuch] preliminary FreeBSD support (attachment, inbox, unread)\r
+- 2009-11-17 Carl Worth ╰─► ... (inbox, unread)\r
+-End of search results.\r
+diff --git a/contrib/notmuch-pick/test/pick.expected-output/notmuch-pick-tag-inbox-thread-tagged b/contrib/notmuch-pick/test/pick.expected-output/notmuch-pick-tag-inbox-thread-tagged\r
+deleted file mode 100644\r
+index a7aba6e..0000000\r
+--- a/contrib/notmuch-pick/test/pick.expected-output/notmuch-pick-tag-inbox-thread-tagged\r
++++ /dev/null\r
+@@ -1,53 +0,0 @@\r
+- 2010-12-29 François Boulogne ─►[aur-general] Guidelines: cp, mkdir vs install (inbox, unread)\r
+- 2010-12-16 Olivier Berger ─►Essai accentué (inbox, unread)\r
+- 2009-11-18 Chris Wilson ─►[notmuch] [PATCH 1/2] Makefile: evaluate pkg-config once (inbox, unread)\r
+- 2009-11-18 Alex Botero-Lowry ┬►[notmuch] [PATCH] Error out if no query is supplied to search instead of going into an infinite loop (attachment, inbox, unread)\r
+- 2009-11-18 Carl Worth ╰─►[notmuch] [PATCH] Error out if no query is supplied to search instead of going into an infinite loop (inbox, unread)\r
+- 2009-11-17 Ingmar Vanhassel ┬►[notmuch] [PATCH] Typsos (inbox, unread)\r
+- 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
+- 2009-11-17 Adrian Perez de Cast ┬►[notmuch] Introducing myself (inbox, signed, unread)\r
+- 2009-11-18 Keith Packard ├─► ... (inbox, unread)\r
+- 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
+- 2009-11-17 Israel Herraiz ┬►[notmuch] New to the list (inbox, unread)\r
+- 2009-11-18 Keith Packard ├─► ... (inbox, unread)\r
+- 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
+- 2009-11-17 Jan Janak ┬►[notmuch] What a great idea! (inbox, unread)\r
+- 2009-11-17 Jan Janak ├─► ... (inbox, unread)\r
+- 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
+- 2009-11-17 Jan Janak ┬►[notmuch] [PATCH] Older versions of install do not support -C. (inbox, unread)\r
+- 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
+- 2009-11-17 Aron Griffis ┬►[notmuch] archive (inbox, unread)\r
+- 2009-11-18 Keith Packard ╰┬► ... (inbox, unread)\r
+- 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
+- 2009-11-17 Keith Packard ┬►[notmuch] [PATCH] Make notmuch-show 'X' (and 'x') commands remove inbox (and unread) tags (inbox, unread)\r
+- 2009-11-18 Carl Worth ╰─►[notmuch] [PATCH] Make notmuch-show 'X' (and 'x') commands remove inbox (and unread) tags (inbox, unread)\r
+- 2009-11-17 Lars Kellogg-Stedman ┬►[notmuch] Working with Maildir storage? (inbox, signed, test_thread_tag, unread)\r
+- 2009-11-17 Mikhail Gusarov ├┬► ... (inbox, signed, test_thread_tag, unread)\r
+- 2009-11-17 Lars Kellogg-Stedman │╰┬► ... (inbox, signed, test_thread_tag, unread)\r
+- 2009-11-17 Mikhail Gusarov │ ├─► ... (inbox, test_thread_tag, unread)\r
+- 2009-11-17 Keith Packard │ ╰┬► ... (inbox, test_thread_tag, unread)\r
+- 2009-11-18 Lars Kellogg-Stedman │ ╰─► ... (inbox, signed, test_thread_tag, unread)\r
+- 2009-11-18 Carl Worth ╰─► ... (inbox, test_thread_tag, unread)\r
+- 2009-11-17 Mikhail Gusarov ┬►[notmuch] [PATCH 1/2] Close message file after parsing message headers (inbox, unread)\r
+- 2009-11-17 Mikhail Gusarov ├─►[notmuch] [PATCH 2/2] Include <stdint.h> to get uint32_t in C++ file with gcc 4.4 (inbox, unread)\r
+- 2009-11-17 Carl Worth ╰┬►[notmuch] [PATCH 1/2] Close message file after parsing message headers (inbox, unread)\r
+- 2009-11-17 Keith Packard ╰┬► ... (inbox, unread)\r
+- 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
+- 2009-11-18 Keith Packard ┬►[notmuch] [PATCH] Create a default notmuch-show-hook that highlights URLs and uses word-wrap (inbox, unread)\r
+- 2009-11-18 Alexander Botero-Low ╰─►[notmuch] [PATCH] Create a default notmuch-show-hook that highlights URLs and uses word-wrap (inbox, unread)\r
+- 2009-11-18 Alexander Botero-Low ─►[notmuch] request for pull (inbox, unread)\r
+- 2009-11-18 Jjgod Jiang ┬►[notmuch] Mac OS X/Darwin compatibility issues (inbox, unread)\r
+- 2009-11-18 Alexander Botero-Low ╰┬► ... (inbox, unread)\r
+- 2009-11-18 Jjgod Jiang ╰┬► ... (inbox, unread)\r
+- 2009-11-18 Alexander Botero-Low ╰─► ... (inbox, unread)\r
+- 2009-11-18 Rolland Santimano ─►[notmuch] Link to mailing list archives ? (inbox, unread)\r
+- 2009-11-18 Jan Janak ─►[notmuch] [PATCH] notmuch new: Support for conversion of spool subdirectories into tags (inbox, unread)\r
+- 2009-11-18 Stewart Smith ─►[notmuch] [PATCH] count_files: sort directory in inode order before statting (inbox, unread)\r
+- 2009-11-18 Stewart Smith ─►[notmuch] [PATCH 2/2] Read mail directory in inode number order (inbox, unread)\r
+- 2009-11-18 Stewart Smith ─►[notmuch] [PATCH] Fix linking with gcc to use g++ to link in C++ libs. (inbox, unread)\r
+- 2009-11-18 Lars Kellogg-Stedman ┬►[notmuch] "notmuch help" outputs to stderr? (attachment, inbox, signed, unread)\r
+- 2009-11-18 Lars Kellogg-Stedman ╰─► ... (attachment, inbox, signed, unread)\r
+- 2009-11-17 Mikhail Gusarov ─►[notmuch] [PATCH] Handle rename of message file (inbox, unread)\r
+- 2009-11-17 Alex Botero-Lowry ┬►[notmuch] preliminary FreeBSD support (attachment, inbox, unread)\r
+- 2009-11-17 Carl Worth ╰─► ... (inbox, unread)\r
+-End of search results.\r
+diff --git a/test/emacs-pick b/test/emacs-pick\r
+new file mode 100755\r
+index 0000000..a802d0e\r
+--- /dev/null\r
++++ b/test/emacs-pick\r
+@@ -0,0 +1,210 @@\r
++#!/usr/bin/env bash\r
++\r
++test_description="emacs pick interface"\r
++. test-lib.sh\r
++\r
++EXPECTED=$TEST_DIRECTORY/pick.expected-output\r
++\r
++add_email_corpus\r
++test_begin_subtest "Do we have emacs"\r
++test_emacs '(insert "hello\n")\r
++ (test-output)'\r
++cat <<EOF >EXPECTED\r
++hello\r
++EOF\r
++test_expect_equal_file OUTPUT EXPECTED\r
++\r
++test_begin_subtest "Basic notmuch-pick view in emacs"\r
++test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")\r
++ (require (quote notmuch-pick))\r
++ (notmuch-pick "tag:inbox")\r
++ (notmuch-test-wait)\r
++ (test-output)\r
++ (delete-other-windows)'\r
++test_expect_equal_file OUTPUT $EXPECTED/notmuch-pick-tag-inbox\r
++\r
++test_begin_subtest "Refreshed notmuch-pick view in emacs"\r
++test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")\r
++ (require (quote notmuch-pick))\r
++ (notmuch-pick "tag:inbox")\r
++ (notmuch-test-wait)\r
++ (notmuch-pick-refresh-view)\r
++ (notmuch-test-wait)\r
++ (test-output)\r
++ (delete-other-windows)'\r
++test_expect_equal_file OUTPUT $EXPECTED/notmuch-pick-tag-inbox\r
++\r
++# In the following tag tests we make sure the display is updated\r
++# correctly and, in a separate test, that the database is updated\r
++# correctly.\r
++\r
++test_begin_subtest "Tag message in notmuch pick view (display)"\r
++test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")\r
++ (require (quote notmuch-pick))\r
++ (notmuch-pick "tag:inbox")\r
++ (notmuch-test-wait)\r
++ (forward-line)\r
++ (notmuch-pick-tag "+test_tag")\r
++ (test-output)\r
++ (delete-other-windows)'\r
++test_expect_equal_file OUTPUT $EXPECTED/notmuch-pick-tag-inbox-tagged\r
++\r
++test_begin_subtest "Tag message in notmuch pick view (database)"\r
++output=$(notmuch search --output=messages 'tag:test_tag')\r
++test_expect_equal "$output" "id:877h1wv7mg.fsf@inf-8657.int-evry.fr"\r
++\r
++test_begin_subtest "Untag message in notmuch pick view"\r
++test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")\r
++ (require (quote notmuch-pick))\r
++ (notmuch-pick "tag:inbox")\r
++ (notmuch-test-wait)\r
++ (forward-line)\r
++ (notmuch-pick-tag "-test_tag")\r
++ (test-output)\r
++ (delete-other-windows)'\r
++test_expect_equal_file OUTPUT $EXPECTED/notmuch-pick-tag-inbox\r
++\r
++test_begin_subtest "Untag message in notmuch pick view (database)"\r
++output=$(notmuch search --output=messages 'tag:test_tag')\r
++test_expect_equal "$output" ""\r
++\r
++test_begin_subtest "Tag thread in notmuch pick view"\r
++test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")\r
++ (require (quote notmuch-pick))\r
++ (notmuch-pick "tag:inbox")\r
++ (notmuch-test-wait)\r
++ ;; move to a sizable thread\r
++ (forward-line 26)\r
++ (notmuch-pick-tag-thread "+test_thread_tag")\r
++ (test-output)\r
++ (delete-other-windows)'\r
++test_expect_equal_file OUTPUT $EXPECTED/notmuch-pick-tag-inbox-thread-tagged\r
++\r
++test_begin_subtest "Tag message in notmuch pick view (database)"\r
++output=$(notmuch search --output=messages 'tag:test_thread_tag')\r
++test_expect_equal "$output" \\r
++"id:87ocn0qh6d.fsf@yoom.home.cworth.org\r
++id:20091118005040.GA25380@dottiness.seas.harvard.edu\r
++id:yunaayketfm.fsf@aiko.keithp.com\r
++id:87fx8can9z.fsf@vertex.dottedmag\r
++id:20091117203301.GV3165@dottiness.seas.harvard.edu\r
++id:87iqd9rn3l.fsf@vertex.dottedmag\r
++id:20091117190054.GU3165@dottiness.seas.harvard.edu"\r
++\r
++test_begin_subtest "Untag thread in notmuch pick view"\r
++test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")\r
++ (require (quote notmuch-pick))\r
++ (notmuch-pick "tag:inbox")\r
++ (notmuch-test-wait)\r
++ ;; move to the same sizable thread as above\r
++ (forward-line 26)\r
++ (notmuch-pick-tag-thread "-test_thread_tag")\r
++ (test-output)\r
++ (delete-other-windows)'\r
++test_expect_equal_file OUTPUT $EXPECTED/notmuch-pick-tag-inbox\r
++\r
++test_begin_subtest "Untag message in notmuch pick view (database)"\r
++output=$(notmuch search --output=messages 'tag:test_thread_tag')\r
++test_expect_equal "$output" ""\r
++\r
++test_begin_subtest "Navigation of notmuch-hello to search results"\r
++test_emacs '(notmuch-hello)\r
++ (goto-char (point-min))\r
++ (re-search-forward "inbox")\r
++ (widget-button-press (1- (point)))\r
++ (notmuch-test-wait)\r
++ (notmuch-pick-from-search-current-query)\r
++ (notmuch-test-wait)\r
++ (test-output)\r
++ (delete-other-windows)'\r
++test_expect_equal_file OUTPUT $EXPECTED/notmuch-pick-tag-inbox\r
++\r
++test_begin_subtest "Pick of a single thread (from search)"\r
++test_emacs '(notmuch-hello)\r
++ (goto-char (point-min))\r
++ (re-search-forward "inbox")\r
++ (widget-button-press (1- (point)))\r
++ (notmuch-test-wait)\r
++ (notmuch-pick-from-search-thread)\r
++ (notmuch-test-wait)\r
++ (test-output)\r
++ (delete-other-windows)'\r
++test_expect_equal_file OUTPUT $EXPECTED/notmuch-pick-single-thread\r
++\r
++test_begin_subtest "Pick of a single thread (from show)"\r
++test_emacs '(notmuch-hello)\r
++ (goto-char (point-min))\r
++ (re-search-forward "inbox")\r
++ (widget-button-press (1- (point)))\r
++ (notmuch-test-wait)\r
++ (notmuch-search-show-thread)\r
++ (notmuch-pick-from-show-current-query)\r
++ (notmuch-test-wait)\r
++ (test-output)\r
++ (delete-other-windows)'\r
++test_expect_equal_file OUTPUT $EXPECTED/notmuch-pick-single-thread\r
++\r
++test_begin_subtest "Message window of pick"\r
++test_emacs '(notmuch-hello)\r
++ (goto-char (point-min))\r
++ (re-search-forward "inbox")\r
++ (widget-button-press (1- (point)))\r
++ (notmuch-test-wait)\r
++ (notmuch-search-next-thread)\r
++ (notmuch-pick-from-search-thread)\r
++ (notmuch-test-wait)\r
++ (select-window notmuch-pick-message-window)\r
++ (test-output)\r
++ (delete-other-windows)'\r
++cp OUTPUT /tmp/mjwout\r
++test_expect_equal_file OUTPUT $EXPECTED/notmuch-pick-show-window\r
++\r
++test_begin_subtest "Stash id"\r
++output=$(test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")\r
++ (require (quote notmuch-pick))\r
++ (notmuch-pick "id:1258498485-sup-142@elly")\r
++ (notmuch-test-wait)\r
++ (notmuch-show-stash-message-id)')\r
++test_expect_equal "$output" "\"Stashed: id:1258498485-sup-142@elly\""\r
++\r
++test_begin_subtest "Move to next matching message"\r
++output=$(test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")\r
++ (require (quote notmuch-pick))\r
++ (notmuch-pick "from:cworth")\r
++ (notmuch-test-wait)\r
++ (notmuch-pick-next-matching-message)\r
++ (notmuch-show-stash-message-id)')\r
++test_expect_equal "$output" "\"Stashed: id:878we4qdqf.fsf@yoom.home.cworth.org\""\r
++\r
++test_begin_subtest "Move to next thread"\r
++output=$(test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")\r
++ (require (quote notmuch-pick))\r
++ (notmuch-pick "tag:inbox")\r
++ (notmuch-test-wait)\r
++ (forward-line 26)\r
++ (notmuch-pick-next-thread)\r
++ (notmuch-show-stash-message-id)')\r
++test_expect_equal "$output" "\"Stashed: id:1258471718-6781-1-git-send-email-dottedmag@dottedmag.net\""\r
++\r
++test_begin_subtest "Move to previous thread"\r
++output=$(test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")\r
++ (require (quote notmuch-pick))\r
++ (notmuch-pick "tag:inbox")\r
++ (notmuch-test-wait)\r
++ (forward-line 26)\r
++ (notmuch-pick-prev-thread)\r
++ (notmuch-show-stash-message-id)')\r
++test_expect_equal "$output" "\"Stashed: id:20091117190054.GU3165@dottiness.seas.harvard.edu\""\r
++\r
++test_begin_subtest "Move to previous previous thread"\r
++output=$(test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")\r
++ (require (quote notmuch-pick))\r
++ (notmuch-pick "tag:inbox")\r
++ (notmuch-test-wait)\r
++ (forward-line 26)\r
++ (notmuch-pick-prev-thread)\r
++ (notmuch-pick-prev-thread)\r
++ (notmuch-show-stash-message-id)')\r
++test_expect_equal "$output" "\"Stashed: id:1258493565-13508-1-git-send-email-keithp@keithp.com\""\r
++\r
++test_done\r
+diff --git a/test/pick.expected-output/notmuch-pick-show-window b/test/pick.expected-output/notmuch-pick-show-window\r
+new file mode 100644\r
+index 0000000..e16792b\r
+--- /dev/null\r
++++ b/test/pick.expected-output/notmuch-pick-show-window\r
+@@ -0,0 +1,40 @@\r
++Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-17) (inbox signed)\r
++Subject: [notmuch] Working with Maildir storage?\r
++To: notmuch@notmuchmail.org\r
++Date: Tue, 17 Nov 2009 14:00:54 -0500\r
++\r
++[ multipart/mixed ]\r
++[ multipart/signed ]\r
++[ text/plain ]\r
++I saw the LWN article and decided to take a look at notmuch. I'm\r
++currently using mutt and mairix to index and read a collection of\r
++Maildir mail folders (around 40,000 messages total).\r
++\r
++notmuch indexed the messages without complaint, but my attempt at\r
++searching bombed out. Running, for example:\r
++\r
++ notmuch search storage\r
++\r
++Resulted in 4604 lines of errors along the lines of:\r
++\r
++ Error opening\r
++ /home/lars/Mail/read-messages.2008/cur/1246413773.24928_27334.hostname,U=3026:2,S:\r
++ Too many open files\r
++\r
++I'm curious if this is expected behavior (i.e., notmuch does not work\r
++with Maildir) or if something else is going on.\r
++\r
++Cheers,\r
++\r
++[ 4-line signature. Click/Enter to show. ]\r
++-- \r
++Lars Kellogg-Stedman <lars@seas.harvard.edu>\r
++Senior Technologist, Computing and Information Technology\r
++Harvard University School of Engineering and Applied Sciences\r
++[ application/pgp-signature ]\r
++[ text/plain ]\r
++[ 4-line signature. Click/Enter to show. ]\r
++_______________________________________________\r
++notmuch mailing list\r
++notmuch@notmuchmail.org\r
++http://notmuchmail.org/mailman/listinfo/notmuch\r
+diff --git a/test/pick.expected-output/notmuch-pick-single-thread b/test/pick.expected-output/notmuch-pick-single-thread\r
+new file mode 100644\r
+index 0000000..c9e5ef8\r
+--- /dev/null\r
++++ b/test/pick.expected-output/notmuch-pick-single-thread\r
+@@ -0,0 +1,6 @@\r
++ 2009-11-17 Mikhail Gusarov ┬►[notmuch] [PATCH 1/2] Close message file after parsing message headers (inbox)\r
++ 2009-11-17 Mikhail Gusarov ├─►[notmuch] [PATCH 2/2] Include <stdint.h> to get uint32_t in C++ file with gcc 4.4 (inbox, unread)\r
++ 2009-11-17 Carl Worth ╰┬►[notmuch] [PATCH 1/2] Close message file after parsing message headers (inbox, unread)\r
++ 2009-11-17 Keith Packard ╰┬► ... (inbox, unread)\r
++ 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
++End of search results.\r
+diff --git a/test/pick.expected-output/notmuch-pick-tag-inbox b/test/pick.expected-output/notmuch-pick-tag-inbox\r
+new file mode 100644\r
+index 0000000..484141e\r
+--- /dev/null\r
++++ b/test/pick.expected-output/notmuch-pick-tag-inbox\r
+@@ -0,0 +1,53 @@\r
++ 2010-12-29 François Boulogne ─►[aur-general] Guidelines: cp, mkdir vs install (inbox, unread)\r
++ 2010-12-16 Olivier Berger ─►Essai accentué (inbox, unread)\r
++ 2009-11-18 Chris Wilson ─►[notmuch] [PATCH 1/2] Makefile: evaluate pkg-config once (inbox, unread)\r
++ 2009-11-18 Alex Botero-Lowry ┬►[notmuch] [PATCH] Error out if no query is supplied to search instead of going into an infinite loop (attachment, inbox, unread)\r
++ 2009-11-18 Carl Worth ╰─►[notmuch] [PATCH] Error out if no query is supplied to search instead of going into an infinite loop (inbox, unread)\r
++ 2009-11-17 Ingmar Vanhassel ┬►[notmuch] [PATCH] Typsos (inbox, unread)\r
++ 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
++ 2009-11-17 Adrian Perez de Cast ┬►[notmuch] Introducing myself (inbox, signed, unread)\r
++ 2009-11-18 Keith Packard ├─► ... (inbox, unread)\r
++ 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
++ 2009-11-17 Israel Herraiz ┬►[notmuch] New to the list (inbox, unread)\r
++ 2009-11-18 Keith Packard ├─► ... (inbox, unread)\r
++ 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
++ 2009-11-17 Jan Janak ┬►[notmuch] What a great idea! (inbox, unread)\r
++ 2009-11-17 Jan Janak ├─► ... (inbox, unread)\r
++ 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
++ 2009-11-17 Jan Janak ┬►[notmuch] [PATCH] Older versions of install do not support -C. (inbox, unread)\r
++ 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
++ 2009-11-17 Aron Griffis ┬►[notmuch] archive (inbox, unread)\r
++ 2009-11-18 Keith Packard ╰┬► ... (inbox, unread)\r
++ 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
++ 2009-11-17 Keith Packard ┬►[notmuch] [PATCH] Make notmuch-show 'X' (and 'x') commands remove inbox (and unread) tags (inbox, unread)\r
++ 2009-11-18 Carl Worth ╰─►[notmuch] [PATCH] Make notmuch-show 'X' (and 'x') commands remove inbox (and unread) tags (inbox, unread)\r
++ 2009-11-17 Lars Kellogg-Stedman ┬►[notmuch] Working with Maildir storage? (inbox, signed, unread)\r
++ 2009-11-17 Mikhail Gusarov ├┬► ... (inbox, signed, unread)\r
++ 2009-11-17 Lars Kellogg-Stedman │╰┬► ... (inbox, signed, unread)\r
++ 2009-11-17 Mikhail Gusarov │ ├─► ... (inbox, unread)\r
++ 2009-11-17 Keith Packard │ ╰┬► ... (inbox, unread)\r
++ 2009-11-18 Lars Kellogg-Stedman │ ╰─► ... (inbox, signed, unread)\r
++ 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
++ 2009-11-17 Mikhail Gusarov ┬►[notmuch] [PATCH 1/2] Close message file after parsing message headers (inbox, unread)\r
++ 2009-11-17 Mikhail Gusarov ├─►[notmuch] [PATCH 2/2] Include <stdint.h> to get uint32_t in C++ file with gcc 4.4 (inbox, unread)\r
++ 2009-11-17 Carl Worth ╰┬►[notmuch] [PATCH 1/2] Close message file after parsing message headers (inbox, unread)\r
++ 2009-11-17 Keith Packard ╰┬► ... (inbox, unread)\r
++ 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
++ 2009-11-18 Keith Packard ┬►[notmuch] [PATCH] Create a default notmuch-show-hook that highlights URLs and uses word-wrap (inbox, unread)\r
++ 2009-11-18 Alexander Botero-Low ╰─►[notmuch] [PATCH] Create a default notmuch-show-hook that highlights URLs and uses word-wrap (inbox, unread)\r
++ 2009-11-18 Alexander Botero-Low ─►[notmuch] request for pull (inbox, unread)\r
++ 2009-11-18 Jjgod Jiang ┬►[notmuch] Mac OS X/Darwin compatibility issues (inbox, unread)\r
++ 2009-11-18 Alexander Botero-Low ╰┬► ... (inbox, unread)\r
++ 2009-11-18 Jjgod Jiang ╰┬► ... (inbox, unread)\r
++ 2009-11-18 Alexander Botero-Low ╰─► ... (inbox, unread)\r
++ 2009-11-18 Rolland Santimano ─►[notmuch] Link to mailing list archives ? (inbox, unread)\r
++ 2009-11-18 Jan Janak ─►[notmuch] [PATCH] notmuch new: Support for conversion of spool subdirectories into tags (inbox, unread)\r
++ 2009-11-18 Stewart Smith ─►[notmuch] [PATCH] count_files: sort directory in inode order before statting (inbox, unread)\r
++ 2009-11-18 Stewart Smith ─►[notmuch] [PATCH 2/2] Read mail directory in inode number order (inbox, unread)\r
++ 2009-11-18 Stewart Smith ─►[notmuch] [PATCH] Fix linking with gcc to use g++ to link in C++ libs. (inbox, unread)\r
++ 2009-11-18 Lars Kellogg-Stedman ┬►[notmuch] "notmuch help" outputs to stderr? (attachment, inbox, signed, unread)\r
++ 2009-11-18 Lars Kellogg-Stedman ╰─► ... (attachment, inbox, signed, unread)\r
++ 2009-11-17 Mikhail Gusarov ─►[notmuch] [PATCH] Handle rename of message file (inbox, unread)\r
++ 2009-11-17 Alex Botero-Lowry ┬►[notmuch] preliminary FreeBSD support (attachment, inbox, unread)\r
++ 2009-11-17 Carl Worth ╰─► ... (inbox, unread)\r
++End of search results.\r
+diff --git a/test/pick.expected-output/notmuch-pick-tag-inbox-tagged b/test/pick.expected-output/notmuch-pick-tag-inbox-tagged\r
+new file mode 100644\r
+index 0000000..1f75a34\r
+--- /dev/null\r
++++ b/test/pick.expected-output/notmuch-pick-tag-inbox-tagged\r
+@@ -0,0 +1,53 @@\r
++ 2010-12-29 François Boulogne ─►[aur-general] Guidelines: cp, mkdir vs install (inbox, unread)\r
++ 2010-12-16 Olivier Berger ─►Essai accentué (inbox, test_tag, unread)\r
++ 2009-11-18 Chris Wilson ─►[notmuch] [PATCH 1/2] Makefile: evaluate pkg-config once (inbox, unread)\r
++ 2009-11-18 Alex Botero-Lowry ┬►[notmuch] [PATCH] Error out if no query is supplied to search instead of going into an infinite loop (attachment, inbox, unread)\r
++ 2009-11-18 Carl Worth ╰─►[notmuch] [PATCH] Error out if no query is supplied to search instead of going into an infinite loop (inbox, unread)\r
++ 2009-11-17 Ingmar Vanhassel ┬►[notmuch] [PATCH] Typsos (inbox, unread)\r
++ 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
++ 2009-11-17 Adrian Perez de Cast ┬►[notmuch] Introducing myself (inbox, signed, unread)\r
++ 2009-11-18 Keith Packard ├─► ... (inbox, unread)\r
++ 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
++ 2009-11-17 Israel Herraiz ┬►[notmuch] New to the list (inbox, unread)\r
++ 2009-11-18 Keith Packard ├─► ... (inbox, unread)\r
++ 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
++ 2009-11-17 Jan Janak ┬►[notmuch] What a great idea! (inbox, unread)\r
++ 2009-11-17 Jan Janak ├─► ... (inbox, unread)\r
++ 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
++ 2009-11-17 Jan Janak ┬►[notmuch] [PATCH] Older versions of install do not support -C. (inbox, unread)\r
++ 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
++ 2009-11-17 Aron Griffis ┬►[notmuch] archive (inbox, unread)\r
++ 2009-11-18 Keith Packard ╰┬► ... (inbox, unread)\r
++ 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
++ 2009-11-17 Keith Packard ┬►[notmuch] [PATCH] Make notmuch-show 'X' (and 'x') commands remove inbox (and unread) tags (inbox, unread)\r
++ 2009-11-18 Carl Worth ╰─►[notmuch] [PATCH] Make notmuch-show 'X' (and 'x') commands remove inbox (and unread) tags (inbox, unread)\r
++ 2009-11-17 Lars Kellogg-Stedman ┬►[notmuch] Working with Maildir storage? (inbox, signed, unread)\r
++ 2009-11-17 Mikhail Gusarov ├┬► ... (inbox, signed, unread)\r
++ 2009-11-17 Lars Kellogg-Stedman │╰┬► ... (inbox, signed, unread)\r
++ 2009-11-17 Mikhail Gusarov │ ├─► ... (inbox, unread)\r
++ 2009-11-17 Keith Packard │ ╰┬► ... (inbox, unread)\r
++ 2009-11-18 Lars Kellogg-Stedman │ ╰─► ... (inbox, signed, unread)\r
++ 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
++ 2009-11-17 Mikhail Gusarov ┬►[notmuch] [PATCH 1/2] Close message file after parsing message headers (inbox, unread)\r
++ 2009-11-17 Mikhail Gusarov ├─►[notmuch] [PATCH 2/2] Include <stdint.h> to get uint32_t in C++ file with gcc 4.4 (inbox, unread)\r
++ 2009-11-17 Carl Worth ╰┬►[notmuch] [PATCH 1/2] Close message file after parsing message headers (inbox, unread)\r
++ 2009-11-17 Keith Packard ╰┬► ... (inbox, unread)\r
++ 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
++ 2009-11-18 Keith Packard ┬►[notmuch] [PATCH] Create a default notmuch-show-hook that highlights URLs and uses word-wrap (inbox, unread)\r
++ 2009-11-18 Alexander Botero-Low ╰─►[notmuch] [PATCH] Create a default notmuch-show-hook that highlights URLs and uses word-wrap (inbox, unread)\r
++ 2009-11-18 Alexander Botero-Low ─►[notmuch] request for pull (inbox, unread)\r
++ 2009-11-18 Jjgod Jiang ┬►[notmuch] Mac OS X/Darwin compatibility issues (inbox, unread)\r
++ 2009-11-18 Alexander Botero-Low ╰┬► ... (inbox, unread)\r
++ 2009-11-18 Jjgod Jiang ╰┬► ... (inbox, unread)\r
++ 2009-11-18 Alexander Botero-Low ╰─► ... (inbox, unread)\r
++ 2009-11-18 Rolland Santimano ─►[notmuch] Link to mailing list archives ? (inbox, unread)\r
++ 2009-11-18 Jan Janak ─►[notmuch] [PATCH] notmuch new: Support for conversion of spool subdirectories into tags (inbox, unread)\r
++ 2009-11-18 Stewart Smith ─►[notmuch] [PATCH] count_files: sort directory in inode order before statting (inbox, unread)\r
++ 2009-11-18 Stewart Smith ─►[notmuch] [PATCH 2/2] Read mail directory in inode number order (inbox, unread)\r
++ 2009-11-18 Stewart Smith ─►[notmuch] [PATCH] Fix linking with gcc to use g++ to link in C++ libs. (inbox, unread)\r
++ 2009-11-18 Lars Kellogg-Stedman ┬►[notmuch] "notmuch help" outputs to stderr? (attachment, inbox, signed, unread)\r
++ 2009-11-18 Lars Kellogg-Stedman ╰─► ... (attachment, inbox, signed, unread)\r
++ 2009-11-17 Mikhail Gusarov ─►[notmuch] [PATCH] Handle rename of message file (inbox, unread)\r
++ 2009-11-17 Alex Botero-Lowry ┬►[notmuch] preliminary FreeBSD support (attachment, inbox, unread)\r
++ 2009-11-17 Carl Worth ╰─► ... (inbox, unread)\r
++End of search results.\r
+diff --git a/test/pick.expected-output/notmuch-pick-tag-inbox-thread-tagged b/test/pick.expected-output/notmuch-pick-tag-inbox-thread-tagged\r
+new file mode 100644\r
+index 0000000..a7aba6e\r
+--- /dev/null\r
++++ b/test/pick.expected-output/notmuch-pick-tag-inbox-thread-tagged\r
+@@ -0,0 +1,53 @@\r
++ 2010-12-29 François Boulogne ─►[aur-general] Guidelines: cp, mkdir vs install (inbox, unread)\r
++ 2010-12-16 Olivier Berger ─►Essai accentué (inbox, unread)\r
++ 2009-11-18 Chris Wilson ─►[notmuch] [PATCH 1/2] Makefile: evaluate pkg-config once (inbox, unread)\r
++ 2009-11-18 Alex Botero-Lowry ┬►[notmuch] [PATCH] Error out if no query is supplied to search instead of going into an infinite loop (attachment, inbox, unread)\r
++ 2009-11-18 Carl Worth ╰─►[notmuch] [PATCH] Error out if no query is supplied to search instead of going into an infinite loop (inbox, unread)\r
++ 2009-11-17 Ingmar Vanhassel ┬►[notmuch] [PATCH] Typsos (inbox, unread)\r
++ 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
++ 2009-11-17 Adrian Perez de Cast ┬►[notmuch] Introducing myself (inbox, signed, unread)\r
++ 2009-11-18 Keith Packard ├─► ... (inbox, unread)\r
++ 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
++ 2009-11-17 Israel Herraiz ┬►[notmuch] New to the list (inbox, unread)\r
++ 2009-11-18 Keith Packard ├─► ... (inbox, unread)\r
++ 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
++ 2009-11-17 Jan Janak ┬►[notmuch] What a great idea! (inbox, unread)\r
++ 2009-11-17 Jan Janak ├─► ... (inbox, unread)\r
++ 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
++ 2009-11-17 Jan Janak ┬►[notmuch] [PATCH] Older versions of install do not support -C. (inbox, unread)\r
++ 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
++ 2009-11-17 Aron Griffis ┬►[notmuch] archive (inbox, unread)\r
++ 2009-11-18 Keith Packard ╰┬► ... (inbox, unread)\r
++ 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
++ 2009-11-17 Keith Packard ┬►[notmuch] [PATCH] Make notmuch-show 'X' (and 'x') commands remove inbox (and unread) tags (inbox, unread)\r
++ 2009-11-18 Carl Worth ╰─►[notmuch] [PATCH] Make notmuch-show 'X' (and 'x') commands remove inbox (and unread) tags (inbox, unread)\r
++ 2009-11-17 Lars Kellogg-Stedman ┬►[notmuch] Working with Maildir storage? (inbox, signed, test_thread_tag, unread)\r
++ 2009-11-17 Mikhail Gusarov ├┬► ... (inbox, signed, test_thread_tag, unread)\r
++ 2009-11-17 Lars Kellogg-Stedman │╰┬► ... (inbox, signed, test_thread_tag, unread)\r
++ 2009-11-17 Mikhail Gusarov │ ├─► ... (inbox, test_thread_tag, unread)\r
++ 2009-11-17 Keith Packard │ ╰┬► ... (inbox, test_thread_tag, unread)\r
++ 2009-11-18 Lars Kellogg-Stedman │ ╰─► ... (inbox, signed, test_thread_tag, unread)\r
++ 2009-11-18 Carl Worth ╰─► ... (inbox, test_thread_tag, unread)\r
++ 2009-11-17 Mikhail Gusarov ┬►[notmuch] [PATCH 1/2] Close message file after parsing message headers (inbox, unread)\r
++ 2009-11-17 Mikhail Gusarov ├─►[notmuch] [PATCH 2/2] Include <stdint.h> to get uint32_t in C++ file with gcc 4.4 (inbox, unread)\r
++ 2009-11-17 Carl Worth ╰┬►[notmuch] [PATCH 1/2] Close message file after parsing message headers (inbox, unread)\r
++ 2009-11-17 Keith Packard ╰┬► ... (inbox, unread)\r
++ 2009-11-18 Carl Worth ╰─► ... (inbox, unread)\r
++ 2009-11-18 Keith Packard ┬►[notmuch] [PATCH] Create a default notmuch-show-hook that highlights URLs and uses word-wrap (inbox, unread)\r
++ 2009-11-18 Alexander Botero-Low ╰─►[notmuch] [PATCH] Create a default notmuch-show-hook that highlights URLs and uses word-wrap (inbox, unread)\r
++ 2009-11-18 Alexander Botero-Low ─►[notmuch] request for pull (inbox, unread)\r
++ 2009-11-18 Jjgod Jiang ┬►[notmuch] Mac OS X/Darwin compatibility issues (inbox, unread)\r
++ 2009-11-18 Alexander Botero-Low ╰┬► ... (inbox, unread)\r
++ 2009-11-18 Jjgod Jiang ╰┬► ... (inbox, unread)\r
++ 2009-11-18 Alexander Botero-Low ╰─► ... (inbox, unread)\r
++ 2009-11-18 Rolland Santimano ─►[notmuch] Link to mailing list archives ? (inbox, unread)\r
++ 2009-11-18 Jan Janak ─►[notmuch] [PATCH] notmuch new: Support for conversion of spool subdirectories into tags (inbox, unread)\r
++ 2009-11-18 Stewart Smith ─►[notmuch] [PATCH] count_files: sort directory in inode order before statting (inbox, unread)\r
++ 2009-11-18 Stewart Smith ─►[notmuch] [PATCH 2/2] Read mail directory in inode number order (inbox, unread)\r
++ 2009-11-18 Stewart Smith ─►[notmuch] [PATCH] Fix linking with gcc to use g++ to link in C++ libs. (inbox, unread)\r
++ 2009-11-18 Lars Kellogg-Stedman ┬►[notmuch] "notmuch help" outputs to stderr? (attachment, inbox, signed, unread)\r
++ 2009-11-18 Lars Kellogg-Stedman ╰─► ... (attachment, inbox, signed, unread)\r
++ 2009-11-17 Mikhail Gusarov ─►[notmuch] [PATCH] Handle rename of message file (inbox, unread)\r
++ 2009-11-17 Alex Botero-Lowry ┬►[notmuch] preliminary FreeBSD support (attachment, inbox, unread)\r
++ 2009-11-17 Carl Worth ╰─► ... (inbox, unread)\r
++End of search results.\r
+-- \r
+1.7.9.1\r
+\r