From: David Bremner Date: Thu, 28 Nov 2013 10:26:35 +0000 (+2000) Subject: [PATCH] vim: NEWS for vim interface X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=551e67e6ff38838c28f2b6715d9fe481f85c98dd;p=notmuch-archives.git [PATCH] vim: NEWS for vim interface --- diff --git a/8c/49374daeaf9491f839a4963784809802c1c597 b/8c/49374daeaf9491f839a4963784809802c1c597 new file mode 100644 index 000000000..ab0da0c79 --- /dev/null +++ b/8c/49374daeaf9491f839a4963784809802c1c597 @@ -0,0 +1,76 @@ +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 843FC431FBF + for ; Thu, 28 Nov 2013 02:26:57 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 fn-XJzDhNw0r for ; + Thu, 28 Nov 2013 02:26:51 -0800 (PST) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 609ED431FAE + for ; Thu, 28 Nov 2013 02:26:51 -0800 (PST) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1Vlyo4-0005Ff-GN; Thu, 28 Nov 2013 06:26:48 -0400 +Received: (nullmailer pid 24869 invoked by uid 1000); Thu, 28 Nov 2013 + 10:26:43 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: [PATCH] vim: NEWS for vim interface +Date: Thu, 28 Nov 2013 06:26:35 -0400 +Message-Id: <1385634395-24831-1-git-send-email-david@tethera.net> +X-Mailer: git-send-email 1.8.4.2 +In-Reply-To: + +References: + +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, 28 Nov 2013 10:26:57 -0000 + +Transcribed from Felipe's email. +--- + NEWS | 7 +++++++ + 1 file changed, 7 insertions(+) + +diff --git a/NEWS b/NEWS +index 184bd0e..02ed670 100644 +--- a/NEWS ++++ b/NEWS +@@ -146,6 +146,13 @@ Fixed `notmuch-mua-reply` point placement when signature involved + section anymore. Now inserted citation content will definitely go to + the body part of the message. + ++Vim Interface ++------------- ++ ++ It is now possible to compose new messages in the Vim interface, as ++ opposed reply to existing messages. There is also support for ++ going straight to a search (bypassing the folders view). ++ + Notmuch 0.16 (2013-08-03) + ========================= + +-- +1.8.4.2 +