From: Tomi Ollila Date: Mon, 14 Apr 2014 18:32:35 +0000 (+0300) Subject: [PATCH v2] NEWS: notmuch-init-file and notmuch-emacs-version related news X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6ca05740444585b1a248b6944461ee998dabf6ed;p=notmuch-archives.git [PATCH v2] NEWS: notmuch-init-file and notmuch-emacs-version related news --- diff --git a/d0/e49586352c8267a0f968bdba3093cf268fb8b3 b/d0/e49586352c8267a0f968bdba3093cf268fb8b3 new file mode 100644 index 000000000..090e1b455 --- /dev/null +++ b/d0/e49586352c8267a0f968bdba3093cf268fb8b3 @@ -0,0 +1,103 @@ +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 18042431FCB + for ; Mon, 14 Apr 2014 11:32:47 -0700 (PDT) +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 UD0vcS8AaFmC for ; + Mon, 14 Apr 2014 11:32:43 -0700 (PDT) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id 4C189431FC9 + for ; Mon, 14 Apr 2014 11:32:43 -0700 (PDT) +Received: by guru.guru-group.fi (Postfix, from userid 501) + id EE2571000C1; Mon, 14 Apr 2014 21:32:38 +0300 (EEST) +From: Tomi Ollila +To: notmuch@notmuchmail.org +Subject: [PATCH v2] NEWS: notmuch-init-file and notmuch-emacs-version related + news +Date: Mon, 14 Apr 2014 21:32:35 +0300 +Message-Id: <1397500355-24828-1-git-send-email-tomi.ollila@iki.fi> +X-Mailer: git-send-email 1.8.0 +Cc: tomi.ollila@iki.fi +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: Mon, 14 Apr 2014 18:32:47 -0000 + +Along with those, removed trailing space from subsection title. +--- + +This is v2 of id:1397499100-24552-1-git-send-email-tomi.ollila@iki.fi + +This is to be applied on top of + + id:1397306787-12207-3-git-send-email-markwalters1009@gmail.com + + + NEWS | 19 ++++++++++++++++++- + 1 file changed, 18 insertions(+), 1 deletion(-) + +diff --git a/NEWS b/NEWS +index f1d5499..8d86b54 100644 +--- a/NEWS ++++ b/NEWS +@@ -4,7 +4,7 @@ Notmuch 0.18 (UNRELEASED) + Command-Line Interface + ---------------------- + +-`notmuch dump` now defaults to `batch-tag` format. ++`notmuch dump` now defaults to `batch-tag` format + + The old format is still available with `--format=sup`. + +@@ -15,6 +15,14 @@ Command-Line Interface + Emacs Interface + --------------- + ++Init file ++ ++ If the file pointed by new variable `notmuch-init-file` (typically ++ `~/.emacs.d/notmuch-config.el`) exists, it is loaded at the end of ++ `notmuch.el`. Users can put their personal notmuch emacs lisp based ++ configuration/customization items there instead of filling ++ `~/.emacs` with these. ++ + Changed format for saved searches + + The format for `notmuch-saved-searches` has changed, but old style +@@ -38,6 +46,15 @@ Changed format for saved searches + saved-search :name) and (cdr saved-search) by + (notmuch-saved-search-get saved-search :query) should be sufficient. + ++Version variable ++ ++ The new, build-time generated variable `notmuch-emacs-version` is used ++ to distinguish between notmuch cli and notmuch emacs versions. ++ The function `notmuch-hello-versions` (bound to 'v' in notmuch-hello ++ window) prints both notmuch cli and notmuch emacs versions in case ++ these differ from each other. ++ This is especially useful when using notmuch remotely. ++ + Bug fix for saved searches with newlines in them + + Split lines confuse `notmuch count --batch`, so we remove embedded +-- +1.8.0 +