* Felipe Contreras:

> neovim aims to support most of what vim does.

At the time of me writing this, the Neovim tracker on GitHub lists a
whopping 1380 open issues, so I'd imagine that goal has not yet been
reached. ;-)

> Did you install the "mail" gem as the installation instructions
> recommend?

I did indeed. The message header was sent during each of my tests, but
not the body text.

> It sounds better to you as a user.
>
> Just try to program a paginated list of items in Lua and you might
> change your mind.

I am grateful for you investing time and effort in your plugin, and I
don't want to talk you out of using Ruby, if that is your language of
choice. My choice would be different, but that is off topic. I'd be glad
to get notmuch-vim working with Neovim, even if that means installing
Ruby. Currently the log file looks like this:

INFO  2023/04/18 07:27:20.254544 main.go:180: Starting up version 
0.14.0-153-g6220711f90d7 +notmuch (go1.19.2 amd64 linux)
DEBUG 2023/04/18 07:27:20.254639 crypto.go:36: no internal pgp keyring, using 
system gpg
DEBUG 2023/04/18 07:27:20.263046 receive.go:30: Starting Unix server: 
/run/user/1000/aerc.sock
DEBUG 2023/04/18 07:27:20.264202 main.go:136: Setting terminal title
INFO  2023/04/18 07:27:20.269082 account.go:250: [Trial] connected.
ERROR 2023/04/18 07:28:07.049184 status.go:129: Cannot perform action. Messages 
still loading
DEBUG 2023/04/18 07:28:07.049322 status.go:104: Cannot perform action. Messages 
still loading

aerc displays "(no folders)" and "(no messages)", on startup, so I
thought I'd try the search function with "date:yesterday..", causing the
"Message still loading" error. Running "notmuch search date:yesterday.."
in a shell returns the expected results.

> I would try in vim as well, just so you see how it's supposed to work.

I guess I should do that. Right now, I don't know if my troubles are
caused by me somehow screwing up the notmuch-vim configuration or by
Neovim quirks. Speaking of my configuration:

# Content of /home/trial/.config/aerc/accounts.conf
[Trial]
from = Trial User <tr...@example.com>
maildir-store = /home/trial/.mail
source = notmuch:///home/trial
outgoing = /usr/sbin/sendmail

-Ralph
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-le...@notmuchmail.org

Reply via email to