diff options
author | uckelman <uckelman@nomic.net> | 2010-04-28 21:32:29 +0000 |
---|---|---|
committer | uckelman <uckelman@nomic.net> | 2010-04-28 21:32:29 +0000 |
commit | 6e7527ef0223e8b28a6bf28c422a68fdae18b3c1 (patch) | |
tree | 7e0520636fd25568e601ea314ad103c303fa5b92 /src | |
parent | b2c9f24a35ea24b342f4389e3891d5e7f758592e (diff) |
Added FIXME.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6779 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'src')
-rw-r--r-- | src/F2M.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/F2M.php b/src/F2M.php index f2234c4..74d0725 100644 --- a/src/F2M.php +++ b/src/F2M.php @@ -174,6 +174,9 @@ EOF; $mailer = Mail::factory('sendmail'); +# FIXME: Message-id should include the edit_id. To do that, we have to +# register BEFORE creating the Message-id + # Register the message $seen = !$bridge->registerMessage($postId, $messageId, $inReplyTo); if ($seen) { |