mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
merge uninitialized field fix from release
This commit is contained in:
commit
294c0737b3
1 changed files with 1 additions and 0 deletions
|
@ -169,6 +169,7 @@ _notmuch_message_create_for_document (const void *talloc_owner,
|
||||||
|
|
||||||
message->doc = doc;
|
message->doc = doc;
|
||||||
message->termpos = 0;
|
message->termpos = 0;
|
||||||
|
message->modified = FALSE;
|
||||||
|
|
||||||
return message;
|
return message;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue