From 2a318d37144d7ab1e689d685ffabff7c5b93d2db Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 11 Nov 2010 20:51:29 -0800 Subject: [PATCH] debian: Update list of symbols for libnotmuch This release adds three new functions to the library interface. --- debian/libnotmuch1.symbols | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/libnotmuch1.symbols b/debian/libnotmuch1.symbols index 88ed761b..f30f48b1 100644 --- a/debian/libnotmuch1.symbols +++ b/debian/libnotmuch1.symbols @@ -35,15 +35,18 @@ libnotmuch.so.1 libnotmuch1 #MINVER# notmuch_message_freeze@Base 0.3 notmuch_message_get_date@Base 0.3 notmuch_message_get_filename@Base 0.3 + notmuch_message_get_filenames@Base 0.5 notmuch_message_get_flag@Base 0.3 notmuch_message_get_header@Base 0.3 notmuch_message_get_message_id@Base 0.3 notmuch_message_get_replies@Base 0.3 notmuch_message_get_tags@Base 0.3 notmuch_message_get_thread_id@Base 0.3 + notmuch_message_maildir_flags_to_tags@Base 0.5 notmuch_message_remove_all_tags@Base 0.3 notmuch_message_remove_tag@Base 0.3 notmuch_message_set_flag@Base 0.3 + notmuch_message_tags_to_maildir_flags@Base 0.5 notmuch_message_thaw@Base 0.3 notmuch_messages_collect_tags@Base 0.3 notmuch_messages_destroy@Base 0.3 -- 2.43.0