]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch.c
vim: use sendmail directly
[notmuch] / notmuch.c
index c028aeb9aced5f9ab7a65946c46ef9c659ee7e50..40da62b62057b9b346cf624fa381128bbd79d02e 100644 (file)
--- a/notmuch.c
+++ b/notmuch.c
@@ -548,6 +548,8 @@ main (int argc, char *argv[])
     command_t *command;
     unsigned int i;
 
+    talloc_enable_null_tracking ();
+
     local = talloc_new (NULL);
 
     g_mime_init (0);