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 8AEC1431FC0 for ; Wed, 23 Apr 2014 15:00:17 -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 6cc3Vp7DCEED for ; Wed, 23 Apr 2014 15:00:12 -0700 (PDT) Received: from mail-ob0-f176.google.com (mail-ob0-f176.google.com [209.85.214.176]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id F0A81431FBF for ; Wed, 23 Apr 2014 15:00:11 -0700 (PDT) Received: by mail-ob0-f176.google.com with SMTP id wp4so1733832obc.21 for ; Wed, 23 Apr 2014 15:00:10 -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=DUbla21ShTwjBRRphetkrOXfeEQcqjV7YY4gCaBLMDM=; b=fZMOsvjNJAm4jJax+90e/Gko9Nh/9AX1sBZeNJMK+kZE8wzKtvNeb5O68swv73a9qR gOA6/2C0148SwxnKRAHGadJ8S+rkeRb0it7KPBemGTmZquRXDO+RvMZ/kfGU4+I9i41z 3LQg2MRRwDVNaDRa0er8117hHQeuAj6ekkH5b1MDlibip+/UlJk6Gl7ZzbjXLdAsF1HE ID3TP7pCjHF4V5i4SUtO3cp+mcmLdd3aC2M7m1CfH0OSFi/VFtDzV4FXCNTHHS2jzVDo 3SFwXFGxZgvGURUzuXMXqM5e/NtZOaa8LlxPKpolD9+AI0YTiQUKqrZgdNzBWPMvvSKF caaw== X-Received: by 10.60.159.36 with SMTP id wz4mr45261583oeb.30.1398290409561; Wed, 23 Apr 2014 15:00:09 -0700 (PDT) Received: from localhost (189-211-224-40.static.axtel.net. [189.211.224.40]) by mx.google.com with ESMTPSA id y10sm4335563obk.4.2014.04.23.15.00.07 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 23 Apr 2014 15:00:08 -0700 (PDT) From: Felipe Contreras To: notmuch@notmuchmail.org Subject: [PATCH 0/3] vim plugin updates Date: Wed, 23 Apr 2014 16:49:41 -0500 Message-Id: <1398289784-18203-1-git-send-email-felipe.contreras@gmail.com> X-Mailer: git-send-email 1.9.2+fc1.2.gfbaae8c 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, 23 Apr 2014 22:00:17 -0000 A few trivial updates, and an important fix. Felipe Contreras (2): Fix count_threads variable check Improve the way messages are sent Paul Roberts (1): Make the html handler configurable vim/notmuch.vim | 39 ++++++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 15 deletions(-) -- 1.9.2+fc1.2.gfbaae8c