From: Carl Worth Date: Mon, 12 Apr 2010 21:29:36 +0000 (-0700) Subject: lib: Simplify code flow in _resolve_message_id_to_thread_id X-Git-Tag: 0.2~72 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=5c20bdf035b94bf5bda708bdd12e1b7bf44885f7;hp=5c20bdf035b94bf5bda708bdd12e1b7bf44885f7;p=notmuch lib: Simplify code flow in _resolve_message_id_to_thread_id There are two primary cases in this function, (the message exists in the database or it does not). Previously the code for these two cases was split and intermingled with goto-spaghetti connections. ---