From 65dffcbda7da234fdaa696f319fb05b45192fe4b Mon Sep 17 00:00:00 2001 From: John Lenz Date: Thu, 6 Jun 2013 20:05:20 +1900 Subject: [PATCH] Notmuch-Web 0.1.1 --- aa/2b1651107f2b6526556e034f9739065f8f71f7 | 94 +++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 aa/2b1651107f2b6526556e034f9739065f8f71f7 diff --git a/aa/2b1651107f2b6526556e034f9739065f8f71f7 b/aa/2b1651107f2b6526556e034f9739065f8f71f7 new file mode 100644 index 000000000..c0092206f --- /dev/null +++ b/aa/2b1651107f2b6526556e034f9739065f8f71f7 @@ -0,0 +1,94 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 107D6431FAF + for ; Wed, 5 Jun 2013 18:05:30 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id rK1OMKJD05Hx for ; + Wed, 5 Jun 2013 18:05:21 -0700 (PDT) +Received: from smtp.rcn.com (smtp.rcn.com [69.168.97.78]) + by olra.theworths.org (Postfix) with ESMTP id D956A431FAE + for ; Wed, 5 Jun 2013 18:05:21 -0700 (PDT) +X_CMAE_Category: 0,0 Undefined,Undefined +X-CNFS-Analysis: v=2.1 cv=YPiml32x c=1 sm=0 tr=0 + a=C2bPeGdon5f+QfTtoGFpIg==:117 a=97V-WqMTq8EA:10 + a=3wHbS4G-AAAA:8 a=7343-z1_AAAA:8 a=VgoDshtGrkAA:10 + a=JqsHG6aPAAAA:8 a=xtERp6CFAAAA:8 a=zV5nWzd1oEXoFqwBtmMA:9 + a=QNFccLJSojYxtwxq:21 a=vAKyDRov162RLX-u:21 +X-CM-Score: 0 +X-Scanned-by: Cloudmark Authority Engine +Authentication-Results: smtp02.rcn.cmh.synacor.com + smtp.mail=wuzzeb@wuzzeb.org; spf=pass; sender-id=pass +Authentication-Results: smtp02.rcn.cmh.synacor.com + header.from=wuzzeb@wuzzeb.org; sender-id=pass +Received-SPF: pass (smtp02.rcn.cmh.synacor.com: domain wuzzeb.org designates + 205.178.10.182 as permitted sender) +Received: from [205.178.10.182] ([205.178.10.182:41531] helo=wuzzeb.org) + by smtp.rcn.com (envelope-from ) + (ecelerity 2.2.3.49 r(42060/42061)) with ESMTP + id 1D/ED-05813-050EFA15; Wed, 05 Jun 2013 21:05:20 -0400 +Received: from wuzzeb by wuzzeb.org with local (Exim 4.80.1) + (envelope-from ) id 1UkOdk-0001dX-3N + for notmuch@notmuchmail.org; Wed, 05 Jun 2013 20:05:20 -0500 +From: =?utf-8?Q?John_Lenz?= +To: +Subject: Notmuch-Web 0.1.1 +Message-ID: +MIME-Version: 1.0 +Content-Type: text/plain +Content-Transfer-Encoding: quoted-printable +Sender: +Date: Wed, 05 Jun 2013 20:05:20 -0500 +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +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: Thu, 06 Jun 2013 01:05:30 -0000 + +Hi, + +I am pleased to announce a new version of notmuch-web. + +http://hackage.haskell.org/package/notmuch-web +https://bitbucket.org/wuzzeb/notmuch-web + +New features include: + +* Layout changes to make the website workable on very small screens (my + phone). +* Display text/html alternatives of messages, but at the moment only + allow through div, p, br, and blockquote and ignore all other tags. + This is primarily targeted at messages from gmail which send flowed + mail with a text/html alternative. I am considering allowing more html + through, perhaps via a setting or something. +* Parse text messages as markdown and display the original message in one + tab and the resulting html from markdown in another tab. By default, + the original message text is displayed but on small screens like my + phone it is nice to switch to the tab with the html from markdown since + it wraps on the small screen. +* Generate Message-IDs for sent messages. The domain is by default + looked up using gethostname(2) but there is a setting to override it. +* Various other minor bug fixes and changes. + + +For the next version, I am going to concentrate on improving the compose +form. Compose works now, but several things like an address book are +missing. + +John -- 2.26.2