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 4392040B944 for ; Wed, 7 Jul 2010 04:57:00 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.899 X-Spam-Level: X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001] autolearn=ham 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 NRVKK7TOh03U for ; Wed, 7 Jul 2010 04:56:49 -0700 (PDT) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) by olra.theworths.org (Postfix) with ESMTP id 69A0A4196F2 for ; Wed, 7 Jul 2010 04:56:49 -0700 (PDT) Received: by wyb39 with SMTP id 39so2388488wyb.26 for ; Wed, 07 Jul 2010 04:56:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:to:subject:date :message-id:user-agent:mime-version:content-type; bh=6KjL1+TAJYhcBhLGaVIlYSFmUkRNs6GlMlFOY4fWVAc=; b=YIFRlNkqNtAruObxH97LiIakcstwc5mRmBDmO9QuR9bUUezDu8W9MAQ0W7uhCRy1Mv LyKdE+mw+vnxk7nlG6MTNYDJoofGHx/hp/pNNi3czCamhrdE4Z7heUyKoZcSJmjYOlTa YqmwmUgA4mZWuciA49zlmOJKcLOMrwBKTHsH0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:subject:date:message-id:user-agent:mime-version :content-type; b=FDq/u1d5C51oPZojTYwWbqkZVyuQpVy98y3p0uoR03yu9zgCj9dEYeb9l6eXX2077x HTF3R4rf1jb8OtFtNEkR/fr+q4EQBUm0APDcDzmIHWsPvKqU8Frt9JxgM4Z/nTO2Bt41 g9gOgz0icUSZ2IM5IEsPJ3gwd93iB1aJyU9Ak= Received: by 10.213.90.146 with SMTP id i18mr5284669ebm.7.1278503807287; Wed, 07 Jul 2010 04:56:47 -0700 (PDT) Received: from dmon-lap.sw.ru (swsoft-msk-nat.sw.ru [195.214.232.10]) by mx.google.com with ESMTPS id v59sm60695199eeh.4.2010.07.07.04.56.44 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 07 Jul 2010 04:56:45 -0700 (PDT) Sender: Dmitry Monakhov From: Dmitry Monakhov To: notmuch@notmuchmail.org Subject: couple of naive questions about search patterns Date: Wed, 07 Jul 2010 15:56:42 +0400 Message-ID: <87vd8ra4jp.fsf@dmon-lap.sw.ru> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailman-Approved-At: Mon, 12 Jul 2010 18:48:07 -0700 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: Wed, 07 Jul 2010 11:57:00 -0000 I want to tag new patches, but not replay messages. I've tried to do it like this: notmuch tag +patch-new "tag:inbox and subject:'patch' \ and not subject:'re:'" but last rule (subject:'re:') seems to be ignored, as soon as i understand this happens because pattern 're:' is too short. Am i right? Are any other ways to accomplish this task? BTW: Is it possible to specify beginning(^) or the end in subject search pattern?