replace the pathetic mutt_parse_rfc822_line function with a really better
authorPierre Habouzit <madcoder@debian.org>
Mon, 6 Nov 2006 23:49:08 +0000 (00:49 +0100)
committerPierre Habouzit <madcoder@debian.org>
Mon, 6 Nov 2006 23:49:08 +0000 (00:49 +0100)
looking one.

that code uses gperf to generate the string -> enum function, so that we
don't have to do a thing to hash them.

we improved:
  * readability (the C code is way better)
  * efficiency

Signed-off-by: Pierre Habouzit <madcoder@debian.org>

No differences found