aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/activesupport_cache_extensions.rb2
-rw-r--r--lib/tmail_extensions.rb3
2 files changed, 3 insertions, 2 deletions
diff --git a/lib/activesupport_cache_extensions.rb b/lib/activesupport_cache_extensions.rb
index f77089fa0..5a894b64b 100644
--- a/lib/activesupport_cache_extensions.rb
+++ b/lib/activesupport_cache_extensions.rb
@@ -6,7 +6,7 @@
#
# $Id: activesupport_cache_extensions.rb,v 1.1 2009-07-01 11:07:32 francis Exp $
-# Monkeypatch!
+# Monkeypatch! ./activesupport/lib/active_support/cache/file_store.rb
module ActiveSupport
module Cache
diff --git a/lib/tmail_extensions.rb b/lib/tmail_extensions.rb
index 89f5a7df3..4f0651731 100644
--- a/lib/tmail_extensions.rb
+++ b/lib/tmail_extensions.rb
@@ -32,13 +32,14 @@ module TMail
end
end
- # Generalisation of To:, Cc:
+ # Monkeypatch! Generalisation of To:, Cc:
def envelope_to(default = nil)
# XXX assumes only one envelope-to, and no parsing needed
val = self.header_string('envelope-to')
return val ? [val,] : []
end
+ # Monkeypatch!
# Bug fix to this function - is for message in humberside-police-odd-mime-type.email
# Which was originally: https://secure.mysociety.org/admin/foi/request/show_raw_email/11209
# See test in spec/lib/tmail_extensions.rb