aboutsummaryrefslogtreecommitdiff
path: root/lib/message-file.c
Commit message (Collapse)AuthorAge
* notmuch show: Avoid segmentation for message with no subject.Carl Worth2009-11-11
| | | | | It's safer to return an empty string rather than NULL for missing header values.
* libify: Move library sources down into lib directory.Carl Worth2009-11-09
A "make" invocation still works from the top-level, but not from down inside the lib directory yet.