Re: Recommended method to pair Notmuch with Neovim?

2023-04-19 Thread James Cook
ndings, including macros ## # Make it (hopefully) really hard to accidentally delete messages. unbind * d unbind * "\Cd" bind index S vfolder-from-query # From https://neomutt.org/feature/custom-tags bind index,pager \` modify-labels # From https://neomutt.org/feature/notmuch bind inde

Re: Recommended method to pair Notmuch with Neovim?

2023-04-18 Thread James Cook
On Wed, Apr 19, 2023 at 12:47:24AM +0200, Ralph Seichter wrote: > Jon Fineman wrote: > > > [database] > > path=/home/jjf/Maildir > > > > > and is your Notmuch DB directory /full/path/to/your/Maildir/.notmuch , > > > i.e. nested inside your Maildir folder? > > Yes. > > Then our respective

Re: API docs: notmuch_database_open_with_config with NULL config

2023-04-15 Thread James Cook
On Sat, Apr 15, 2023 at 12:26:33PM -0300, David Bremner wrote: > James Cook writes: > > > Hi list, > > > > If I'm not mistaken, calling notmuch_database_open_with_config with > > config_path = NULL causes notmuch to try to find the config file > > aut

API docs: notmuch_database_open_with_config with NULL config

2023-04-15 Thread James Cook
Hi list, If I'm not mistaken, calling notmuch_database_open_with_config with config_path = NULL causes notmuch to try to find the config file automatically. It would be nice if that were documented in the notmuch(3) man page. I can try drafting a patch if that would help. (This message brought