From 969f93ddfae136a72b2b87f9aee22d6f36dadfdd Mon Sep 17 00:00:00 2001 From: Mark Walters Date: Tue, 3 Sep 2013 15:04:58 +0100 Subject: [PATCH] [PATCH 2/4] contrib: pick: test: tag/untag whole thread --- 65/35c90dcfd268199a52d0d0eae96c0adca60ff7 | 184 ++++++++++++++++++++++ 1 file changed, 184 insertions(+) create mode 100644 65/35c90dcfd268199a52d0d0eae96c0adca60ff7 diff --git a/65/35c90dcfd268199a52d0d0eae96c0adca60ff7 b/65/35c90dcfd268199a52d0d0eae96c0adca60ff7 new file mode 100644 index 000000000..0601e95a4 --- /dev/null +++ b/65/35c90dcfd268199a52d0d0eae96c0adca60ff7 @@ -0,0 +1,184 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 03A41431E64 + for ; Tue, 3 Sep 2013 07:05:20 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 1.514 +X-Spam-Level: * +X-Spam-Status: No, score=1.514 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001, + RCVD_IN_DNSWL_LOW=-0.7, URI_HEX=1.313] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id HQBJzC0GceQd for ; + Tue, 3 Sep 2013 07:05:14 -0700 (PDT) +Received: from mail-we0-f170.google.com (mail-we0-f170.google.com + [74.125.82.170]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 3A43F431FD4 + for ; Tue, 3 Sep 2013 07:05:10 -0700 (PDT) +Received: by mail-we0-f170.google.com with SMTP id w60so5521017wes.29 + for ; Tue, 03 Sep 2013 07:05:09 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=from:to:cc:subject:date:message-id:in-reply-to:references + :mime-version:content-type:content-transfer-encoding; + bh=NLrCBNndrSwt6RO/BGwXrjG5FFG5u59CRxEc5f/nOkg=; + b=dn5gaveQ6vZPuMlj/TpFwTufQV2XzZeF9okiXCml4NwlO3MoxxgDLYeB2gOqGipMMm + YS5Adjga/xUutgjGG6jqNWIwdfbZhrPpQMGY7PDTxt8ZmDk0/OZHTKHHNZYywSfAaTL0 + GyGmefnJf9aos179RN1BkIlbPn1f7f+b7LVcixzHmdK3oCCGtf38F4y/lSyOoZlPv14y + eHzmQWHJ17x5+xZ5dD8ozFmWSi8YeJtw6yuZAxvIdwUKAUjbY8KKDfHs0gEQsXXUixvW + E/2BeKgLkhFTtfUvl/97sK1aQbWghXUiHVFHMuCj7e5Ideayz2pyK5AhYbwz7RrHwEf0 + 1Ycw== +X-Received: by 10.180.187.41 with SMTP id fp9mr18182301wic.33.1378217109121; + Tue, 03 Sep 2013 07:05:09 -0700 (PDT) +Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) + by mx.google.com with ESMTPSA id q9sm5264970wib.1.1969.12.31.16.00.00 + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Tue, 03 Sep 2013 07:05:08 -0700 (PDT) +From: Mark Walters +To: notmuch@notmuchmail.org +Subject: [PATCH 2/4] contrib: pick: test: tag/untag whole thread +Date: Tue, 3 Sep 2013 15:04:58 +0100 +Message-Id: <1378217100-27533-3-git-send-email-markwalters1009@gmail.com> +X-Mailer: git-send-email 1.7.9.1 +In-Reply-To: <1378217100-27533-1-git-send-email-markwalters1009@gmail.com> +References: <1378217100-27533-1-git-send-email-markwalters1009@gmail.com> +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Tue, 03 Sep 2013 14:05:20 -0000 + +--- + contrib/notmuch-pick/test/emacs-pick | 39 ++++++++++++++ + .../notmuch-pick-tag-inbox-thread-tagged | 53 ++++++++++++++++++++ + 2 files changed, 92 insertions(+), 0 deletions(-) + create mode 100644 contrib/notmuch-pick/test/pick.expected-output/notmuch-pick-tag-inbox-thread-tagged + +diff --git a/contrib/notmuch-pick/test/emacs-pick b/contrib/notmuch-pick/test/emacs-pick +index 909f76a..91edcac 100755 +--- a/contrib/notmuch-pick/test/emacs-pick ++++ b/contrib/notmuch-pick/test/emacs-pick +@@ -68,6 +68,45 @@ test_begin_subtest "Untag message in notmuch pick view (database)" + output=$(notmuch search --output=messages 'tag:test_tag') + test_expect_equal "$output" "" + ++test_begin_subtest "Tag thread in notmuch pick view" ++test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'") ++ (require (quote notmuch-pick)) ++ (notmuch-pick "tag:inbox") ++ (notmuch-test-wait) ++ ;; move to a sizable thread ++ (forward-line 26) ++ (notmuch-pick-tag-thread "+test_thread_tag") ++ (test-output) ++ (delete-other-windows)' ++test_expect_equal_file OUTPUT $EXPECTED/notmuch-pick-tag-inbox-thread-tagged ++ ++test_begin_subtest "Tag message in notmuch pick view (database)" ++output=$(notmuch search --output=messages 'tag:test_thread_tag') ++test_expect_equal "$output" \ ++"id:87ocn0qh6d.fsf@yoom.home.cworth.org ++id:20091118005040.GA25380@dottiness.seas.harvard.edu ++id:yunaayketfm.fsf@aiko.keithp.com ++id:87fx8can9z.fsf@vertex.dottedmag ++id:20091117203301.GV3165@dottiness.seas.harvard.edu ++id:87iqd9rn3l.fsf@vertex.dottedmag ++id:20091117190054.GU3165@dottiness.seas.harvard.edu" ++ ++test_begin_subtest "Untag thread in notmuch pick view" ++test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'") ++ (require (quote notmuch-pick)) ++ (notmuch-pick "tag:inbox") ++ (notmuch-test-wait) ++ ;; move to the same sizable thread as above ++ (forward-line 26) ++ (notmuch-pick-tag-thread "-test_thread_tag") ++ (test-output) ++ (delete-other-windows)' ++test_expect_equal_file OUTPUT $EXPECTED/notmuch-pick-tag-inbox ++ ++test_begin_subtest "Untag message in notmuch pick view (database)" ++output=$(notmuch search --output=messages 'tag:test_thread_tag') ++test_expect_equal "$output" "" ++ + test_begin_subtest "Navigation of notmuch-hello to search results" + test_emacs '(notmuch-hello) + (goto-char (point-min)) +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 +new file mode 100644 +index 0000000..a7aba6e +--- /dev/null ++++ b/contrib/notmuch-pick/test/pick.expected-output/notmuch-pick-tag-inbox-thread-tagged +@@ -0,0 +1,53 @@ ++ 2010-12-29 François Boulogne ─►[aur-general] Guidelines: cp, mkdir vs install (inbox, unread) ++ 2010-12-16 Olivier Berger ─►Essai accentué (inbox, unread) ++ 2009-11-18 Chris Wilson ─►[notmuch] [PATCH 1/2] Makefile: evaluate pkg-config once (inbox, unread) ++ 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) ++ 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) ++ 2009-11-17 Ingmar Vanhassel ┬►[notmuch] [PATCH] Typsos (inbox, unread) ++ 2009-11-18 Carl Worth ╰─► ... (inbox, unread) ++ 2009-11-17 Adrian Perez de Cast ┬►[notmuch] Introducing myself (inbox, signed, unread) ++ 2009-11-18 Keith Packard ├─► ... (inbox, unread) ++ 2009-11-18 Carl Worth ╰─► ... (inbox, unread) ++ 2009-11-17 Israel Herraiz ┬►[notmuch] New to the list (inbox, unread) ++ 2009-11-18 Keith Packard ├─► ... (inbox, unread) ++ 2009-11-18 Carl Worth ╰─► ... (inbox, unread) ++ 2009-11-17 Jan Janak ┬►[notmuch] What a great idea! (inbox, unread) ++ 2009-11-17 Jan Janak ├─► ... (inbox, unread) ++ 2009-11-18 Carl Worth ╰─► ... (inbox, unread) ++ 2009-11-17 Jan Janak ┬►[notmuch] [PATCH] Older versions of install do not support -C. (inbox, unread) ++ 2009-11-18 Carl Worth ╰─► ... (inbox, unread) ++ 2009-11-17 Aron Griffis ┬►[notmuch] archive (inbox, unread) ++ 2009-11-18 Keith Packard ╰┬► ... (inbox, unread) ++ 2009-11-18 Carl Worth ╰─► ... (inbox, unread) ++ 2009-11-17 Keith Packard ┬►[notmuch] [PATCH] Make notmuch-show 'X' (and 'x') commands remove inbox (and unread) tags (inbox, unread) ++ 2009-11-18 Carl Worth ╰─►[notmuch] [PATCH] Make notmuch-show 'X' (and 'x') commands remove inbox (and unread) tags (inbox, unread) ++ 2009-11-17 Lars Kellogg-Stedman ┬►[notmuch] Working with Maildir storage? (inbox, signed, test_thread_tag, unread) ++ 2009-11-17 Mikhail Gusarov ├┬► ... (inbox, signed, test_thread_tag, unread) ++ 2009-11-17 Lars Kellogg-Stedman │╰┬► ... (inbox, signed, test_thread_tag, unread) ++ 2009-11-17 Mikhail Gusarov │ ├─► ... (inbox, test_thread_tag, unread) ++ 2009-11-17 Keith Packard │ ╰┬► ... (inbox, test_thread_tag, unread) ++ 2009-11-18 Lars Kellogg-Stedman │ ╰─► ... (inbox, signed, test_thread_tag, unread) ++ 2009-11-18 Carl Worth ╰─► ... (inbox, test_thread_tag, unread) ++ 2009-11-17 Mikhail Gusarov ┬►[notmuch] [PATCH 1/2] Close message file after parsing message headers (inbox, unread) ++ 2009-11-17 Mikhail Gusarov ├─►[notmuch] [PATCH 2/2] Include to get uint32_t in C++ file with gcc 4.4 (inbox, unread) ++ 2009-11-17 Carl Worth ╰┬►[notmuch] [PATCH 1/2] Close message file after parsing message headers (inbox, unread) ++ 2009-11-17 Keith Packard ╰┬► ... (inbox, unread) ++ 2009-11-18 Carl Worth ╰─► ... (inbox, unread) ++ 2009-11-18 Keith Packard ┬►[notmuch] [PATCH] Create a default notmuch-show-hook that highlights URLs and uses word-wrap (inbox, unread) ++ 2009-11-18 Alexander Botero-Low ╰─►[notmuch] [PATCH] Create a default notmuch-show-hook that highlights URLs and uses word-wrap (inbox, unread) ++ 2009-11-18 Alexander Botero-Low ─►[notmuch] request for pull (inbox, unread) ++ 2009-11-18 Jjgod Jiang ┬►[notmuch] Mac OS X/Darwin compatibility issues (inbox, unread) ++ 2009-11-18 Alexander Botero-Low ╰┬► ... (inbox, unread) ++ 2009-11-18 Jjgod Jiang ╰┬► ... (inbox, unread) ++ 2009-11-18 Alexander Botero-Low ╰─► ... (inbox, unread) ++ 2009-11-18 Rolland Santimano ─►[notmuch] Link to mailing list archives ? (inbox, unread) ++ 2009-11-18 Jan Janak ─►[notmuch] [PATCH] notmuch new: Support for conversion of spool subdirectories into tags (inbox, unread) ++ 2009-11-18 Stewart Smith ─►[notmuch] [PATCH] count_files: sort directory in inode order before statting (inbox, unread) ++ 2009-11-18 Stewart Smith ─►[notmuch] [PATCH 2/2] Read mail directory in inode number order (inbox, unread) ++ 2009-11-18 Stewart Smith ─►[notmuch] [PATCH] Fix linking with gcc to use g++ to link in C++ libs. (inbox, unread) ++ 2009-11-18 Lars Kellogg-Stedman ┬►[notmuch] "notmuch help" outputs to stderr? (attachment, inbox, signed, unread) ++ 2009-11-18 Lars Kellogg-Stedman ╰─► ... (attachment, inbox, signed, unread) ++ 2009-11-17 Mikhail Gusarov ─►[notmuch] [PATCH] Handle rename of message file (inbox, unread) ++ 2009-11-17 Alex Botero-Lowry ┬►[notmuch] preliminary FreeBSD support (attachment, inbox, unread) ++ 2009-11-17 Carl Worth ╰─► ... (inbox, unread) ++End of search results. +-- +1.7.9.1 + -- 2.26.2