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 69811431FB6 for ; Thu, 9 Dec 2010 14:16:46 -0800 (PST) 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 Z+rj+1JkHSkr for ; Thu, 9 Dec 2010 14:16:46 -0800 (PST) Received: from mail-bw0-f52.google.com (mail-bw0-f52.google.com [209.85.214.52]) by olra.theworths.org (Postfix) with ESMTP id E0A76431FB5 for ; Thu, 9 Dec 2010 14:16:45 -0800 (PST) Received: by bwz4 with SMTP id 4so3687965bwz.39 for ; Thu, 09 Dec 2010 14:16:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer; bh=Pi1epF8Wl7od7SW+1I+FlH3ULFTUUgjLrFDCI72yrlw=; b=RVrBJUpfFc/Y5/c5GDWeq6PHEx7v3yLYiP+OP6bDrS0A6eOrJGwheG0lOYvCndgdYT u3FnBRyv65+ZngjzAwrwTpZpPVxeaUZ5I0PRVO1WH1QvEeC3W/34HFKDIsZgZcQa+B2O dIJWpfS2MzzTk09jZOqqXdP4zdMMyJy8Rzplg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=caTw41kuc7soZpy34CA/M8pJNVEfCnFkX9i+S5skC6inGl4noTDKClHMwppn2pxNZh bCpOJmM6P5eMf9k50LHxip77oleQF0wBxZ5EFXKnEmO+lddcwK/iFGeCiTzlfSiMddoW i/Yk9N3qwbDTBddTMNz6/IvS77077Uk2pLiY0= Received: by 10.204.59.72 with SMTP id k8mr4013361bkh.84.1291933001968; Thu, 09 Dec 2010 14:16:41 -0800 (PST) Received: from localhost (a91-153-253-80.elisa-laajakaista.fi [91.153.253.80]) by mx.google.com with ESMTPS id v25sm1213707bkt.18.2010.12.09.14.16.40 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 09 Dec 2010 14:16:41 -0800 (PST) From: Felipe Contreras To: notmuch@notmuchmail.org Subject: [PATCH 0/3] vim fixes Date: Fri, 10 Dec 2010 00:16:22 +0200 Message-Id: <1291932985-5220-1-git-send-email-felipe.contreras@gmail.com> X-Mailer: git-send-email 1.7.3.2 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, 09 Dec 2010 22:16:46 -0000 Hi, These are a few patches to improve the vim support. If nobody comments on these I'll push them. Felipe Contreras (3): vim: refactor tagging stuff vim: fix get_user_email() vim: implement archive in show view vim/plugin/notmuch.vim | 29 +++++++++++++++-------------- 1 files changed, 15 insertions(+), 14 deletions(-) -- 1.7.3.2