From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id BAFE3429E3D for ; Fri, 8 Nov 2013 10:05:58 -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 thN7HSZg3SpJ for ; Fri, 8 Nov 2013 10:05:51 -0800 (PST) Received: from mail-la0-f45.google.com (mail-la0-f45.google.com [209.85.215.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id AFB6D429E39 for ; Fri, 8 Nov 2013 10:05:50 -0800 (PST) Received: by mail-la0-f45.google.com with SMTP id el20so2033332lab.4 for ; Fri, 08 Nov 2013 10:05:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=WNed6urInL1OJkX6/NyZuu6Nj/5JnOS2sWTUaL9RtzQ=; b=HhF81fQmeFjb8wmeF+vybsWJhSZKU3IU79I2xWBD9bnRuxAK7gV0S+64c6FUuXy9+y XaPV3SzlKb2NAoz/rszj3WJd9bp4i3fLmHVv8wewr+fcbhAOBU+qy51Z0DCEcCD6kWMB +DT5KhWSHxafkVtVy/N+OfOpMCjUA8rmtUMBPCLZ0MvZZx9G715xCa7gLrE9XDUnbHqL ErmJ7H7m+TcKKC/0ntuo5u4na04H+R1+6OAekzvWxqviWGc/4TQWu+xd9pCLzb4LUu04 NavMWA6VNBR0zJ92WKgBTCYl0fE5yoTpAuypnIEa49spm37s/5nBpM4DI06j17e6FWdX oEvQ== MIME-Version: 1.0 X-Received: by 10.152.88.3 with SMTP id bc3mr11963327lab.4.1383933945404; Fri, 08 Nov 2013 10:05:45 -0800 (PST) Received: by 10.114.201.69 with HTTP; Fri, 8 Nov 2013 10:05:45 -0800 (PST) In-Reply-To: <874n7m93fc.fsf@unb.ca> References: <1383400554-1832-1-git-send-email-felipe.contreras@gmail.com> <1383400554-1832-22-git-send-email-felipe.contreras@gmail.com> <87vc03rrm2.fsf@zancas.localnet> <874n7m93fc.fsf@unb.ca> Date: Fri, 8 Nov 2013 12:05:45 -0600 Message-ID: Subject: Re: [PATCH 21/21] vim: add help file From: Felipe Contreras To: David Bremner Content-Type: text/plain; charset=UTF-8 Cc: "notmuch@notmuchmail.org" 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: Fri, 08 Nov 2013 18:05:58 -0000 On Fri, Nov 8, 2013 at 12:03 PM, David Bremner wrote: > Felipe Contreras writes: >> >> You can probably check that it's working with this: >> % vim -c ":h notmuch" > > It turns I needed to re-run > > "vim-addon-manager install notmuch" > > This might be a bit debian specific, but it's already documented as > needed for the initial install. It would probably be worth updating > debian/notmuch-vim.README.Debian to suggest running this on upgrade as > well. Shouldn't this happen on a post update script or something? -- Felipe Contreras