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 08F536DE0A89 for ; Fri, 27 Oct 2017 10:52:05 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.146 X-Spam-Level: X-Spam-Status: No, score=0.146 tagged_above=-999 required=5 tests=[AWL=0.157, 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 G1WmyAKeabnz for ; Fri, 27 Oct 2017 10:52:03 -0700 (PDT) Received: from istari.evenmere.org (istari.evenmere.org [136.248.125.194]) by arlo.cworth.org (Postfix) with ESMTP id 754B36DE0222 for ; Fri, 27 Oct 2017 10:52:03 -0700 (PDT) Received: by istari.evenmere.org (Postfix, from userid 1000) id 7C08B1E0063; Fri, 27 Oct 2017 13:52:00 -0400 (EDT) From: Brian Sniffen To: Daniel Kahn Gillmor , Vladimir Panteleev , Jani Nikula , Matthew Lear , notmuch@notmuchmail.org Subject: Re: web interface to notmuch In-Reply-To: <87inf1gm7l.fsf@fifthhorseman.net> References: <87tvyvp4f2.fsf@istari.evenmere.org> <87376f13ho.fsf@fifthhorseman.net> <87r2tww9tr.fsf@nikula.org> <87wp3ow39i.fsf@fifthhorseman.net> <27e53def-32b4-45ab-1192-77cc0e837a93@gmail.com> <87zi8eopgq.fsf@istari.evenmere.org> <877evhy53k.fsf@fifthhorseman.net> <87she5nsmy.fsf@istari.evenmere.org> <87inf1gm7l.fsf@fifthhorseman.net> Date: Fri, 27 Oct 2017 13:52:00 -0400 Message-ID: <87mv4co4vz.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: Fri, 27 Oct 2017 17:52:05 -0000 Daniel Kahn Gillmor writes: > On Fri 2017-10-27 00:04:21 -0400, Brian Sniffen wrote: >> With bleach integrated (all of five lines), I think this is safe enough >> to let random notmuch users run it. > > hm, bleach might be a little too aggressive. > > jrollins just pointed toward: > > https://nmweb.evenmere.org/show/87innmvvam.fsf%40ligo.caltech.edu That's fixed in 53403ecd, and there's some examples of bleach on a rope at https://nmweb.evenmere.org/show/20141107190321.GL23609%40odin.tremily.us The mbox URL is linkified, the many other link-like texts aren't. Next/prev links are at the bottom, and a thread listing. I haven't thought through how to get the body delivered immediately, but speed seems acceptable. Next up, some style revisions---and I'd love proposals for something that looks less awful, or at least makes the interface more clear. UI design is a strong anti-specialty for me.