From: Peter Wang Date: Sat, 6 Jul 2013 02:36:28 +0000 (+1000) Subject: [PATCH] NEWS: announce insert command X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2e88a86a4239b4213e8250ece0a92b4a3050a03d;p=notmuch-archives.git [PATCH] NEWS: announce insert command --- diff --git a/5c/931def242e3697c38cd8480308ceaa9ada8aa3 b/5c/931def242e3697c38cd8480308ceaa9ada8aa3 new file mode 100644 index 000000000..7efa0a991 --- /dev/null +++ b/5c/931def242e3697c38cd8480308ceaa9ada8aa3 @@ -0,0 +1,84 @@ +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 98882431FAF + for ; Fri, 5 Jul 2013 19:36:58 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.799 +X-Spam-Level: +X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, 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 MozwBYGax7lb for ; + Fri, 5 Jul 2013 19:36:51 -0700 (PDT) +Received: from mail-pa0-f42.google.com (mail-pa0-f42.google.com + [209.85.220.42]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 01C2B431FAE + for ; Fri, 5 Jul 2013 19:36:50 -0700 (PDT) +Received: by mail-pa0-f42.google.com with SMTP id rl6so2714808pac.1 + for ; Fri, 05 Jul 2013 19:36:49 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=from:to:cc:subject:date:message-id:x-mailer; + bh=70SARL+4o+5F5L8kJ/16N8eukb7vB0wqnHXkyAeLmA0=; + b=S8OlsYklKEjz5nNPi1euY1QPyVKRhJw/ZefFSZ5PRsFRSYxqhtV9zzJjgw1J978fXk + LYY6vOkh3pkTAnefFh0+skJ4VItsqytrMQzZZtSqo1yDQXGpAQ28g0uTeXhmSZXCBBJn + r2PRmwD19ob/dbPfC/Ta7ywqIBfvq4KnwAknoT+ZRz3ZODts3WDGcNi6+xvcjSXKvR3k + nAdO/MO/oV3C7j3dJjMjDbd9DKXfGvT+3RrUqWRRUxgJb1mMTpgkKjwG78EMKTFJJQAl + 2GR/9Eu6NQqTaTwnSIRIw86l04FEXZiDpBeISv7rfnS9ukvV2VUr9dFkiCFArrqlz9wL + wAlg== +X-Received: by 10.68.211.70 with SMTP id na6mr12091742pbc.22.1373078209108; + Fri, 05 Jul 2013 19:36:49 -0700 (PDT) +Received: from localhost (215.42.233.220.static.exetel.com.au. + [220.233.42.215]) + by mx.google.com with ESMTPSA id pe9sm9792640pbc.35.2013.07.05.19.36.46 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Fri, 05 Jul 2013 19:36:48 -0700 (PDT) +From: Peter Wang +To: notmuch@notmuchmail.org +Subject: [PATCH] NEWS: announce insert command +Date: Sat, 6 Jul 2013 12:36:28 +1000 +Message-Id: <1373078188-3852-1-git-send-email-novalazy@gmail.com> +X-Mailer: git-send-email 1.7.12.1 +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: Sat, 06 Jul 2013 02:36:58 -0000 + +--- + NEWS | 5 +++++ + 1 file changed, 5 insertions(+) + +diff --git a/NEWS b/NEWS +index 811e5dd..de5bb83 100644 +--- a/NEWS ++++ b/NEWS +@@ -49,6 +49,11 @@ Bash command-line completion + `notmuch config`. The new completion support depends on the + bash-completion package. + ++Support for delivering messages to Maildir ++ ++ There is a new command `insert` that adds a message to a Maildir ++ folder and notmuch index. ++ + Vim Front-End + ------------- + +-- +1.7.12.1 +