X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.c;fp=notmuch.c;h=1404b70c3c06a5d0c6ca24849ee8e98395814029;hp=d0a94fc2650993ae18bbd1ae6eae0109c3ca249b;hb=ea301102abc55404b8b447cd50998429bfbbf9fd;hpb=2c96956b3b5d60ae25885f4fa06cbc98e567d263 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 {