Carl Worth
8cf72920e1
message_file_get_header: Use break where more clear than continue.
...
Calling continue here worked only because we set a flag before the
continue, and, check the flag at the beginning of the loop, and *then*
break. It's much more clear to just break in the first place.
2009-11-17 18:37:45 -08:00
Mikhail Gusarov
dc5a9d8eb2
Close message file after parsing message headers
...
Keeping unused files open helps to see "Too many open files" often.
Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
2009-11-17 08:53:16 -08:00
Carl Worth
091d18c54c
notmuch show: Avoid segmentation for message with no subject.
...
It's safer to return an empty string rather than NULL for missing
header values.
2009-11-11 23:00:58 -08:00
Carl Worth
1465493210
libify: Move library sources down into lib directory.
...
A "make" invocation still works from the top-level, but not from
down inside the lib directory yet.
2009-11-09 16:24:03 -08:00