You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
String (or Text) is the correct type for tags (e.g. spaces are allowed) but they must be
properly encoded in the query string or notmuch will interpret it as multiple subterms.
The correct encoding is to utf-8 encode, then hex-encode all non-printable characters,
as well as SPACE and DOUBLEQUOTE.
The text was updated successfully, but these errors were encountered:
String
(orText
) is the correct type for tags (e.g. spaces are allowed) but they must beproperly encoded in the query string or notmuch will interpret it as multiple subterms.
The correct encoding is to utf-8 encode, then hex-encode all non-printable characters,
as well as SPACE and DOUBLEQUOTE.
The text was updated successfully, but these errors were encountered: