From: Ian Main Date: Fri, 24 Oct 2014 04:28:43 +0000 (+1700) Subject: RE: Looking for the perfect mail client X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e330d6b91f160d3b0e33cae8e823bb24a1c30601;p=notmuch-archives.git RE: Looking for the perfect mail client --- diff --git a/f6/012c4ab76aa6dd01f15e06991a0416d3edd166 b/f6/012c4ab76aa6dd01f15e06991a0416d3edd166 new file mode 100644 index 000000000..5bf1c3977 --- /dev/null +++ b/f6/012c4ab76aa6dd01f15e06991a0416d3edd166 @@ -0,0 +1,85 @@ +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 9786E431FDC + for ; Thu, 23 Oct 2014 21:28:53 -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 9T2z+V9iuwLJ for ; + Thu, 23 Oct 2014 21:28:47 -0700 (PDT) +Received: from cmta8.telus.net (cmta8.telus.net [209.171.16.81]) + by olra.theworths.org (Postfix) with ESMTP id 370C6431FBD + for ; Thu, 23 Oct 2014 21:28:47 -0700 (PDT) +Received: from ovo.mains.priv ([207.102.88.62]) by cmta8.telus.net with TELUS + id 6sUm1p0071LiWEf01sUmXF; Thu, 23 Oct 2014 22:28:46 -0600 +X-Authority-Analysis: v=2.0 cv=ffdzPTsF c=1 sm=2 + a=EcQDfIwDZEqJA1f7rVUV8Q==:17 a=IkcTkHD0fZMA:10 a=20KFwNOVAAAA:8 + a=NEAV23lmAAAA:8 a=D_MKgwDRh8ovE4dcdUQA:9 a=QEXdDO2ut3YA:10 + a=EcQDfIwDZEqJA1f7rVUV8Q==:117 +X-Telus-Outbound-IP: 207.102.88.62 +Received: from ovo.mains.priv (localhost.localdomain [127.0.0.1]) + by ovo.mains.priv (8.14.8/8.14.8) with ESMTP id s9O4SiTA002110; + Thu, 23 Oct 2014 21:28:44 -0700 +Received: (from imain@localhost) + by ovo.mains.priv (8.14.8/8.14.8/Submit) id s9O4ShqD002109; + Thu, 23 Oct 2014 21:28:43 -0700 +X-Authentication-Warning: ovo.mains.priv: imain set sender to imain@redhat.com + using -f +Date: Thu, 23 Oct 2014 21:28:43 -0700 +From: Ian Main +To: Sepp Tannhuber , + "notmuch@notmuchmail.org" +Message-ID: <5449d57b22a33_820e91e989d@ovo.mains.priv.notmuch> +In-Reply-To: <1413885757.29658.YahooMailNeo@web172702.mail.ir2.yahoo.com> +References: <1413885757.29658.YahooMailNeo@web172702.mail.ir2.yahoo.com> +Subject: RE: Looking for the perfect mail client +Mime-Version: 1.0 +Content-Type: text/plain; + charset=utf-8 +Content-Transfer-Encoding: 7bit +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: Fri, 24 Oct 2014 04:28:53 -0000 + +Sepp Tannhuber wrote: +> Dear all, +> +> I'm wondering whether there's a notmuch mail client +> - with a handling similar to alot +> - which is capable to show html content without html2ascii conversion +> - which can use vim as editor +> - which doesn't need a web browser +> - which doesn't need a mouse +> - which is fast +> +> In principle, alot is the perfect mail client for me except that I've +> many problems with all the html mails people send to me. So I'm wondering +> whether anybody knows a webkit based alot fork or something similar. It's +> strange that after so many years I'm still looking for the perfect mail +> client. + +I wonder if you'd be willing to give the vim client a go. We've done a lot +of work to it lately and I think it would handle all you listed here. + +Try the github version as I have all the patches applied there: + +https://github.com/imain/notmuch-vim + + Ian