]> git.cworth.org Git - notmuch/commitdiff
emacs: Separate search line parsing and display
authorAustin Clements <amdragon@MIT.EDU>
Mon, 9 Jul 2012 21:42:35 +0000 (17:42 -0400)
committerDavid Bremner <bremner@debian.org>
Thu, 12 Jul 2012 23:38:43 +0000 (17:38 -0600)
Previously, much of the display of search lines was done in the same
function that parsed the CLI's output.  Now the parsing function only
parses, and notmuch-search-show-result fully inserts the search result
in the search buffer.


No differences found