X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fmessages.h;fp=webcit%2Fmessages.h;h=def0899a4978f57a5560b05a03003621d69c2714;hb=86787cded3b4f37488ebfa03efb50bb958a1fbb2;hp=d53b039598104d8d15680e863942220c3210e7be;hpb=716bbef62d0958b2211fda68e2f133514faade9b;p=citadel.git diff --git a/webcit/messages.h b/webcit/messages.h index d53b03959..def0899a4 100644 --- a/webcit/messages.h +++ b/webcit/messages.h @@ -73,20 +73,22 @@ typedef struct _message_summary { void DestroyMessageSummary(void *vMsg); -/* Maps to msgkeys[] in msgbase.c: */ +/* some of these fields map to msgkeys[] in msgbase.c ... others don't */ +/* I think these are supposed to align with fieldMnemonics in msg_renderers.c + * So if you change one you have to change the other. + * TODO: figure out who did this and beat them with a wet noodle. + */ typedef enum _eMessageField { eAuthor, eXclusivID, erFc822Addr, - eHumanNode, emessageId, eJournal, eReplyTo, eListID, eMesageText, - eNodeName, - eOriginalRoom, + eIsLocal, eMessagePath, eRecipient, eSpecialField, @@ -98,7 +100,6 @@ typedef enum _eMessageField { eHeaderOnly, eFormatType, eMessagePart, - ePevious, eSubFolder, eLastHeader } eMessageField;