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 2EB41429E21 for ; Wed, 16 Nov 2011 10:09:53 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.8 X-Spam-Level: X-Spam-Status: No, score=-0.8 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, 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 IB4Dya+Ln9qL for ; Wed, 16 Nov 2011 10:09:52 -0800 (PST) Received: from mail-fx0-f53.google.com (mail-fx0-f53.google.com [209.85.161.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 84986431FD0 for ; Wed, 16 Nov 2011 10:09:52 -0800 (PST) Received: by faan15 with SMTP id n15so2030691faa.26 for ; Wed, 16 Nov 2011 10:09:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=schoepe.org; s=google; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=McUOVIVBR7lW8B6naTEqgGIHvYzO5o9WCUeZPvcjqx0=; b=PiGQRPuvHf0hqglUXn5AR0a/GFqvVxa4GHt5jCdydQ5ow4D/EH9P8wkAHd5uXCoVE6 x3N+jzZQR/hqaDX+BfI0iltQxFjQq8zuLXu57MCZkxHiDCsz3zSLnYy3UxC5yXuBv5/M CG8MpolaerJZAQQy/SbcGlSKIn5n1UO6LHe5w= Received: by 10.204.154.89 with SMTP id n25mr20317816bkw.75.1321466991250; Wed, 16 Nov 2011 10:09:51 -0800 (PST) Received: from localhost (dslb-178-004-079-007.pools.arcor-ip.net. [178.4.79.7]) by mx.google.com with ESMTPS id z3sm6095081faf.13.2011.11.16.10.09.49 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 16 Nov 2011 10:09:50 -0800 (PST) From: daniel@schoepe.org To: notmuch@notmuchmail.org Subject: [PATCH v2 1/2] NEWS entry for adding tab-completion to notmuch-search Date: Wed, 16 Nov 2011 19:09:21 +0100 Message-Id: <4ec3fc6e.8332df0a.62e6.ffffe8b9@mx.google.com> X-Mailer: git-send-email 1.7.7.2 In-Reply-To: <87pqgsnduy.fsf@gmail.com> References: <87pqgsnduy.fsf@gmail.com> 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, 16 Nov 2011 18:09:53 -0000 From: Daniel Schoepe Add a news entry for commit6a280088e6769015ade7758b9790384997a21ff3. --- NEWS | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index f236505..ff12ca6 100644 --- a/NEWS +++ b/NEWS @@ -33,6 +33,14 @@ Add "notmuch count --output" option The count command is now capable of counting threads in addition to messages. This is selected using the new --output=(threads|messages) option. +New emacs UI features +--------------------- + +Add tab-completion for notmuch-search and notmuch-search-filter + + These functions now support completion tags for query parts + starting with "tag:". + Performance ----------- -- 1.7.7.2