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 9C93C429E2F for ; Tue, 13 Dec 2011 09:32:30 -0800 (PST) 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 VI9Y-kmH7Ugm for ; Tue, 13 Dec 2011 09:32:30 -0800 (PST) Received: from ks3536.kimsufi.com (schnouki.net [87.98.217.222]) by olra.theworths.org (Postfix) with ESMTP id 05576429E25 for ; Tue, 13 Dec 2011 09:32:30 -0800 (PST) Received: from thor.loria.fr (thor.loria.fr [152.81.12.250]) by ks3536.kimsufi.com (Postfix) with ESMTPSA id 3673F6A0026; Tue, 13 Dec 2011 18:32:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=schnouki.net; s=key-schnouki; t=1323797549; bh=R+CQVdqdo+xkrbAOkaxFYEtI5SArdOIYuMnzm0ijlPY=; h=From:To:Subject:Date:Message-Id:In-Reply-To:References; b=mJ0x+qVpSWPhk0l2KsKTyZeBqvpB0JD5Q3W6nKV5yuY3HpSjEYxpb+n1EYDDC0ca5 GeU2zHLjA3mR0ZsawkOFlTrK+iuVUS6ez5yr8EfNZ1a41jg3BFf5Oorx8doLtM5fsO 52TtY1tNV/JPIb3bek37SMY5hM2Jei1DMavdIxB8= From: Thomas Jost To: notmuch@notmuchmail.org Subject: [PATCH v3 0/4] Several minor Emacs enhancements Date: Tue, 13 Dec 2011 18:32:08 +0100 Message-Id: <1323797532-597-1-git-send-email-schnouki@schnouki.net> X-Mailer: git-send-email 1.7.8 In-Reply-To: <87d3cx2t38.fsf@rocinante.cs.unb.ca> References: <87d3cx2t38.fsf@rocinante.cs.unb.ca> 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: Tue, 13 Dec 2011 17:32:30 -0000 Hi David et al., Here is a rebased version of this patch series, with more descriptive commit messages. Please tell me if there are still ways to enhance them. English is not my native language and it's sometimes hard to figure out what's relevant and how to word it :) Best regards, Thomas Thomas Jost (4): emacs: Let the user choose where to compose new mails emacs: Add a face for crypto parts headers 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 | 40 ++++++++++++++++++++++++++++++++++++++-- emacs/notmuch-show.el | 4 ++-- 4 files changed, 57 insertions(+), 9 deletions(-) -- 1.7.8