X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fnotmuch.h;h=17f0872e9edf80189602712a5d5be652de8a8e2d;hb=cb855d8a9d24084d0965790782c1ce04b82aa9ca;hp=d374dc960fe67b4ccc1b096dc41c240d0779d808;hpb=33e58021958f8069ad46d7bd05cf586676fb6ae7;p=notmuch diff --git a/lib/notmuch.h b/lib/notmuch.h index d374dc96..17f0872e 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -43,6 +43,8 @@ NOTMUCH_BEGIN_DECLS #include +#pragma GCC visibility push(default) + #ifndef FALSE #define FALSE 0 #endif @@ -827,7 +829,7 @@ notmuch_query_get_sort (const notmuch_query_t *query); * NOTMUCH_STATUS_XAPIAN_EXCEPTION: a Xapian exception occured. * Most likely a problem lazily parsing the query string. * - * NOTMUCH_STATUS_IGNORED: tag is explicitely present in the query, so + * NOTMUCH_STATUS_IGNORED: tag is explicitly present in the query, so * not excluded. */ notmuch_status_t @@ -1566,11 +1568,11 @@ notmuch_message_maildir_flags_to_tags (notmuch_message_t *message); * its filename ends with the sequence ":2," followed by zero or more * of the following single-character flags (in ASCII order): * - * 'D' iff the message has the "draft" tag - * 'F' iff the message has the "flagged" tag - * 'P' iff the message has the "passed" tag - * 'R' iff the message has the "replied" tag - * 'S' iff the message does not have the "unread" tag + * * flag 'D' iff the message has the "draft" tag + * * flag 'F' iff the message has the "flagged" tag + * * flag 'P' iff the message has the "passed" tag + * * flag 'R' iff the message has the "replied" tag + * * flag 'S' iff the message does not have the "unread" tag * * Any existing flags unmentioned in the list above will be preserved * in the renaming. @@ -2120,6 +2122,8 @@ notmuch_bool_t notmuch_built_with (const char *name); /* @} */ +#pragma GCC visibility pop + NOTMUCH_END_DECLS #endif