From: David Bremner Date: Tue, 27 Dec 2022 17:08:47 +0000 (-0400) Subject: lib: add better diagnostics for over long filenames. X-Git-Tag: 0.38_rc0~52 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;ds=sidebyside;h=09f2ad8e853375930c63bca847f623bc722b9cc0;hp=09f2ad8e853375930c63bca847f623bc722b9cc0;p=notmuch lib: add better diagnostics for over long filenames. Previously we just crashed with an internal error. With this change, the caller can handle it better. Update notmuch-new so that it doesn't crash with "unknown error code" because of this change. ---