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 4BAC6429E2E for ; Wed, 16 Nov 2011 09:53:32 -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 GTzUaytBFjCC for ; Wed, 16 Nov 2011 09:53:31 -0800 (PST) Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id D9394429E21 for ; Wed, 16 Nov 2011 09:53:28 -0800 (PST) Received: by mail-bw0-f53.google.com with SMTP id q10so942101bka.26 for ; Wed, 16 Nov 2011 09:53:28 -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=/gUrZCwOByHE4IDuyksCZQkkp/fVpd0oDbVQEz5kZhg=; b=gWhPCWCF3PDh6o0u4GYOIHnZ2wlsXmiqUhhHJDTWq3AqogyJ2HaNP/2kpGNMlffgZC kwzl5rwBY7UfCBomad7mydgbbRFCpV/k6VdbXUl7+Ca0211ONoGzPM0CsF0LCsuX0d9P 2AD2EsY9DJa5sTnj1MkRteJCD+DgEPbawzpg8= Received: by 10.204.154.156 with SMTP id o28mr30578046bkw.12.1321466008427; Wed, 16 Nov 2011 09:53:28 -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 c8sm6017040fai.19.2011.11.16.09.53.26 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 16 Nov 2011 09:53:27 -0800 (PST) From: Daniel Schoepe To: notmuch@notmuchmail.org Subject: [PATCH 1/2] NEWS entry for adding tab-completion to notmuch-search Date: Wed, 16 Nov 2011 18:53:12 +0100 Message-Id: <1321465993-24687-2-git-send-email-daniel@schoepe.org> X-Mailer: git-send-email 1.7.7.2 In-Reply-To: <1321465993-24687-1-git-send-email-daniel@schoepe.org> References: <1321465993-24687-1-git-send-email-daniel@schoepe.org> 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 17:53:32 -0000 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