X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmsgbase.c;fp=citadel%2Fmsgbase.c;h=0d91873c5c21212de8f2557daec582012f4f721f;hp=49f634595e8f4259a18034e36247632aa6a7a064;hb=0831c47bc784ea659fff3fba8f537df61f1d36b1;hpb=22e4e5ffb65d6973b0a613d5b410f3a9dcf6a71c diff --git a/citadel/msgbase.c b/citadel/msgbase.c index 49f634595..0d91873c5 100644 --- a/citadel/msgbase.c +++ b/citadel/msgbase.c @@ -55,31 +55,31 @@ char *msgkeys[] = { NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, - "from", /* A */ - NULL, /* B */ - NULL, /* C */ - NULL, /* D */ - "exti", /* E */ - "rfca", /* F */ + "from", /* A -> eAuthor */ + NULL, /* B -> eBig_message */ + NULL, /* C -> eRemoteRoom */ + NULL, /* D -> eDestination */ + "exti", /* E -> eXclusivID */ + "rfca", /* F -> erFc822Addr */ NULL, /* G */ - "hnod", /* H */ - "msgn", /* I */ - "jrnl", /* J */ - "rep2", /* K */ - "list", /* L */ - "text", /* M */ - "node", /* N */ - "room", /* O */ - "path", /* P */ + "hnod", /* H -> eHumanNode */ + "msgn", /* I -> emessageId */ + "jrnl", /* J -> eJournal */ + "rep2", /* K -> eReplyTo */ + "list", /* L -> eListID */ + "text", /* M -> eMesageText */ + "node", /* N -> eNodeName */ + "room", /* O -> eOriginalRoom */ + "path", /* P -> eMessagePath */ NULL, /* Q */ - "rcpt", /* R */ - "spec", /* S */ - "time", /* T */ - "subj", /* U */ - "nvto", /* V */ - "wefw", /* W */ + "rcpt", /* R -> eRecipient */ + "spec", /* S -> eSpecialField */ + "time", /* T -> eTimestamp */ + "subj", /* U -> eMsgSubject */ + "nvto", /* V -> eenVelopeTo */ + "wefw", /* W -> eWeferences */ NULL, /* X */ - "cccc", /* Y */ + "cccc", /* Y -> eCarbonCopY */ NULL /* Z */ };