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 7A5A0431FAE for ; Sun, 24 Jan 2010 13:23:51 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.649 X-Spam-Level: X-Spam-Status: No, score=-0.649 tagged_above=-999 required=5 tests=[AWL=-0.650, BAYES_50=0.001] autolearn=unavailable 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 vM4jgBdVdIB6 for ; Sun, 24 Jan 2010 13:23:51 -0800 (PST) Received: from mail-qy0-f172.google.com (mail-qy0-f172.google.com [209.85.221.172]) by olra.theworths.org (Postfix) with ESMTP id 51AD5431FC4 for ; Sun, 24 Jan 2010 13:23:49 -0800 (PST) Received: by mail-qy0-f172.google.com with SMTP id 2so1454613qyk.6 for ; Sun, 24 Jan 2010 13:23:49 -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:in-reply-to:references; bh=5AvTNjt4AE2CAo9j+YONZOKM1KyAD+fE7SANurnvRcw=; b=Sv2yxGeBOxSdx4TvRW7m+iDpT66ciCg7zGfetR1pdglm4zWmMO/PE6Ej2kZKMy8cJu ScTZ7EEPDM4wK/IZAaclN+DZDGnj8Jsfjr6c7LpaMvCtzNG0gIxpGn9xI9pHCB/BjwnJ XjKnwXVjJe36a1f0lk/tON0gasIu5HLeg4r34= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=ZPCGKiHnX1xUGNATBarc0rBaoQFyaqa53NZXk2bGz3bFQvmpstkRIG+jj5YCRlRqKb wo5Zx9P0Fs2tb1Y7T2PhNRXdyjACyAGY1sdf0gldECEQG2poGBSbXU732WIweI6pRnEp au374w4QJt56dB8DNHicha5TT7KaH2CKROe6I= Received: by 10.224.22.198 with SMTP id o6mr3638490qab.94.1264368229083; Sun, 24 Jan 2010 13:23:49 -0800 (PST) Received: from localhost.localdomain (pool-72-70-241-97.spfdma.east.verizon.net [72.70.241.97]) by mx.google.com with ESMTPS id 6sm10145914qwk.41.2010.01.24.13.23.47 (version=SSLv3 cipher=RC4-MD5); Sun, 24 Jan 2010 13:23:48 -0800 (PST) From: Ben Gamari To: notmuch@notmuchmail.org, cworth@cworth.org Date: Sun, 24 Jan 2010 16:23:34 -0500 Message-Id: <1264368215-7101-2-git-send-email-bgamari.foss@gmail.com> X-Mailer: git-send-email 1.6.3.3 In-Reply-To: <1264368215-7101-1-git-send-email-bgamari.foss@gmail.com> References: <1264272821-sup-5331@ben-laptop> <1264368215-7101-1-git-send-email-bgamari.foss@gmail.com> Subject: [notmuch] [PATCH 1/2] Fix typo in message 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: Sun, 24 Jan 2010 21:23:51 -0000 --- vim/plugin/notmuch.vim | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index a226f20..a9754f2 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin/notmuch.vim @@ -178,7 +178,7 @@ let g:notmuch_compose_imaps = { function! s:NM_cmd_folders(words) if len(a:words) - throw 'Not exapecting any arguments for folders command.' + throw 'Not expecting any arguments for folders command.' endif let cmd = ['count'] let disp = [] -- 1.6.3.3