static variable cleanup

Subject: static variable cleanup

Date: Thu, 13 May 2021 07:07:03 -0300

To: notmuch@notmuchmail.org

Cc:

From: David Bremner


Both the library and the CLI use a fair amount of static
variables. These are an obvious blocker for any kind of thread-safety,
even the limited goal of concurrently opening two databases for
reading in the same process.  This series cleans up some of the
low-hanging fruit.

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

Thread: