From e5b47ee53fcb07de67211b77cd2e4df2cb7f45bf Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Fri, 2 May 2014 17:57:51 +1900 Subject: [PATCH] [PATCH v2 0/3] vim plugin updates --- 15/b47621c8cdb54c797b10f3319acb7913db2072 | 77 +++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 15/b47621c8cdb54c797b10f3319acb7913db2072 diff --git a/15/b47621c8cdb54c797b10f3319acb7913db2072 b/15/b47621c8cdb54c797b10f3319acb7913db2072 new file mode 100644 index 000000000..a6f413128 --- /dev/null +++ b/15/b47621c8cdb54c797b10f3319acb7913db2072 @@ -0,0 +1,77 @@ +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 5BBD5431FC7 + for ; Thu, 1 May 2014 16:08:38 -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 LxLfaIHfFfcc for ; + Thu, 1 May 2014 16:08:32 -0700 (PDT) +Received: from mail-ob0-f173.google.com (mail-ob0-f173.google.com + [209.85.214.173]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id D7639431FAF + for ; Thu, 1 May 2014 16:08:32 -0700 (PDT) +Received: by mail-ob0-f173.google.com with SMTP id wm4so1068824obc.32 + for ; Thu, 01 May 2014 16:08:32 -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=2T4yxWP90mSwDNiWTsT9/XriL3qa1DMSV3k4TQ+jPzM=; + b=ckcm6bdMFr5/6ar9lWG+jHZvwl/3Bjra+jYOyH+YhAQj7gMOrANaymLZe0INvmYo7Z + upzziemp6VQXpdYMhVZ+5xZROZgOeXQFwCUM3IzLEjU81R5zigs6UgooOjxGGY7yHQxZ + PhOWJvc1MK5TKP2yDCOAyMy2qHwjWZeQSmhPjxGgfPz7zqAhB8IK8wb6vedrdLKSuoSA + 2R3rYodOYt+6owlrwhMf68TQ1tkBaUyJYRjay/d8Dz0AkA+/okb1ozSUtS5kFDe7LQ8Z + tl9N3I+ojRvUctxiNtT/1sli4w0ITdZpXMFPXq0uvac7r4Ex9uxl8SPxJ+zURM0gCzK9 + L6LA== +X-Received: by 10.182.43.132 with SMTP id w4mr12155123obl.41.1398985712236; + Thu, 01 May 2014 16:08:32 -0700 (PDT) +Received: from localhost (189-211-224-40.static.axtel.net. [189.211.224.40]) + by mx.google.com with ESMTPSA id + c7sm122336463oek.12.2014.05.01.16.08.29 for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Thu, 01 May 2014 16:08:31 -0700 (PDT) +From: Felipe Contreras +To: notmuch@notmuchmail.org +Subject: [PATCH v2 0/3] vim plugin updates +Date: Thu, 1 May 2014 17:57:51 -0500 +Message-Id: <1398985074-17646-1-git-send-email-felipe.contreras@gmail.com> +X-Mailer: git-send-email 1.9.2+fc1.19.g85b6256 +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: Thu, 01 May 2014 23:08:38 -0000 + +A few trivial updates, and an important fix. + +Changes since v1: improved commit messages. + +Felipe Contreras (2): + vim: fix count_threads variable check + vim: improve the way messages are sent + +Paul Roberts (1): + vim: make the html handler configurable + + vim/notmuch.vim | 39 ++++++++++++++++++++++++--------------- + 1 file changed, 24 insertions(+), 15 deletions(-) + +-- +1.9.2+fc1.19.g85b6256 + -- 2.26.2