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 1BA1C6DE1848 for ; Wed, 16 Mar 2016 01:57:10 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.629 X-Spam-Level: X-Spam-Status: No, score=0.629 tagged_above=-999 required=5 tests=[AWL=-0.023, SPF_NEUTRAL=0.652] 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 UwuG2xz4ahOo for ; Wed, 16 Mar 2016 01:57:07 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by arlo.cworth.org (Postfix) with ESMTP id 716956DE181A for ; Wed, 16 Mar 2016 01:57:07 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 84B11100063; Wed, 16 Mar 2016 10:57:14 +0200 (EET) From: Tomi Ollila To: Nicolas Petton , David Edmondson , notmuch@notmuchmail.org Subject: Re: Content-type of the mime part in cited text when replying In-Reply-To: <87fuvq6dc1.fsf@petton.fr> References: <878u1k2h9c.fsf@petton.fr> <87fuvq6dc1.fsf@petton.fr> User-Agent: Notmuch/0.21+86~gd34ae6a (http://notmuchmail.org) Emacs/24.3.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Wed, 16 Mar 2016 08:57:10 -0000 On Wed, Mar 16 2016, Nicolas Petton wrote: > [ text/plain ] > David Edmondson writes: > >> I'd be happy to "+1" a patch :-) > > I attached a patch. Tis is so complicated... >;) ... anyway if this is b=C3=A4tter than the Dme's alternative, then the test robustness I mentioned in id:m2a8lyajlo.fsf@guru.guru-group.fi should also be applied Tomi > > [ signature.asc: application/pgp-signature ] > [ 0001-emacs-Change-the-default-notmuch-mua-reply-insert-he.patch: text/x= -patch ] > From 0b809886913c9410f030cf2c6cfdf619ab5c82b7 Mon Sep 17 00:00:00 2001 > From: Nicolas Petton > Date: Wed, 16 Mar 2016 09:19:55 +0100 > Subject: [PATCH] emacs: Change the default > notmuch-mua-reply-insert-header-p-function > > Set notmuch-show-reply-insert-header-p-never as the default value for > notmuch-mua-reply-insert-header-p-function. > --- > emacs/notmuch-mua.el | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el > index fcb3e95..4cb714a 100644 > --- a/emacs/notmuch-mua.el > +++ b/emacs/notmuch-mua.el > @@ -94,19 +94,19 @@ Note that these functions use `mail-citation-hook' if= that is non-nil." > :group 'notmuch-reply) >=20=20 > (defcustom notmuch-mua-reply-insert-header-p-function > - 'notmuch-show-reply-insert-header-p-trimmed > + 'notmuch-show-reply-insert-header-p-never > "Function to decide which parts get a header when replying. >=20=20 > This function specifies which parts of a mime message with > mutiple parts get a header." > - :type '(radio (const :tag "All except multipart/* and hidden parts" > - notmuch-show-reply-insert-header-p-trimmed) > + :type '(radio (const :tag "No part headers" > + notmuch-show-reply-insert-header-p-never) > + (const :tag "All except multipart/* and hidden parts" > + notmuch-show-reply-insert-header-p-trimmed) > (const :tag "Only for included text parts" > notmuch-show-reply-insert-header-p-minimal) > (const :tag "Exactly as in show view" > notmuch-show-insert-header-p) > - (const :tag "No part headers" > - notmuch-show-reply-insert-header-p-never) > (function :tag "Other")) > :group 'notmuch-reply) >=20=20 > --=20 > 2.5.0 > > [ text/plain ] > > Nico > --=20 > Nicolas Petton > http://nicolas-petton.fr > [ text/plain ] > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > https://notmuchmail.org/mailman/listinfo/notmuch