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 81798431FD0 for ; Mon, 2 Jan 2012 14:17:02 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] 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 ibEmZB4fMiXS for ; Mon, 2 Jan 2012 14:17:01 -0800 (PST) Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu [131.215.239.19]) by olra.theworths.org (Postfix) with ESMTP id 57171429E39 for ; Mon, 2 Jan 2012 14:17:01 -0800 (PST) Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1]) by earth-doxen-postvirus (Postfix) with ESMTP id CC37266E0113 for ; Mon, 2 Jan 2012 14:16:58 -0800 (PST) X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new Received: from finestructure.net (cpe-76-174-137-84.socal.res.rr.com [76.174.137.84]) (Authenticated sender: jrollins) by earth-doxen-submit (Postfix) with ESMTP id EE77A66E00EE for ; Mon, 2 Jan 2012 14:16:56 -0800 (PST) Received: by finestructure.net (Postfix, from userid 1000) id 85D44C9F; Mon, 2 Jan 2012 14:16:56 -0800 (PST) From: Jameson Graef Rollins To: Notmuch Mail Subject: update NEWS, and fix conf variable name Date: Mon, 2 Jan 2012 14:16:49 -0800 Message-Id: <1325542611-20511-1-git-send-email-jrollins@finestructure.net> X-Mailer: git-send-email 1.7.7.3 In-Reply-To: <8739byiaef.fsf@zancas.localnet> References: <8739byiaef.fsf@zancas.localnet> 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, 02 Jan 2012 22:17:02 -0000 On Mon, 02 Jan 2012 07:58:16 -0400, David Bremner wrote: > Austin Clements: > emacs: Don't record undo information for search or show buffers. > emacs: Avoid unnecessary markers. > > Dmitry Kurochkin : > emacs: do not call notmuch show for non-inlinable parts > > Gregor Zattler: > emacs: make message indentation width customisable > > Ivy Foster: > emacs: Add notmuch-hello-mode-hook > > Jameson Graef Rollins (2): > emacs: breakout notmuch-show-advance functionality from notmuch-show-advance-and-archive > emacs: call notmuch-show instead of notmuch-search in buttonised id: links > > > Thomas Jost (4): > emacs: Add a face for crypto parts headers > emacs: add notmuch-hello-refresh-hook > emacs: rename notmuch-decimal-separator to notmuch-hello-thousands-separator > emacs: Change the default thousands separator to a space > > Thomas Schwinge (1): > dump: Don't sort the output by message id. I've added NEWS items for pretty much everything here. I'm also including a patch to fix the conf variable name for notmuch-indent-messages-width, which really should have been notmuch-show-indent-messages-width originally. The NEWS entry for this assumes the update. jamie.