[PATCH v2 07/11] lib: use the compaction backup path provided by the caller

David Bremner david at tethera.net
Tue Nov 5 02:54:44 PST 2013


Jani Nikula <jani at nikula.org> writes:

> +    backup_path = talloc_asprintf (config, "%s/xapian.old", path);
> +    if (! backup_path)
> +	return 1;
> +

Is it intentional that no message is printed here? A random glance at
notmuch-search.c suggests we usually print a message on OOM in the CLI.

d


More information about the notmuch mailing list