From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 14117431FBF for ; Sun, 26 May 2013 11:52:14 -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 odCnvdyOZKlE for ; Sun, 26 May 2013 11:52:07 -0700 (PDT) Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 46CE6431FAE for ; Sun, 26 May 2013 11:52:07 -0700 (PDT) Received: by mail-lb0-f181.google.com with SMTP id w20so6079108lbh.40 for ; Sun, 26 May 2013 11:52:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state; bh=jhnLT9EsDUleLrlPjArEOV+V9O8nWQUO/avACxXdym4=; b=jbntqwPbfwVD84BCc9CvGN6TtWxVselfeNm/bM41UN4S1yKY69ZZWzLAmD8TZKJFkY pZbqgtcjSUZsiNBw/a0Ooev369SLuc3DSrcDJ6Hz+SggETdA+qEchcmTQIWgmTwztfPT sSpNFBqAVU7MsZD5IS08oDT8Mv/YlrIdvsrOgldaN5AbrHq03/FUR9UbNhdRpCERxi7y ppVJFsQ/z6qjm77ipZXrsO3Y0apqoEmLmIbfRry5Mr1XBpFWo0cGJGSDtglNyUTOkFVq bkBHLePh1vm81x3Xlh+M9wr4WdZI0Rj73GbF0D5EyruzF4Z/htWBZTUYHYSVpvvUfjat f3FQ== X-Received: by 10.152.170.199 with SMTP id ao7mr12832188lac.51.1369594324532; Sun, 26 May 2013 11:52:04 -0700 (PDT) Received: from localhost (dsl-hkibrasgw2-58c376-211.dhcp.inet.fi. [88.195.118.211]) by mx.google.com with ESMTPSA id e9sm9257104lbj.3.2013.05.26.11.52.02 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 26 May 2013 11:52:03 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH] NEWS: a bunch of cli news since 0.15 Date: Sun, 26 May 2013 21:51:58 +0300 Message-Id: <1369594318-32165-1-git-send-email-jani@nikula.org> X-Mailer: git-send-email 1.7.10.4 X-Gm-Message-State: ALoCoQlluzuPUw1kZd/CZDxBbp14UZm2/frOqTH7qx3uV1zf/rPVf775zDF7lZjOjgpNyz6jJHD8 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: Sun, 26 May 2013 18:52:14 -0000 --- NEWS | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/NEWS b/NEWS index 8545913..a7f2ec6 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,37 @@ Notmuch 0.16 (2013-MM-DD) Command-Line Interface ---------------------- +Decrypting commands explicitly expect a gpg-agent + + Decryption in `notmuch show` and `notmuch reply` has only ever + worked with a functioning gpg-agent. This is now made explicit in + code and documentation. The functional change is that it's now + possible to have gpg-agent running, but gpg "use-agent" + configuration option disabled, not forcing the user to use the agent + everywhere. + +`notmuch count --batch` option + + `notmuch count` now supports batch operations similar to `notmuch + tag`. This is mostly an optimization for remote notmuch usage. + +Configuration file saves follow symbolic links + + The notmuch commands that save the configuration file now follow + symbolic links instead of overwrite them. + +`notmuch tag` option to remove all tags from matching messages + + `notmuch tag --remove-all` option has been added to remove all tags + from matching messages. This can be combined with adding new tags, + resulting in setting (rather than modifying) the tags of the + messages. + +Top level option to specify configuration file + + It's now possible to specify the configuration file to use on the + command line using the `notmuch --config=FILE` option. + Deprecated commands "part" and "search-tags" are removed. Bash command-line completion -- 1.7.10.4