| Age | Commit message (Collapse) | Author |
|
Implement exit() by throwing an exception, which will wind up and clean
up the dotlock. Catch the exception and exit(), after everything gets
cleaned up.
|
|
rfc2045: RFC2045_DECODEMSG_NOATTACHHEADERS flag, do not decode attachment
headers.
maildrop: The ":H" pattern modifier searches main headers only, does not
search attachments' headers.
|
|
|
|
Until the empty line separating headers from body is read, point
startofbody at the end of the parsed text, so if the empty line
is never read, the entire contents of the message is parsed as
headers.
|
|
|
|
|
|
Use rfc2045_decodmsgtoutf8() to decode entire message into UTF-8, before
searching it.
|