From: Adam Wolfe Gordon Date: Thu, 11 Jul 2013 17:01:51 +0000 (+1800) Subject: Re: How to find mails which are sent to 'undisclosed-recipients' ? X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f75a86e15bcad85a5401799ad915ea06ac83b1fc;p=notmuch-archives.git Re: How to find mails which are sent to 'undisclosed-recipients' ? --- diff --git a/ea/455ac6ac793c8209f8a636caaf8ecae23f36b0 b/ea/455ac6ac793c8209f8a636caaf8ecae23f36b0 new file mode 100644 index 000000000..b2742b42d --- /dev/null +++ b/ea/455ac6ac793c8209f8a636caaf8ecae23f36b0 @@ -0,0 +1,85 @@ +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 11990431FAF + for ; Thu, 11 Jul 2013 10:02:02 -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 ey9ZdMcNWM+8 for ; + Thu, 11 Jul 2013 10:01:54 -0700 (PDT) +Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com + [74.125.82.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + 64E97431FAE for ; Thu, 11 Jul 2013 10:01:54 -0700 + (PDT) +Received: by mail-wg0-f53.google.com with SMTP id y10so7257462wgg.8 + for ; Thu, 11 Jul 2013 10:01:53 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=google.com; s=20120113; + h=mime-version:sender:x-originating-ip:in-reply-to:references:date + :x-google-sender-auth:message-id:subject:from:to:cc:content-type + :x-gm-message-state; + bh=zV+nbXAe59c1nSxWPQQXIPx104WJQwxG0/H46TMe9Lo=; + b=k3OrKECwCrBs1JoEgu/TWjS9F6QNjjGYjPByOcdEUUq2dH0DMrhqR4C4eDZoWIaxyb + w8dsOhDL4fjLdgDCg6CBWlik71p1GL8q6vfgI1bZRVlNzEEAG6aH5f15a1LWRFRD4P/G + Dsm8Yx/l+2GMkjDVySvm9zrp05osbPWeGyh+8gZ6cyZAEHhy8IVdtqRsXfNrTgzorMXe + mMq8TA10UuBcxbZp6E6rNC0Cr/HbCcAiD44NXS8HIhJ++RBdpodVkloh9xHlG56gPrho + AnYo0HPKO/z0TB5rhSzLvk58mmnlJvXpjpgasudC4/kBwsyqrDN4J6eKMKsi5YtxlaVn + XFQg== +MIME-Version: 1.0 +X-Received: by 10.180.188.36 with SMTP id fx4mr37728163wic.55.1373562111959; + Thu, 11 Jul 2013 10:01:51 -0700 (PDT) +Sender: awg@xvx.ca +Received: by 10.194.59.238 with HTTP; Thu, 11 Jul 2013 10:01:51 -0700 (PDT) +X-Originating-IP: [68.150.39.45] +In-Reply-To: <20130711152427.GA16395@virt.cz.oracle.com> +References: <20130711152427.GA16395@virt.cz.oracle.com> +Date: Thu, 11 Jul 2013 11:01:51 -0600 +X-Google-Sender-Auth: 0mX_9_Bs1aeT-ROdiKMI38Pyx0U +Message-ID: + +Subject: Re: How to find mails which are sent to 'undisclosed-recipients' ? +From: Adam Wolfe Gordon +To: Vladimir Marek +Content-Type: text/plain; charset=ISO-8859-1 +X-Gm-Message-State: + ALoCoQlSNO5o4QmXvFjJllvl0JkBOQ8Tm91VenAxNwGAMkCeeu1VRTaPc/yEnzU21m3ue3x4pAZ8 +Cc: Notmuch Mail +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: Thu, 11 Jul 2013 17:02:02 -0000 + +Hi Vladimir, + +On Thu, Jul 11, 2013 at 9:24 AM, Vladimir Marek + wrote: +> Since my mail works in a way that it hides everything but what I +> selected to be shown to me, I was overlooking all mails which where sent +> to undisclosed-recipients. I tried to match such mails by +> to:undisclosed-recipients but that does not seem to work. Is there any +> workaround to find such mails? + +I have some mail with this To header: + +To: Undisclosed recipients + +I can find them with the search to:"Undisclosed recipients". Note the quotes. + +-- Adam