X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=TODO;h=8312db106c849ef28684190353e8805be133ec4d;hp=14c5fd0e62c0c468a6d99c2e5f36697495217bae;hb=75cfd0d90623373167d151c8556bd3359a054183;hpb=a29f49b943689e426f0d7c1beba8ac8e76b3d76b diff --git a/TODO b/TODO index 14c5fd0e..8312db10 100644 --- a/TODO +++ b/TODO @@ -219,6 +219,12 @@ notmuch searches. Here was one proposal made in IRC: Provide a ~me Xapian synonym for all of the user's configured email addresses. +Add symbol hiding so that we don't risk leaking any private symbols +into the shared-library interface. + +Audit all libnotmuch entry points to ensure that all Xapian calls are +wrapped in a try/catch block. + Search syntax ------------- Implement support for "tag:*" to expand to all tags.