Re: [WIP PATCH] emacs: query: completion for from: in searches
[notmuch-archives.git] / 9e / 02464a69b1b93226f250de74c9081930d7e888
1 Return-Path: <felipe.contreras@gmail.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 69811431FB6\r
6         for <notmuch@notmuchmail.org>; Thu,  9 Dec 2010 14:16:46 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id Z+rj+1JkHSkr for <notmuch@notmuchmail.org>;\r
17         Thu,  9 Dec 2010 14:16:46 -0800 (PST)\r
18 Received: from mail-bw0-f52.google.com (mail-bw0-f52.google.com\r
19         [209.85.214.52])\r
20         by olra.theworths.org (Postfix) with ESMTP id E0A76431FB5\r
21         for <notmuch@notmuchmail.org>; Thu,  9 Dec 2010 14:16:45 -0800 (PST)\r
22 Received: by bwz4 with SMTP id 4so3687965bwz.39\r
23         for <notmuch@notmuchmail.org>; Thu, 09 Dec 2010 14:16:42 -0800 (PST)\r
24 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
25         h=domainkey-signature:received:received:from:to:cc:subject:date\r
26         :message-id:x-mailer;\r
27         bh=Pi1epF8Wl7od7SW+1I+FlH3ULFTUUgjLrFDCI72yrlw=;\r
28         b=RVrBJUpfFc/Y5/c5GDWeq6PHEx7v3yLYiP+OP6bDrS0A6eOrJGwheG0lOYvCndgdYT\r
29         u3FnBRyv65+ZngjzAwrwTpZpPVxeaUZ5I0PRVO1WH1QvEeC3W/34HFKDIsZgZcQa+B2O\r
30         dIJWpfS2MzzTk09jZOqqXdP4zdMMyJy8Rzplg=\r
31 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;\r
32         h=from:to:cc:subject:date:message-id:x-mailer;\r
33         b=caTw41kuc7soZpy34CA/M8pJNVEfCnFkX9i+S5skC6inGl4noTDKClHMwppn2pxNZh\r
34         bCpOJmM6P5eMf9k50LHxip77oleQF0wBxZ5EFXKnEmO+lddcwK/iFGeCiTzlfSiMddoW\r
35         i/Yk9N3qwbDTBddTMNz6/IvS77077Uk2pLiY0=\r
36 Received: by 10.204.59.72 with SMTP id k8mr4013361bkh.84.1291933001968;\r
37         Thu, 09 Dec 2010 14:16:41 -0800 (PST)\r
38 Received: from localhost (a91-153-253-80.elisa-laajakaista.fi [91.153.253.80])\r
39         by mx.google.com with ESMTPS id\r
40         v25sm1213707bkt.18.2010.12.09.14.16.40\r
41         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
42         Thu, 09 Dec 2010 14:16:41 -0800 (PST)\r
43 From: Felipe Contreras <felipe.contreras@gmail.com>\r
44 To: notmuch@notmuchmail.org\r
45 Subject: [PATCH 0/3] vim fixes\r
46 Date: Fri, 10 Dec 2010 00:16:22 +0200\r
47 Message-Id: <1291932985-5220-1-git-send-email-felipe.contreras@gmail.com>\r
48 X-Mailer: git-send-email 1.7.3.2\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Thu, 09 Dec 2010 22:16:46 -0000\r
62 \r
63 Hi,\r
64 \r
65 These are a few patches to improve the vim support.\r
66 \r
67 If nobody comments on these I'll push them.\r
68 \r
69 Felipe Contreras (3):\r
70   vim: refactor tagging stuff\r
71   vim: fix get_user_email()\r
72   vim: implement archive in show view\r
73 \r
74  vim/plugin/notmuch.vim |   29 +++++++++++++++--------------\r
75  1 files changed, 15 insertions(+), 14 deletions(-)\r
76 \r
77 -- \r
78 1.7.3.2\r
79 \r