From 8a848216cf7d5a71cd0004d3cd8c399c376a6901 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Sun, 3 Nov 2013 07:55:33 +1800 Subject: [PATCH] [PATCH 00/21] vim: general updates --- b4/dbaad5221f6f2c3ef549978c7bf90860e8cf7a | 112 ++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 b4/dbaad5221f6f2c3ef549978c7bf90860e8cf7a diff --git a/b4/dbaad5221f6f2c3ef549978c7bf90860e8cf7a b/b4/dbaad5221f6f2c3ef549978c7bf90860e8cf7a new file mode 100644 index 000000000..d0f5d44a4 --- /dev/null +++ b/b4/dbaad5221f6f2c3ef549978c7bf90860e8cf7a @@ -0,0 +1,112 @@ +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 6C617431FD9 + for ; Sat, 2 Nov 2013 07:02:44 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.799 +X-Spam-Level: +X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-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 srxyMVN9wPUr for ; + Sat, 2 Nov 2013 07:02:38 -0700 (PDT) +Received: from mail-ob0-f171.google.com (mail-ob0-f171.google.com + [209.85.214.171]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id DBFB9431FAF + for ; Sat, 2 Nov 2013 07:02:38 -0700 (PDT) +Received: by mail-ob0-f171.google.com with SMTP id wn1so5595161obc.2 + for ; Sat, 02 Nov 2013 07:02:37 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=from:to:cc:subject:date:message-id; + bh=y+wxjNUw43avyGexZv0Emxa8aNjVx5eE1I1U5m39u7I=; + b=xrHbn9Pt+pYd8sJxT5sGpdBrVAohtwZQrfNrQ6m/CJMBQaeVFYzhp2P47fEUMzr+D3 + kD7hWHlJKO+99RJgg0jkEjp7nQoZ70sWOu7Zu1Tvw6oZFDU03gPmNuf0UX0ENO0lUyC8 + Jy2G0UjFN1FRV8V+D/q9mGYGhRqmVu48ATTpmEAb4TzEr8xRLNHh0Il2oGTUqDDcanr5 + /ultjnjJw/BoQSBaMrO/7g+o8AiiXESM71cy3zDr7iL96xj/atJrvd7DmlxdqV/F1K4p + cJR6JMDzo578oxO604uXT7uGoE3q0SlLv7EzRJXAgsPiPUCXa5mRIzfSgK6WYriumBSl + PFMA== +X-Received: by 10.182.246.39 with SMTP id xt7mr6506025obc.16.1383400957287; + Sat, 02 Nov 2013 07:02:37 -0700 (PDT) +Received: from localhost (187-162-140-241.static.axtel.net. [187.162.140.241]) + by mx.google.com with ESMTPSA id b5sm3948660obj.8.2013.11.02.07.02.35 + for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Sat, 02 Nov 2013 07:02:36 -0700 (PDT) +From: Felipe Contreras +To: notmuch@notmuchmail.org +Subject: [PATCH 00/21] vim: general updates +Date: Sat, 2 Nov 2013 07:55:33 -0600 +Message-Id: <1383400554-1832-1-git-send-email-felipe.contreras@gmail.com> +X-Mailer: git-send-email 1.8.4.2+fc1 +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: Sat, 02 Nov 2013 14:02:44 -0000 + +Hi, + +I've been cooking this in my personal notmuch-vim-ruby repository, and I think +they are ready for notmuch. + +A few highlights: + + * There's now support to compose new messages, previously there was only + support to reply. + * Database handling has been revamped to get rid of memory leaks + * A new help file is included + * Added support to go straight to a search (bypassing the folders view) + +Cheers. + +Charlie Allom (1): + vim: run mutt in default term + +Felipe Contreras (20): + vim: don't automatically refresh after tagging + vim: use notmuch fields + vim: refactor database handling + vim: show first message of the thread + vim: use much clearer sort constant + vim: add option to save the patches of a patch series + vim: allow calling with arguments + vim: split $email_address + vim: generate custom message-id + vim: don't execute search if it's cancelled + vim: trivial cleanup + vim: refactor open_reply() + vim: add option to compose new messages + vim: rename internal notmuch_rb variables + vim: rename public notmuch_rb variables + vim: move default sets to set_defaults() + vim: add wrapper for old variable names + vim: remove unnecessary buffer queue + vim: check compose is done on delete + vim: add help file + + debian/notmuch-vim.dirs | 1 + + debian/notmuch-vim.install | 1 + + vim/Makefile | 1 + + vim/notmuch.txt | 153 ++++++++++++++++ + vim/notmuch.vim | 434 ++++++++++++++++++++++++++++----------------- + vim/notmuch.yaml | 1 + + 6 files changed, 431 insertions(+), 160 deletions(-) + create mode 100644 vim/notmuch.txt + +-- +1.8.4.2+fc1 + -- 2.26.2