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