From 26f4e359bf7ffc4612b3170e1423aaedfee62ef8 Mon Sep 17 00:00:00 2001
From: David Heinemeier Hansson <david@loudthinking.com>
Date: Thu, 20 Sep 2018 17:30:36 -0700
Subject: Remember to deal with message_id

---
 app/models/action_mailroom/inbound_email.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/models/action_mailroom/inbound_email.rb b/app/models/action_mailroom/inbound_email.rb
index c439988e91..8526b47e78 100644
--- a/app/models/action_mailroom/inbound_email.rb
+++ b/app/models/action_mailroom/inbound_email.rb
@@ -1,5 +1,6 @@
 require "mail"
 
+# TODO: Add email_message_id to the record extracted from raw_email.message_id to make tracing emails easier
 class ActionMailroom::InboundEmail < ActiveRecord::Base
   self.table_name = "action_mailroom_inbound_emails"
 
-- 
cgit v1.2.3