From: Jani Nikula Date: Sun, 3 Nov 2013 12:24:42 +0000 (+0200) Subject: lib: construct compactor within try block to catch any exceptions X-Git-Tag: 0.17_rc1~80 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=8e4e537ceefec51fc811d0be3027572a904ba38c;hp=8e4e537ceefec51fc811d0be3027572a904ba38c lib: construct compactor within try block to catch any exceptions Constructors may also throw exceptions. Catch them. ---