X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch.c;h=1404b70c3c06a5d0c6ca24849ee8e98395814029;hb=3df2281746d57abbb45790ecb432ef40533c30bc;hp=d0a94fc2650993ae18bbd1ae6eae0109c3ca249b;hpb=121f9ddad3eecfb23babccbe84280381e5f5a283;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 {