On Tue Oct 18, 2022 at 11:10 AM UTC, Landry Breuil wrote:
> Le Fri, Oct 07, 2022 at 09:50:38AM +0200, Landry Breuil a écrit :
> > Le Thu, Oct 06, 2022 at 02:40:28PM +0200, Landry Breuil a écrit :
> > > Hi,
> > >
> > > here's a wip port of https://meli.delivery, i've chosen to port the git
> > > head instead of the last-year-old alpha-0.7.2 tag - there's wip support
> > > for jmap (which im also poking at).
> > >
> > > totally untested for now, but looks nice and simple. It starts and
> > > there's a step-by-step assistant for configuration.
> > >
> > > https://meli.delivery/documentation.html#quick-start
> > > https://meli.delivery/documentation.html#meli.7 is the full tutorial
> > >
> > > meli man feature broken for now, since i think it relies on gzipped
> > > manpages, but i'll eventually have a look. plain manpages shipped in the
> > > package works.
> >
> > meli man failed for me because i had PAGER=less -X in the env, with
> > PAGER=less it works.
> >
> > new version with feedback from sthen@ and tb@.
> >
> > runtime testing/feedback welcome, oks too :)
>
> and new version with https://git.meli.delivery/meli/meli/issues/159
> fixed thanks to semarie@ and upstream.
>
> runtime testing shows it works fine, just need to get used to shortcuts.
>
> oks to import welcome :)
>
> Landry
Thanks for porting. I just tried to use meli with notmuch, and get:
$ meli
Could not load libnotmuch!
If notmuch is installed but the library isn't found, consult your
system's documentation on how to make dynamic libraries discoverable.
Caused by: File not found
I do have notmuch installed, and libnotmuch is at
/usr/local/lib/libnotmuch.so.1.2 . I installed meli with pkg_add
(meli-0.7.2pl20221017).
I can try to debug but don't currently know much about rust and dynamic
libraries.
Here's my meli/config.toml:
[accounts.notmuch]
root_mailbox = "/home/falsifian/var/mbsync/falsifian.org"
format = "notmuch"
listing.index_style = "threaded"
identity="[email protected]"
display_name = "James Cook"
[accounts.notmuch.mailboxes]
"INBOX" = { query="tag:inbox", subscribe = true }
"Drafts" = { query="tag:draft", subscribe = true }
"Reading" = { query="tag:reading", subscribe = true }
"Sent" = { query="folder:Sent", subscribe = true }
"Spam" = { query="tag:spam", subscribe = true }
[composing]
send_mail = "sendmail"
--
James