diff options
Diffstat (limited to 'app/models/incoming_message.rb')
-rw-r--r-- | app/models/incoming_message.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/models/incoming_message.rb b/app/models/incoming_message.rb index c354a8554..030a2c04a 100644 --- a/app/models/incoming_message.rb +++ b/app/models/incoming_message.rb @@ -19,7 +19,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: incoming_message.rb,v 1.141 2008-09-01 16:09:18 francis Exp $ +# $Id: incoming_message.rb,v 1.142 2008-09-04 11:11:38 francis Exp $ # TODO # Move some of the (e.g. quoting) functions here into rblib, as they feel @@ -69,6 +69,7 @@ module TMail return text end + # Monkeypatch! def quoted_full if self.name Address.encode_quoted_string(self.name) + " <" + self.spec + ">" |