X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch.c;h=1404b70c3c06a5d0c6ca24849ee8e98395814029;hb=060ff57642fc74f320761586e244151c04e63755;hp=d0a94fc2650993ae18bbd1ae6eae0109c3ca249b;hpb=c84ccb70f3ed2b2228346499b5110311039a0ecf;p=notmuch diff --git a/notmuch.c b/notmuch.c index d0a94fc2..1404b70c 100644 --- a/notmuch.c +++ b/notmuch.c @@ -589,7 +589,7 @@ main (int argc, char *argv[]) * talloc_enable_null_tracking */ - FILE *report = fopen (talloc_report, "w"); + FILE *report = fopen (talloc_report, "a"); if (report) { talloc_report_full (NULL, report); } else {