From 1376a90db622b71e0997fca52c50ccf34faeed22 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 21 Dec 2009 12:08:46 -0800 Subject: database: Allowing storing multiple filenames for a single message ID. The library interface is unchanged so far, (still just notmuch_database_add_message), but internally, the old _set_filename function is now _add_filename instead. --- lib/notmuch-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/notmuch-private.h') diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 5a930bb3..e9712832 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -211,7 +211,7 @@ _notmuch_message_gen_terms (notmuch_message_t *message, const char *text); notmuch_status_t -_notmuch_message_set_filename (notmuch_message_t *message, +_notmuch_message_add_filename (notmuch_message_t *message, const char *filename); void -- cgit v1.2.3