From 83f219574026219a2e5a5dde17eee992dc0271f0 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Fri, 30 May 2014 10:56:20 +0300 Subject: [PATCH] Re: Usage of tag:replied --- 9a/0e9848ab34c530672a3b7af0643e4d82ce306e | 91 +++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 9a/0e9848ab34c530672a3b7af0643e4d82ce306e diff --git a/9a/0e9848ab34c530672a3b7af0643e4d82ce306e b/9a/0e9848ab34c530672a3b7af0643e4d82ce306e new file mode 100644 index 000000000..bf3ba41a9 --- /dev/null +++ b/9a/0e9848ab34c530672a3b7af0643e4d82ce306e @@ -0,0 +1,91 @@ +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 1C5BE431FBD + for ; Fri, 30 May 2014 00:56:28 -0700 (PDT) +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 1RX6qYNlbhFY for ; + Fri, 30 May 2014 00:56:23 -0700 (PDT) +Received: from mail-we0-f171.google.com (mail-we0-f171.google.com + [74.125.82.171]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 37A33431FAE + for ; Fri, 30 May 2014 00:56:23 -0700 (PDT) +Received: by mail-we0-f171.google.com with SMTP id w62so1558172wes.2 + for ; Fri, 30 May 2014 00:56:22 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:from:to:subject:in-reply-to:references + :user-agent:date:message-id:mime-version:content-type; + bh=AlcLJ5Wra26rnA9HBxDA815yzRrbfFIJ+rwMrYwDYZ4=; + b=GSQXNrKUbMJYmSW4f33BCvjhKIV7RRYAqPZmSJ7OqcySskCOeQaLUk8zykxi2yMj1j + SISj7wS44Ma/h+qY0yZ6+fo/fnzqsHBNOjRIDmqLJp9FjZRa9kkhEgxFRqhMpBuIy03q + Njk/ugoIQW1Q4FpbVLfFgvXlmqCv3zeIEHrdBOVh5UE8sXCqCkK/GHMHzAeZy5CkSAwv + s8hN4hajsjHeSTId761dGNAyNlhLOVND9VU5j+F94Ts1QBuZhdu4BGKr5my72woyHzIZ + qeVetrN7NtltfMWQeI+b95Lezh6YRG2nNI2/NGOxn5U5MzbQHN5hsIf/XDQGtHd1AuaG + yGag== +X-Gm-Message-State: + ALoCoQldv5pcf8IoD2YOOG2KPNOuEaPbSispddGmyTOCLlGwtU4YD5fjO3v6IIoMUn3l1xm0HFZn +X-Received: by 10.194.201.195 with SMTP id kc3mr19302249wjc.54.1401436582112; + Fri, 30 May 2014 00:56:22 -0700 (PDT) +Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. + [88.195.111.91]) + by mx.google.com with ESMTPSA id b1sm8079589wjb.37.2014.05.30.00.56.20 + for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Fri, 30 May 2014 00:56:21 -0700 (PDT) +From: Jani Nikula +To: Wael Nasreddine , + notmuch +Subject: Re: Usage of tag:replied +In-Reply-To: +References: + <87ha4aig87.fsf@nikula.org> + +User-Agent: Notmuch/0.18+24~gfe8cd90 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Fri, 30 May 2014 10:56:20 +0300 +Message-ID: <8738fr1yzf.fsf@nikula.org> +MIME-Version: 1.0 +Content-Type: text/plain +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: Fri, 30 May 2014 07:56:28 -0000 + +On Wed, 28 May 2014, Wael Nasreddine wrote: +> Jani Nikula writes: +>> Notmuch searches are message based. You don't have messages that have +>> both unread and replied tags. The default output for notmuch search is +>> thread summary, which includes combined tags of all messages in that +>> thread. You have unread and replied in different messages in the same +>> thread. +>> +> +> Is there a way to change that for a specific query in emacs? or do I +> have to go with a solution like +> id:5376517c.086b8c0a.bb5f.fffff90d@mx.google.com ? + +Currently such hacks are required for searching for messages based on +what tags other messages in the thread have. + +BR, +Jani. + -- 2.26.2