]> code.citadel.org Git - citadel.git/blobdiff - citadel/techdoc/hack.txt
small update to hack.txt
[citadel.git] / citadel / techdoc / hack.txt
index e1616b3d791c11b4eb5575181b111695bc520d79..89c5cecea07fbb0f57eb34090a55f001b0a4a084 100644 (file)
@@ -255,8 +255,11 @@ E  Exclusive ID    A persistent alphanumeric Message ID used for
 F      rFc822 address  For Internet mail, this is the delivery address of the
                        message author.
 H      Human node name Human-readable name of system message originated on.
-I      Original ID     A 32-bit integer containing the message ID on the
-                       system the message *originated* on.
+I      Message ID      An RFC822-compatible message ID for this message.
+J      Journal         The presence of this field indicates that the message
+                       is disqualified from being journaled, perhaps because
+                       it is itself a journalized message and we wish to
+                       avoid double journaling.
 M      Message Text    Normal ASCII, newlines seperated by CR's or LF's,
                         null terminated as always.
 N      Nodename        Contains node name of system message originated on.
@@ -281,6 +284,9 @@ T   date/Time       A 32-bit integer containing the date and time of
                         of seconds since January 1, 1970 GMT).
 U       sUbject         Optional.  Developers may choose whether they wish to
                         generate or display subject fields.
+V      enVelope-to     The recipient specified in incoming SMTP messages.
+W      Weferences      Sort of like thread-id + references + in-reply-to
+                       (not yet implemented.  coming soon.)
 Y      carbon copY     Optional, and only in Mail messages.
 0      Error           This field is typically never found in a message on
                        disk or in transit.  Message scanning modules are