--- /dev/null
+Return-Path: <yeison.quintero@spanishconnector.com>\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 BD1876DE025E\r
+ for <notmuch@notmuchmail.org>; Tue, 7 Jul 2015 19:42:32 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 2.285\r
+X-Spam-Level: **\r
+X-Spam-Status: No, score=2.285 tagged_above=-999 required=5\r
+ tests=[SPF_SOFTFAIL=0.972, URI_HEX=1.313] 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 1pxUOAmMzb6K for <notmuch@notmuchmail.org>;\r
+ Tue, 7 Jul 2015 19:42:29 -0700 (PDT)\r
+X-Greylist: delayed 419 seconds by postgrey-1.35 at arlo;\r
+ Tue, 07 Jul 2015 19:42:29 PDT\r
+Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 550706DE00DD\r
+ for <notmuch@notmuchmail.org>; Tue, 7 Jul 2015 19:42:29 -0700 (PDT)\r
+Received: from mben.nabble.com (unknown [162.253.133.72])\r
+ by mwork.nabble.com (Postfix) with ESMTP id 4F7A622E778B\r
+ for <notmuch@notmuchmail.org>; Tue, 7 Jul 2015 19:35:29 -0700 (PDT)\r
+Date: Tue, 7 Jul 2015 19:35:28 -0700 (MST)\r
+From: yquintero <yeison.quintero@spanishconnector.com>\r
+To: notmuch@notmuchmail.org\r
+Message-ID: <1436322928169-4033688.post@n3.nabble.com>\r
+Subject: Notmuch-mutt in RaspberryPi\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Content-Transfer-Encoding: 7bit\r
+X-Mailman-Approved-At: Wed, 08 Jul 2015 08:12:29 -0700\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 02:42:32 -0000\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
+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
+.muttrc\r
+# Sets up mail box in your home folder\r
+set mbox_type=maildir\r
+set mbox="~/mail/inbox/"\r
+set spoolfile="~/mail/inbox/"\r
+set folder="~/mail/"\r
+set record="~/mail/sent/"\r
+set postponed="~/mail/postponed/"\r
+\r
+#Gmail account info\r
+set from = "xxxx@mail.com"\r
+set realname = "Pedro Perez"\r
+set imap_user = "xxx@mail.com"\r
+set imap_pass = ""\r
+\r
+# Folders\r
+# Remote Folders\r
+set folder = "imaps://imap.gmail.com:993"\r
+set spoolfile = "+INBOX"\r
+set postponed ="+[Gmail]/Drafts"\r
+# Local Folders\r
+set header_cache =~/.mutt/cache/headers\r
+set message_cachedir =~/.mutt/cache/bodies\r
+set certificate_file =~/.mutt/certificates\r
+#SMTP Setup\r
+set smtp_url = "smtp://xxx@mail.com@smtp.gmail.com:587/"\r
+set smtp_pass = ""\r
+\r
+#Mutt Session Security\r
+set move = no #Stop asking to "move read messages to mbox"!\r
+set imap_keepalive = 900 # I had it in 120\r
+\r
+# Order received messages\r
+set sort = reverse-date-received\r
+set sort_aux = reverse-date-received\r
+\r
+\r
+\r
+--\r
+View this message in context: http://notmuch.198994.n3.nabble.com/Notmuch-mutt-in-RaspberryPi-tp4033688.html\r
+Sent from the notmuch mailing list archive at Nabble.com.\r