1 Return-Path: <bgamari.foss@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 7A5A0431FAE
\r
6 for <notmuch@notmuchmail.org>; Sun, 24 Jan 2010 13:23:51 -0800 (PST)
\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org
\r
11 X-Spam-Status: No, score=-0.649 tagged_above=-999 required=5
\r
12 tests=[AWL=-0.650, BAYES_50=0.001] autolearn=unavailable
\r
13 Received: from olra.theworths.org ([127.0.0.1])
\r
14 by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)
\r
15 with ESMTP id vM4jgBdVdIB6 for <notmuch@notmuchmail.org>;
\r
16 Sun, 24 Jan 2010 13:23:51 -0800 (PST)
\r
17 Received: from mail-qy0-f172.google.com (mail-qy0-f172.google.com
\r
19 by olra.theworths.org (Postfix) with ESMTP id 51AD5431FC4
\r
20 for <notmuch@notmuchmail.org>; Sun, 24 Jan 2010 13:23:49 -0800 (PST)
\r
21 Received: by mail-qy0-f172.google.com with SMTP id 2so1454613qyk.6
\r
22 for <notmuch@notmuchmail.org>; Sun, 24 Jan 2010 13:23:49 -0800 (PST)
\r
23 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;
\r
24 h=domainkey-signature:received:received:from:to:cc:subject:date
\r
25 :message-id:x-mailer:in-reply-to:references;
\r
26 bh=5AvTNjt4AE2CAo9j+YONZOKM1KyAD+fE7SANurnvRcw=;
\r
27 b=Sv2yxGeBOxSdx4TvRW7m+iDpT66ciCg7zGfetR1pdglm4zWmMO/PE6Ej2kZKMy8cJu
\r
28 ScTZ7EEPDM4wK/IZAaclN+DZDGnj8Jsfjr6c7LpaMvCtzNG0gIxpGn9xI9pHCB/BjwnJ
\r
29 XjKnwXVjJe36a1f0lk/tON0gasIu5HLeg4r34=
\r
30 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;
\r
31 h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references;
\r
32 b=ZPCGKiHnX1xUGNATBarc0rBaoQFyaqa53NZXk2bGz3bFQvmpstkRIG+jj5YCRlRqKb
\r
33 wo5Zx9P0Fs2tb1Y7T2PhNRXdyjACyAGY1sdf0gldECEQG2poGBSbXU732WIweI6pRnEp
\r
34 au374w4QJt56dB8DNHicha5TT7KaH2CKROe6I=
\r
35 Received: by 10.224.22.198 with SMTP id o6mr3638490qab.94.1264368229083;
\r
36 Sun, 24 Jan 2010 13:23:49 -0800 (PST)
\r
37 Received: from localhost.localdomain
\r
38 (pool-72-70-241-97.spfdma.east.verizon.net [72.70.241.97])
\r
39 by mx.google.com with ESMTPS id 6sm10145914qwk.41.2010.01.24.13.23.47
\r
40 (version=SSLv3 cipher=RC4-MD5); Sun, 24 Jan 2010 13:23:48 -0800 (PST)
\r
41 From: Ben Gamari <bgamari.foss@gmail.com>
\r
42 To: notmuch@notmuchmail.org,
\r
44 Date: Sun, 24 Jan 2010 16:23:34 -0500
\r
45 Message-Id: <1264368215-7101-2-git-send-email-bgamari.foss@gmail.com>
\r
46 X-Mailer: git-send-email 1.6.3.3
\r
47 In-Reply-To: <1264368215-7101-1-git-send-email-bgamari.foss@gmail.com>
\r
48 References: <1264272821-sup-5331@ben-laptop>
\r
49 <1264368215-7101-1-git-send-email-bgamari.foss@gmail.com>
\r
50 Subject: [notmuch] [PATCH 1/2] Fix typo in message
\r
51 X-BeenThere: notmuch@notmuchmail.org
\r
52 X-Mailman-Version: 2.1.13
\r
54 List-Id: "Use and development of the notmuch mail system."
\r
55 <notmuch.notmuchmail.org>
\r
56 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,
\r
57 <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>
\r
58 List-Archive: <http://notmuchmail.org/pipermail/notmuch>
\r
59 List-Post: <mailto:notmuch@notmuchmail.org>
\r
60 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>
\r
61 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,
\r
62 <mailto:notmuch-request@notmuchmail.org?subject=subscribe>
\r
63 X-List-Received-Date: Sun, 24 Jan 2010 21:23:51 -0000
\r
66 vim/plugin/notmuch.vim | 2 +-
\r
67 1 files changed, 1 insertions(+), 1 deletions(-)
\r
69 diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim
\r
70 index a226f20..a9754f2 100644
\r
71 --- a/vim/plugin/notmuch.vim
\r
72 +++ b/vim/plugin/notmuch.vim
\r
73 @@ -178,7 +178,7 @@ let g:notmuch_compose_imaps = {
\r
75 function! s:NM_cmd_folders(words)
\r
77 - throw 'Not exapecting any arguments for folders command.'
\r
78 + throw 'Not expecting any arguments for folders command.'
\r