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 5A8FA429E25 for ; Sun, 10 Jul 2011 22:40:39 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.699 X-Spam-Level: X-Spam-Status: No, score=-0.699 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 brY2AD2vI47N for ; Sun, 10 Jul 2011 22:40:37 -0700 (PDT) Received: from mail-vx0-f181.google.com (mail-vx0-f181.google.com [209.85.220.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 87418431FD0 for ; Sun, 10 Jul 2011 22:40:36 -0700 (PDT) Received: by vxa40 with SMTP id 40so2729649vxa.26 for ; Sun, 10 Jul 2011 22:40:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:from:to:subject:date:message-id:x-mailer; bh=nM4lxJNJCrvMDw+T+dI7fNxZwPJoKp3PIuNpbKcdFCE=; b=FXWtf8pg01/2aThH6bqItOUVbCe+dYJoFPKmkxnYGMpE/rT+RH2QWN1mYTR+M8zhUm eJ2odZRlFlJ+TPO00d9POpILs774Kor5gKHdcv1jhyD8wMG7F4qUkUsX+GRO6P/58Mpg oVpq0XlzMScnI3Cz4+UQaVraZTmZEreD2VZ88= Received: by 10.52.115.232 with SMTP id jr8mr5179420vdb.38.1310362835401; Sun, 10 Jul 2011 22:40:35 -0700 (PDT) Received: from localhost.localdomain (c-98-216-100-90.hsd1.ma.comcast.net [98.216.100.90]) by mx.google.com with ESMTPS id bl2sm5324172vbb.9.2011.07.10.22.40.33 (version=SSLv3 cipher=OTHER); Sun, 10 Jul 2011 22:40:34 -0700 (PDT) Sender: Jason Woofenden From: Jason Woofenden To: notmuch@notmuchmail.org Subject: vim front-end patches by Jason Date: Mon, 11 Jul 2011 01:40:05 -0400 Message-Id: <1310362810-10926-1-git-send-email-jason@jasonwoof.com> X-Mailer: git-send-email 1.7.5.4 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: Mon, 11 Jul 2011 05:40:41 -0000 OK, everybody, here's my first set of patches. They all cleanup the vim front-end. I started with the little stuff, to get my feet wet. Here's what's coming: [PATCH 1/5] vim: fix space key: now archives (did opposite) [PATCH 2/5] vim: fix from list reformatting in search view [PATCH 3/5] vim: fix on-screen instructions for show-signature [PATCH 4/5] vim: fix (hack) cig/cit parsing within multipart/* [PATCH 5/5] vim: fix citation/signature fold lengths The first three I've sent to the debian bug-tracking system I think. Though I've since updated the second patch to not include the change made by the first patch. So... use these instead. Or if you prefer git clone/remote, or online browsing, etc., you can see my work here: https://gitorious.org/jasonwoof/notmuch That's all for now. Feedback (as always) is welcome. Especially the type that leads to me learning something and/or my patches getting merged upstream. Take care, - Jason P.S. I've looked into the key [re]mapping and I think we can implement the notmuch mappings without screwing up the users mappings by using the argument to :nmap. I'll experiment with that later. P.P.S. These, and all future changes I submit to this project are of course available under the terms of the GPL, version 3 or at your option any later version. Please let me know if you'd like me to make this sort of statement in any particular way/place.