RE: notmuch-0.21 bug report

2016-04-25 Thread David Binderman
Hello there, > Hi David; > > Thanks for the report. fclose doesn't really make sense here; Surprising. There is a call to fclose for the success return, so I just assumed that one would also be required for the error return. >what is that error message

RE: notmuch-0.21 bug report

2016-04-25 Thread David Bremner
David Binderman writes: > Hello there, > > >> Hi David; >> >> Thanks for the report. fclose doesn't really make sense here; > > Surprising. There is a call to fclose for the success return, > so I just assumed that one would also be

Re: notmuch-0.21 bug report

2016-04-25 Thread David Bremner
David Binderman writes: > Hello there, > > [notmuch-count.c:207]: (error) Resource leak: input > > Source code is > >    if (notmuch_database_open (notmuch_config_get_database_path (config), >    NOTMUCH_DATABASE_MODE_READ_ONLY, )) >     return EXIT_FAILURE;

notmuch-0.21 bug report

2016-04-25 Thread David Binderman
Hello there, [notmuch-count.c:207]: (error) Resource leak: input Source code is    if (notmuch_database_open (notmuch_config_get_database_path (config),    NOTMUCH_DATABASE_MODE_READ_ONLY, ))     return EXIT_FAILURE; Suggest call fclose. Some duplicates:

Re: [PATCH] NEWS: mention try-emacs-mua

2016-04-25 Thread David Bremner
Tomi Ollila writes: > A non-technical introduction for users who read NEWS to have better > chance to find ./devel/notmuch-emacs-mua when they test or experiment > with notmuch emacs MUA next time. pushed. d ___ notmuch mailing

[PATCH] NEWS: mention try-emacs-mua

2016-04-25 Thread Tomi Ollila
A non-technical introduction for users who read NEWS to have better chance to find ./devel/notmuch-emacs-mua when they test or experiment with notmuch emacs MUA next time. --- NEWS | 6 ++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 303b0a8..f4fa04a 100644 --- a/NEWS +++