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 AC2D6429E37 for ; Mon, 3 Oct 2011 05:04:16 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.1 X-Spam-Level: X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1] 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 7+l4XKDYGm+l for ; Mon, 3 Oct 2011 05:04:12 -0700 (PDT) Received: from ks3536.kimsufi.com (schnouki.net [87.98.217.222]) by olra.theworths.org (Postfix) with ESMTP id 8AD3A429E26 for ; Mon, 3 Oct 2011 05:04:08 -0700 (PDT) Received: from localhost.localdomain (thor.loria.fr [152.81.12.250]) by ks3536.kimsufi.com (Postfix) with ESMTPSA id 85D266A069B; Mon, 3 Oct 2011 14:04:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=schnouki.net; s=key-schnouki; t=1317643446; bh=ScdAHlcuYUqhPuYdmRBiTebktV9wsttefEWcBrt/vuM=; h=From:To:Subject:Date:Message-Id; b=i/bjgi6zFw6+foqBGZzT81A6C7drmK98AB0P7xqQohbpwYxXi6ktJoApjfOJ4IbOv tx/soDnspmQRFwi1aMDjRvf+aZHkwu60q9sRvzSYfRaJiB4DKJA0EBf04IvQF6/ROF hDtszWaVjZC3rX0ZMfIWObGMvuMgh1VWel/QIomY= From: Thomas Jost To: notmuch@notmuchmail.org Subject: [PATCH 0/4] Several minor Emacs enhancements Date: Mon, 3 Oct 2011 14:03:54 +0200 Message-Id: <1317643438-31272-1-git-send-email-schnouki@schnouki.net> X-Mailer: git-send-email 1.7.6.4 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, 03 Oct 2011 12:04:16 -0000 Hello, This is a little series of 4 patches to the Emacs interfaces. They are quite small, independent from each other, and should be harmless. - The first one adds a face for crypto parts headers, because a hardcoded blue foreground looks quite ugly with my color theme. - The second one creates a customizable notmuch-mua-switch-function, which is then passed to message-mail as switch-function. Using this, you can choose to always compose new mails in new frames or new windows. - The third one renames notmuch-decimal-separator to notmuch-thousands-separator, because that's what it really is. - The last one creates a hook run after notmuch-hello, just like there are hooks run after notmuch-search and notmuch-show. Regards, Thomas Thomas Jost (4): emacs: Add a face for crypto parts headers emacs: Support a message-mode switch function in notmuch-mua emacs: rename notmuch-decimal-separator to notmuch-thousands-separator emacs: add notmuch-hello-hook emacs/notmuch-crypto.el | 5 +++++ emacs/notmuch-hello.el | 17 ++++++++++++----- emacs/notmuch-mua.el | 15 +++++++++++++-- emacs/notmuch-show.el | 4 ++-- 4 files changed, 32 insertions(+), 9 deletions(-) -- 1.7.6.4