[interchange] Prevent email.tag from sending plain-text emails as MIME
Jon Jensen <[email protected]>
| Newsgroups | gmane.comp.web.interchange.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit e826a12c44479b54ebc7a57efa56d7ad08957d41 Author: Josh Lavin <[email protected]> Date: Fri Aug 20 12:23:47 2010 -0500 Prevent email.tag from sending plain-text emails as MIME code/UserTag/email.tag | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) --- diff --git a/code/UserTag/email.tag b/code/UserTag/email.tag index 49495c3..3854eb9 100644 --- a/code/UserTag/email.tag +++ b/code/UserTag/email.tag @@ -1,11 +1,9 @@ -# Copyright 2002-2007 Interchange Development Group and others +# Copyright 2002-2010 Interchange Development Group and others # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. See the LICENSE file for details. -# -# $Id: email.tag,v 1.15 2009-01-23 11:48:51 racke Exp $ UserTag email Order to subject reply from extra UserTag email hasEndTag @@ -73,7 +71,6 @@ sub { # force utf8 email through MIME as attachment unless (($opt->{attach} || $opt->{html}) && $utf8){ - $opt->{attach} = [()]; $opt->{body_mime} = $opt->{mimetype}; $body = utf8_to_other($body, 'utf-8'); }