From: Ian Main Date: Wed, 15 Oct 2014 19:47:37 +0000 (+1700) Subject: notmuch vim patches X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8383d994ea959909a924d541da076f884abf5d00;p=notmuch-archives.git notmuch vim patches --- diff --git a/07/c30c623437ea0233125d45d95036d66556131a b/07/c30c623437ea0233125d45d95036d66556131a new file mode 100644 index 000000000..bdca3bfa5 --- /dev/null +++ b/07/c30c623437ea0233125d45d95036d66556131a @@ -0,0 +1,73 @@ +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 1F3D9431FB6 + for ; Wed, 15 Oct 2014 12:47:45 -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 7DLm3i+ltdzs for ; + Wed, 15 Oct 2014 12:47:40 -0700 (PDT) +Received: from cmta19.telus.net (cmta19.telus.net [209.171.16.92]) + by olra.theworths.org (Postfix) with ESMTP id C35DA431FAF + for ; Wed, 15 Oct 2014 12:47:40 -0700 (PDT) +Received: from ovo.mains.priv ([207.102.88.62]) by cmta19.telus.net with TELUS + id 3Xnf1p00j1LiWEf01XngTT; Wed, 15 Oct 2014 13:47:40 -0600 +X-Authority-Analysis: v=2.0 cv=fJznK+me c=1 sm=2 + a=EcQDfIwDZEqJA1f7rVUV8Q==:17 a=K_0WnIvp2iAA:10 a=IkcTkHD0fZMA:10 + a=20KFwNOVAAAA:8 a=NEAV23lmAAAA:8 a=LQkW8g0xofNtbrDyFc4A:9 + a=QEXdDO2ut3YA:10 + a=XAAshf8zKa0A:10 a=VlZU0XKO32wA:10 a=kAKxtNkdM5cA:10 a=C1euyGRGbf4A: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 s9FJldTT011724 + for ; Wed, 15 Oct 2014 12:47:39 -0700 +Received: (from imain@localhost) + by ovo.mains.priv (8.14.8/8.14.8/Submit) id s9FJlbSb011723; + Wed, 15 Oct 2014 12:47:37 -0700 +X-Authentication-Warning: ovo.mains.priv: imain set sender to imain@redhat.com + using -f +Date: Wed, 15 Oct 2014 12:47:37 -0700 +From: Ian Main +To: notmuch@notmuchmail.org +Message-ID: <543ecf59e21b8_2c291569e8c7e@ovo.mains.priv.notmuch> +Subject: notmuch vim patches +Mime-Version: 1.0 +Content-Type: text/plain; + charset=utf-8 +Content-Transfer-Encoding: 7bit +X-Mailman-Approved-At: Wed, 15 Oct 2014 13:31:00 -0700 +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: Wed, 15 Oct 2014 19:47:45 -0000 + +For those who are interested, I've created a fork of the official(?) +github repo that contains all the patches I've worked on so far. +For those using notmuch-vim this would be a much easier way to try +out the new code. + +https://github.com/imain/notmuch-vim + +I think it could be useful to get feedback here on what people think. + +I'm starting to realize that I could default to using 'enter' to both +open URI's and view attachments. Any other ideas welcome. + + Ian