You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2019/01/20 10:58:01 UTC

[whimsy] branch mod-gui updated: Docco

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch mod-gui
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/mod-gui by this push:
     new 5337d8c  Docco
5337d8c is described below

commit 5337d8cc9d376d792ef8cb3ea59e0d3dcf13bd68
Author: Sebb <se...@apache.org>
AuthorDate: Sun Jan 20 10:57:59 2019 +0000

    Docco
---
 www/moderation/desk/models/message.rb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/moderation/desk/models/message.rb b/www/moderation/desk/models/message.rb
index 0efd849..da562c7 100644
--- a/www/moderation/desk/models/message.rb
+++ b/www/moderation/desk/models/message.rb
@@ -21,6 +21,7 @@ class Message
     @mailbox = mailbox
     @headers = headers
     @email = email
+    @mailbox = nil # lazily created
   end
 
   #
@@ -73,6 +74,7 @@ class Message
     mail.return_path
   end
 
+  # This is an array
   def reply_to
     mail.reply_to
   end