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 DB2AE6DE0127 for ; Tue, 12 Apr 2016 09:26:42 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.018 X-Spam-Level: X-Spam-Status: No, score=-0.018 tagged_above=-999 required=5 tests=[AWL=-0.018] 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 STNjoVZOAnYF for ; Tue, 12 Apr 2016 09:26:35 -0700 (PDT) Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) by arlo.cworth.org (Postfix) with ESMTP id E5DA86DE00F1 for ; Tue, 12 Apr 2016 09:26:34 -0700 (PDT) Received: from fifthhorseman.net (unknown [38.109.115.130]) by che.mayfirst.org (Postfix) with ESMTPSA id D84EAF991; Tue, 12 Apr 2016 12:26:31 -0400 (EDT) Received: by fifthhorseman.net (Postfix, from userid 1000) id A8A9E200B0; Tue, 12 Apr 2016 12:26:31 -0400 (EDT) From: Daniel Kahn Gillmor To: David Edmondson , notmuch@notmuchmail.org Subject: Re: [PATCH v1] emacs: Don't indent multipart sub-parts during reply. In-Reply-To: <1460448244-31134-1-git-send-email-dme@dme.org> References: <1460448244-31134-1-git-send-email-dme@dme.org> User-Agent: Notmuch/0.21+128~g620f892 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Tue, 12 Apr 2016 12:26:31 -0400 Message-ID: <87fuuqbxoo.fsf@alice.fifthhorseman.net> 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, 12 Apr 2016 16:26:43 -0000 On Tue 2016-04-12 04:04:04 -0400, David Edmondson wrote: > When generating cited messages for replay, override any existing > setting for `notmuch-show-indent-multipart' to ensure that no > indentation occurs. this patch works for me, thanks! --dkg