]> git.notmuchmail.org Git - notmuch/blobdiff - lib/message.cc
CLI: set NOTMUCH_CONFIG in hooks.
[notmuch] / lib / message.cc
index 63b216b638127c3ccc1b92bfdfc5d89cbed5c753..54609fcddd680c66c7087b21089e4e22ed996cbd 100644 (file)
@@ -169,6 +169,7 @@ _notmuch_message_create_for_document (const void *talloc_owner,
 
     message->doc = doc;
     message->termpos = 0;
+    message->modified = false;
 
     return message;
 }