--- /dev/null
+Return-Path: <tomi.ollila@iki.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 34EC96DE1AC4\r
+ for <notmuch@notmuchmail.org>; Sun, 14 Feb 2016 11:45:46 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.638\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.638 tagged_above=-999 required=5 tests=[AWL=-0.014,\r
+ SPF_NEUTRAL=0.652] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id 3BekBPRYj5mB for <notmuch@notmuchmail.org>;\r
+ Sun, 14 Feb 2016 11:45:42 -0800 (PST)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 55E856DE1ABD\r
+ for <notmuch@notmuchmail.org>; Sun, 14 Feb 2016 11:45:41 -0800 (PST)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+ by guru.guru-group.fi (Postfix) with ESMTP id B5AD71000CA;\r
+ Sun, 14 Feb 2016 21:45:45 +0200 (EET)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH v5 0/7] emacs: Improve the cited message included in\r
+ replies\r
+In-Reply-To: <1455475199-32622-1-git-send-email-markwalters1009@gmail.com>\r
+References: <1455475199-32622-1-git-send-email-markwalters1009@gmail.com>\r
+User-Agent: Notmuch/0.21+70~g0bc8909 (http://notmuchmail.org) Emacs/24.3.1\r
+ (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+ $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+ !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Sun, 14 Feb 2016 21:45:45 +0200\r
+Message-ID: <m28u2nm5xy.fsf@guru.guru-group.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sun, 14 Feb 2016 19:45:46 -0000\r
+\r
+On Sun, Feb 14 2016, Mark Walters <markwalters1009@gmail.com> wrote:\r
+\r
+> This is a slight update and a rebase of this patch set (previous\r
+> version at\r
+> id:1446894276-7814-1-git-send-email-markwalters1009@gmail.com )\r
+>\r
+> The only change from last time (apart from fixing rebasing to master)\r
+> is the rewording of couple of minor comments inline with dme's review\r
+> of the previous version.\r
+>\r
+> Although I am submitting it is primarily dme's series, with minor\r
+> updates from me.\r
+>\r
+> One particular motivation for this series is that it fixes a long\r
+> standing bug we have that replying to a message with an rfc822 part\r
+> completely omits that part. It also fixes the bug whereby we don't\r
+> include application/octet-stream parts which are actually text/plain\r
+> (and thus are displayed in show mode).\r
+>\r
+> This series makes the reply code use the same code as the show code so\r
+> everything works as expected: the reply buffer looks essentially the\r
+> same as the show buffer.\r
+>\r
+> There is one slight difference: the user might want different part\r
+> headers displayed when replying; both because the audience is\r
+> different (a non-notmuch using recipient) and because the buttons\r
+> don't "work" (you can't click on them to show or view a part).\r
+>\r
+> Dme and I disagree on which of these we would like to see so make that\r
+> customisable.\r
+\r
+Does *NOT* look bad, works and (relevant) tests pass.\r
+\r
+We'd need at least David to verify that Mark got his (David's that is)\r
+patches properly rebased...\r
+\r
+Tomi\r
+\r
+>\r
+> The key change is patch 3 which switches how reply works. Also note\r
+> that patch 2 is almost all whitespace change as the changes modify the\r
+> indentation.\r
+>\r
+> Best wishes\r
+>\r
+> Mark\r
+>\r
+>\r
+> David Edmondson (6):\r
+> emacs/show: Re-arrange determination if a part header is necessary\r
+> emacs/show: Accommodate the lack of part header buttons\r
+> emacs/mua: Generate improved cited text for replies\r
+> emacs/show: Remove the 'no-buttons option of\r
+> `notmuch-show-insert-bodypart'\r
+> emacs/show: Make the insertion of part headers overridable.\r
+> emacs/mua: Let user specify which parts get a header in citations.\r
+>\r
+> Mark Walters (1):\r
+> test: fix the tests for the new reply code\r
+>\r
+> emacs/notmuch-mua.el | 60 ++++++++++-----------\r
+> emacs/notmuch-show.el | 144 +++++++++++++++++++++++++++++++-------------------\r
+> test/T310-emacs.sh | 32 +++++++++++\r
+> test/test-lib.el | 4 ++\r
+> 4 files changed, 156 insertions(+), 84 deletions(-)\r
+>\r
+> -- \r
+> 2.1.4\r
+>\r
+> _______________________________________________\r
+> notmuch mailing list\r
+> notmuch@notmuchmail.org\r
+> https://notmuchmail.org/mailman/listinfo/notmuch\r