]> git.notmuchmail.org Git - notmuch/commit
notmuch show: Initial implementation (headers only)
authorCarl Worth <cworth@cworth.org>
Thu, 29 Oct 2009 15:51:12 +0000 (08:51 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 29 Oct 2009 15:51:12 +0000 (08:51 -0700)
commitbf78a89196b251c2465f6cefa8198f22c87ff23d
tree3728d25ec1ec9317cb4aca314ab7f8fa932f15d4
parentb39ebca8c97fb19c52e46a2b9565c2d9fa0707d0
notmuch show: Initial implementation (headers only)

We're using a delimiter syntax that Keith is optimistic about
being able to easily parse in emacs. Note: We're not escaping
any occurrence of the delimiters in the message yet, so we'll
need to fix that.
message-file.c
message.cc
notmuch-private.h
notmuch.c
notmuch.h
query.cc