You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
meli/melib/src
Ludovic LANGE b08570349d
Notmuch dynamic library can now be loaded on macos
On macos, the name of dynamic libraries is a little bit different than on Unix.
The code was looking for a `libnotmuch.so.5` library, while on macos
it's installed as `libnotmuch.5.dylib`.

This commit uses cfg attribute to conditionally change the library name.

Closes #106
3 years ago
..
addressbook melib/datetime: use Cow<'_, CStr> in timestamp_to_string() 3 years ago
backends Notmuch dynamic library can now be loaded on macos 3 years ago
email melib/datetime: add posix locale arg in timestamp_to_string() 3 years ago
gpgme Fix minor warnings 4 years ago
text_processing melib/text_processing: add LineBreakText iterator 4 years ago
thread melib/thread/iterators: remove recursion in favor of loops 4 years ago
addressbook.rs melib/datetime: add posix locale arg in timestamp_to_string() 3 years ago
backends.rs Notmuch dynamic library can now be loaded on macos 3 years ago
collection.rs melib/backends: add collection() method to MailBackend 3 years ago
conf.rs compose: add key selection state for gpg operations 4 years ago
connections.rs melib/connections: add async sleep(dur: Duration) 4 years ago
datetime.rs melib/mbox: add MboxFormat::append() method 3 years ago
email.rs docs: Use example.com in documentation 3 years ago
error.rs melib/imap: perform reconnect on IDLE failure 4 years ago
lib.rs melib/datetime: add posix locale arg in timestamp_to_string() 3 years ago
logging.rs melib/datetime: add posix locale arg in timestamp_to_string() 3 years ago
parsec.rs melib: cleanup commit 4 years ago
search.rs Fix some clippy lints 4 years ago
smtp.rs melib/smtp: implement gmail XOAUTH2 authentication method 4 years ago
sqlite3.rs melib: fix bincode serialization 4 years ago
thread.rs melib/backends: add collection() method to MailBackend 3 years ago