]> git.notmuchmail.org Git - notmuch/commit
lib: Fix line-wrapping in _notmuch_database_link_message.
authorCarl Worth <cworth@cworth.org>
Mon, 12 Apr 2010 21:41:34 +0000 (14:41 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 12 Apr 2010 21:41:34 +0000 (14:41 -0700)
commitaf49741228ec1582c83e266dbb8d6551f015d610
treeed34e11b0874699b016a66d01be4d965436f0a29
parentf8dc5c08e4479c244e0835e87d4b487a436042e0
lib: Fix line-wrapping in _notmuch_database_link_message.

This function had some excessively long lines due to nested
expressions. It's simple enough to un-nest these and have readable
line lengths.
lib/database.cc