Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 0846A6DE0298 for ; Thu, 9 Jul 2015 22:42:38 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.171 X-Spam-Level: X-Spam-Status: No, score=0.171 tagged_above=-999 required=5 tests=[AWL=0.171] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9hu0rc0o9Gmp for ; Thu, 9 Jul 2015 22:42:36 -0700 (PDT) Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net [87.98.215.224]) by arlo.cworth.org (Postfix) with ESMTPS id DF5636DE009A for ; Thu, 9 Jul 2015 22:42:35 -0700 (PDT) Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim 4.80) (envelope-from ) id 1ZDR3U-0005ZR-O7; Fri, 10 Jul 2015 05:41:00 +0000 Received: (nullmailer pid 6667 invoked by uid 1000); Fri, 10 Jul 2015 05:40:42 -0000 From: David Bremner To: Yeison Quintero Subject: Re: Notmuch-mutt in RaspberryPi In-Reply-To: References: <1436322928169-4033688.post@n3.nabble.com> <87io9umyam.fsf@maritornes.cs.unb.ca> <871tghmvlh.fsf@maritornes.cs.unb.ca> User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) Date: Fri, 10 Jul 2015 07:40:42 +0200 Message-ID: <87k2u8lgdh.fsf@maritornes.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain Cc: notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.18 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, 10 Jul 2015 05:42:38 -0000 Yeison Quintero writes: > Good afternoon David. > > I use mutt to send and receive emails in my linux shell, and I'm really > searching a plugin or macro to make words searching in the body of the > message in mutt. > > If you can help me, I would feel grateful. > I'm trying to help, but you didn't answer the questions I asked in my first message. 1) Do you have the notmuch binary (e.g. /usr/bin/notmuch, /usr/local/bin/notmuch) installed? If not, install it. 2) run "notmuch setup" from the command line. 3) run "notmuch new" from the command line. 4) now try notmuch-mutt. You will need to repeat step 3 (or learn about "notmuch insert" whenever you have new mail delivered to the machine running notmuch-mutt. d