Re: Notmuch-mutt in RaspberryPi
authorDavid Bremner <david@tethera.net>
Wed, 8 Jul 2015 16:03:45 +0000 (18:03 +0200)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:49:08 +0000 (14:49 -0700)
69/f4780a2ff15a8b91fa87d269e90f8a16b6722e [new file with mode: 0644]

diff --git a/69/f4780a2ff15a8b91fa87d269e90f8a16b6722e b/69/f4780a2ff15a8b91fa87d269e90f8a16b6722e
new file mode 100644 (file)
index 0000000..308f8d9
--- /dev/null
@@ -0,0 +1,87 @@
+Return-Path: <david@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id C533C6DE0298\r
+ for <notmuch@notmuchmail.org>; Wed,  8 Jul 2015 09:27:49 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.172\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.172 tagged_above=-999 required=5 tests=[AWL=0.172]\r
+ autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id HXLTf9zmayYR for <notmuch@notmuchmail.org>;\r
+ Wed,  8 Jul 2015 09:27:47 -0700 (PDT)\r
+Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
+ [87.98.215.224])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 930906DE028A\r
+ for <notmuch@notmuchmail.org>; Wed,  8 Jul 2015 09:27:47 -0700 (PDT)\r
+Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
+ 4.80) (envelope-from <david@tethera.net>)\r
+ id 1ZCsAt-0007jR-Cj; Wed, 08 Jul 2015 16:26:19 +0000\r
+Received: (nullmailer pid 4037 invoked by uid 1000); Wed, 08 Jul 2015\r
+ 16:03:45 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: yquintero <yeison.quintero@spanishconnector.com>, notmuch@notmuchmail.org\r
+Subject: Re: Notmuch-mutt in RaspberryPi\r
+In-Reply-To: <1436322928169-4033688.post@n3.nabble.com>\r
+References: <1436322928169-4033688.post@n3.nabble.com>\r
+User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.4.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Wed, 08 Jul 2015 18:03:45 +0200\r
+Message-ID: <87io9umyam.fsf@maritornes.cs.unb.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 08 Jul 2015 16:27:49 -0000\r
+\r
+yquintero <yeison.quintero@spanishconnector.com> writes:\r
+\r
+> Good evenning.\r
+>\r
+> I have a trouble, when I configure notmuch-mutt in my RaspberryPi. I have\r
+> been searching the solution to the following code:\r
+>\r
+> Warning: failed to open directory /home/pi/mail: No such file or directory\r
+> Found 0 total files (that's not much mail).\r
+> Error: Cannot create database at /home/pi/mail: No such file or directory.\r
+\r
+Did you first run "notmuch setup" and then "notmuch new"?\r
+\r
+>\r
+> Firstly I apply these steps before to run notmuch-mutt\r
+>\r
+> 1).- I add the macros:\r
+>\r
+> # 'L' performs a notmuch query, showing only the results\r
+> macro index L "<enter-command>unset wait_key<enter><shell-escape>read -p\r
+> 'notmuch query: ' x; echo \$x\r
+>>~/.cache/mutt_terms<enter><limit>~i \"\`notmuch search --output=messages\r
+> \$(cat ~/.cache/mutt_terms) | head -n 600 |\r
+> perl -le '@a=<>;chomp@a;s/\^id:// for@a;$,=\"|\";print@a'\`\"<enter>" "show\r
+> only messages matching a notmuch pattern"\r
+> # 'a' shows all messages again (supersedes default <alias> binding)\r
+> macro index a "<limit>all\n" "show all messages (undo limit)"\r
+>\r
+> 2).- I change apply chmod 777 -R /home/pi/mail/ "Making that the error does\r
+> not show" but when I try the find with "L" with .muttrc the system shows\r
+> "empty exception"\r
+>\r
+\r
+I'm not very familiar with mutt but that doesn't sound like the right\r
+solution to anything. In any case, please get command line notmuch\r
+searches working first, then we can find someone who understands any\r
+remaining issues with notmuch-mutt.\r