Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id A4F076DE1799 for ; Tue, 10 Nov 2015 04:37:29 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.094 X-Spam-Level: X-Spam-Status: No, score=0.094 tagged_above=-999 required=5 tests=[AWL=0.094] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MArjB6yyFdM7 for ; Tue, 10 Nov 2015 04:37:27 -0800 (PST) Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) by arlo.cworth.org (Postfix) with ESMTPS id 57AA76DE1734 for ; Tue, 10 Nov 2015 04:37:27 -0800 (PST) Received: from remotemail by gitolite.debian.net with local (Exim 4.80) (envelope-from ) id 1Zw8AQ-0001Un-Eu; Tue, 10 Nov 2015 12:36:54 +0000 Received: (nullmailer pid 6003 invoked by uid 1000); Tue, 10 Nov 2015 12:36:35 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: Re: [PATCH] emacs: Make notmuch-message-mode play nicely with flyspell In-Reply-To: <1446584532-27101-1-git-send-email-sojkam1@fel.cvut.cz> References: <1446584532-27101-1-git-send-email-sojkam1@fel.cvut.cz> User-Agent: Notmuch/0.21~rc3+7~g10e933a (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Tue, 10 Nov 2015 08:36:35 -0400 Message-ID: <87ziym2fqk.fsf@zancas.localnet> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.20 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, 10 Nov 2015 12:37:29 -0000 Michal Sojka writes: > Flyspell mode uses a special setting for message-mode to not > spell-check message headers except Subject. Apply this setting also to > notmuch-message-mode. pushed, d