yquintero <yeison.quintero at spanishconnector.com> writes:

> Good evenning.
>
> I have a trouble, when I configure notmuch-mutt in my RaspberryPi. I have
> been searching the solution to the following code:
>
> Warning: failed to open directory /home/pi/mail: No such file or directory
> Found 0 total files (that's not much mail).
> Error: Cannot create database at /home/pi/mail: No such file or directory.

Did you first run "notmuch setup" and then "notmuch new"?

>
> Firstly I apply these steps before to run notmuch-mutt
>
> 1).- I add the macros:
>
> # 'L' performs a notmuch query, showing only the results
> macro index L "<enter-command>unset wait_key<enter><shell-escape>read -p
> 'notmuch query: ' x; echo \$x
>>~/.cache/mutt_terms<enter><limit>~i \"\`notmuch search --output=messages
> \$(cat ~/.cache/mutt_terms) | head -n 600 |
> perl -le '@a=<>;chomp at a;s/\^id:// for at a;$,=\"|\";print at 
> a'\`\"<enter>" "show
> only messages matching a notmuch pattern"
> # 'a' shows all messages again (supersedes default <alias> binding)
> macro index a "<limit>all\n" "show all messages (undo limit)"
>
> 2).- I change apply chmod 777 -R /home/pi/mail/ "Making that the error does
> not show" but when I try the find with "L" with .muttrc the system shows
> "empty exception"
>

I'm not very familiar with mutt but that doesn't sound like the right
solution to anything. In any case, please get command line notmuch
searches working first, then we can find someone who understands any
remaining issues with notmuch-mutt.

Reply via email to