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 94783431FD9 for ; Sun, 19 Feb 2012 12:41:15 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 RzQqKcKTn1Pu for ; Sun, 19 Feb 2012 12:41:14 -0800 (PST) Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com [74.125.82.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 502C8431FC2 for ; Sun, 19 Feb 2012 12:41:14 -0800 (PST) Received: by mail-ww0-f45.google.com with SMTP id dt12so4004483wgb.2 for ; Sun, 19 Feb 2012 12:41:13 -0800 (PST) Received-SPF: pass (google.com: domain of pieter@praet.org designates 10.180.92.73 as permitted sender) client-ip=10.180.92.73; Authentication-Results: mr.google.com; spf=pass (google.com: domain of pieter@praet.org designates 10.180.92.73 as permitted sender) smtp.mail=pieter@praet.org Received: from mr.google.com ([10.180.92.73]) by 10.180.92.73 with SMTP id ck9mr12029838wib.2.1329684073991 (num_hops = 1); Sun, 19 Feb 2012 12:41:13 -0800 (PST) MIME-Version: 1.0 Received: by 10.180.92.73 with SMTP id ck9mr10019400wib.2.1329684073919; Sun, 19 Feb 2012 12:41:13 -0800 (PST) Received: from localhost (104.218-242-81.adsl-dyn.isp.belgacom.be. [81.242.218.104]) by mx.google.com with ESMTPS id fl2sm29208385wib.4.2012.02.19.12.41.13 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 19 Feb 2012 12:41:13 -0800 (PST) From: Pieter Praet To: Notmuch Mail Subject: [PATCH v2 3/4] test: emacs: new test "notmuch-search: when reply is sent, parent message should be tagged 'replied'" Date: Sun, 19 Feb 2012 21:38:27 +0100 Message-Id: <1329683908-5435-4-git-send-email-pieter@praet.org> X-Mailer: git-send-email 1.7.8.1 In-Reply-To: <1329683908-5435-1-git-send-email-pieter@praet.org> References: <1310313335-4159-1-git-send-email-pieter@praet.org> <1329683908-5435-1-git-send-email-pieter@praet.org> X-Gm-Message-State: ALoCoQk2Niu8Vz4awytUDrVb0E4MvxumvHKaSMapbBbePjUnAJbA+fM2/rKBYahFqYbEIAH0eRZn 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: Sun, 19 Feb 2012 20:41:16 -0000 When a message is replied to, it should be tagged `replied'. --- test/emacs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/test/emacs b/test/emacs index 0f4f42b..b0fb760 100755 --- a/test/emacs +++ b/test/emacs @@ -314,6 +314,11 @@ Reply to a message via Emacs with fake SMTP EOF test_expect_equal_file OUTPUT EXPECTED +test_begin_subtest "notmuch-search: when reply is sent, the parent message should be tagged 'replied'" +# depends on subtest "notmuch-search: replying to a thread (sending)" +output=$(notmuch search 'tag:replied' | notmuch_search_sanitize) +test_expect_equal "$output" "thread:XXX 2000-01-01 [1/2] Notmuch Test Suite; Testing message sent via SMTP (inbox replied)" + test_begin_subtest "Quote MML tags in reply" message_id='test-emacs-mml-quoting@message.id' add_message [id]="$message_id" \ -- 1.7.8.1