Fixed names of the macro-definitions.
Showing
1 changed file
with
25 additions
and
25 deletions
... | @@ -24,55 +24,55 @@ it is appended. | ... | @@ -24,55 +24,55 @@ it is appended. |
24 | Some basic macros are already provided for rfc822. | 24 | Some basic macros are already provided for rfc822. |
25 | 25 | ||
26 | @table @code | 26 | @table @code |
27 | @item MU_HDR_RETURN_PATH | 27 | @item MU_HEADER_RETURN_PATH |
28 | Return-Path | 28 | Return-Path |
29 | @item MU_HDR_RECEIVED | 29 | @item MU_HEADER_RECEIVED |
30 | Received | 30 | Received |
31 | @item MU_HDR_DATE | 31 | @item MU_HEADER_DATE |
32 | Date | 32 | Date |
33 | @item MU_HDR_FROM | 33 | @item MU_HEADER_FROM |
34 | From | 34 | From |
35 | @item MU_HDR_RESENT_FROM | 35 | @item MU_HEADER_RESENT_FROM |
36 | Resent-From | 36 | Resent-From |
37 | @item MU_HDR_SUBJECT | 37 | @item MU_HEADER_SUBJECT |
38 | Subject | 38 | Subject |
39 | @item MU_HDR_SENDER | 39 | @item MU_HEADER_SENDER |
40 | Sender | 40 | Sender |
41 | @item MU_HDR_RESENT_SENDER | 41 | @item MU_HEADER_RESENT_SENDER |
42 | Resent-SENDER | 42 | Resent-SENDER |
43 | @item MU_HDR_TO | 43 | @item MU_HEADER_TO |
44 | To | 44 | To |
45 | @item MU_HDR_RESENT_TO | 45 | @item MU_HEADER_RESENT_TO |
46 | Resent-To | 46 | Resent-To |
47 | @item MU_HDR_CC | 47 | @item MU_HEADER_CC |
48 | Cc | 48 | Cc |
49 | @item MU_HDR_RESENT_CC | 49 | @item MU_HEADER_RESENT_CC |
50 | Resent-Cc | 50 | Resent-Cc |
51 | @item MU_HDR_BCC | 51 | @item MU_HEADER_BCC |
52 | Bcc | 52 | Bcc |
53 | @item MU_HDR_RESENT_BCC | 53 | @item MU_HEADER_RESENT_BCC |
54 | Resent-Bcc | 54 | Resent-Bcc |
55 | @item MU_HDR_REPLY_TO | 55 | @item MU_HEADER_REPLY_TO |
56 | Reply-To | 56 | Reply-To |
57 | @item MU_HDR_RESENT_REPLY_TO | 57 | @item MU_HEADER_RESENT_REPLY_TO |
58 | Resent-Reply-To | 58 | Resent-Reply-To |
59 | @item MU_HDR_MESSAGE_ID | 59 | @item MU_HEADER_MESSAGE_ID |
60 | Message-ID | 60 | Message-ID |
61 | @item MU_HDR_RESENT_MESSAGE_ID | 61 | @item MU_HEADER_RESENT_MESSAGE_ID |
62 | Resent-Message-ID | 62 | Resent-Message-ID |
63 | @item MU_HDR_IN_REPLY_TO | 63 | @item MU_HEADER_IN_REPLY_TO |
64 | In-Reply-To | 64 | In-Reply-To |
65 | @item MU_HDR_ENCRYPTED | 65 | @item MU_HEADER_ENCRYPTED |
66 | Encrypted | 66 | Encrypted |
67 | @item MU_HDR_PRECEDENCE | 67 | @item MU_HEADER_PRECEDENCE |
68 | Precedence | 68 | Precedence |
69 | @item MU_HDR_STATUS | 69 | @item MU_HEADER_STATUS |
70 | Status | 70 | Status |
71 | @item MU_HDR_CONTENT_LENGTH | 71 | @item MU_HEADER_CONTENT_LENGTH |
72 | Content-Length | 72 | Content-Length |
73 | @item MU_HDR_CONTENT_TYPE | 73 | @item MU_HEADER_CONTENT_TYPE |
74 | Content-Type | 74 | Content-Type |
75 | @item MU_HDR_MIME_VERSION | 75 | @item MU_HEADER_MIME_VERSION |
76 | MIME-Version | 76 | MIME-Version |
77 | @end table | 77 | @end table |
78 | 78 | ... | ... |
-
Please register or sign in to post a comment