From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 1B0ED6DE0183 for ; Wed, 6 Dec 2017 07:00:26 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.115 X-Spam-Level: X-Spam-Status: No, score=0.115 tagged_above=-999 required=5 tests=[AWL=0.126, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 yIHo7jP_xUaK for ; Wed, 6 Dec 2017 07:00:24 -0800 (PST) Received: from istari.evenmere.org (istari.evenmere.org [136.248.125.194]) by arlo.cworth.org (Postfix) with ESMTP id 14BB26DE009B for ; Wed, 6 Dec 2017 07:00:24 -0800 (PST) Received: by istari.evenmere.org (Postfix, from userid 1000) id CB13E1E0067; Wed, 6 Dec 2017 10:00:19 -0500 (EST) From: Brian Sniffen To: Daniel Kahn Gillmor , notmuch@notmuchmail.org Subject: Re: web interface to notmuch In-Reply-To: <87376f13ho.fsf@fifthhorseman.net> References: <87tvyvp4f2.fsf@istari.evenmere.org> <87376f13ho.fsf@fifthhorseman.net> Date: Wed, 06 Dec 2017 10:00:19 -0500 Message-ID: <87indjnbp8.fsf@istari.evenmere.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 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, 06 Dec 2017 15:00:26 -0000 > Assuming that you had a sanitize_this_html_part() function available to > you, do you think it would be possible to make this safe? Have you > considered proposing it for inclusion in contrib upstream? Okay, https://github.com/briansniffen/notmuch/tree/nmweb is now rebased onto the notmuchmail.org head as of this morning. All of the changes are under contrib/notmuch-web. I haven't done this before, so: exactly how would you like this proposed for upstream inclusion? It looks from https://notmuchmail.org/contributing/ like you'd like documentation, tests, NEWS, and then `git send-email`. Is that right? Do you want this crunched into one commit, "write an e-mail client"? Thanks, Brian