Allow external override of libbe.encoding.get_encoding().
authorW. Trevor King <wking@drexel.edu>
Sat, 18 Jul 2009 13:47:46 +0000 (09:47 -0400)
committerW. Trevor King <wking@drexel.edu>
Sat, 18 Jul 2009 13:47:46 +0000 (09:47 -0400)
commit313a760feded62ba39910bf36fc4d62b56d07858
treef0c9f3b169373ddfb4002fa0f1afa5cf7b47c8c4
parentd433366708c7b198d4a43254e502ed3fc64a6fa0
Allow external override of libbe.encoding.get_encoding().

The previous procmail encoding fix failed, because the becommand
execution checks libbe.encoding.get_encoding() on it's own, and got
the procmail encoding.  This one works.
interfaces/email/interactive/be-handle-mail
libbe/encoding.py